Commit Graph

7 Commits

Author SHA1 Message Date
Abhishek Arya 3afd1707bf
Remove unused MSan and UBSan from Honggfuzz configurations. (#3667) 2020-04-17 12:12:06 -07:00
Max Moroz 8ed2f7af34
[infra] Improve srcmap support for Go projects (#3355, #2714). (#3664)
* [infra] Improve srcmap support for Go projects (#3355, #2714).

* address review feedback
2020-04-16 22:44:01 -07:00
Max Moroz 6cd7db7758
[infra] GSB: ignore failing "gsutil rm -rf" step. (#3412) 2020-02-19 10:43:21 -08:00
Max Moroz a0ade7d8e5
[infra] Perform "gsutil rm -rf" if we need to overwrite coverage data. (#3404)
* [infra] Perform "gsutil rm -rf" if we need to overwrite coverage data.

* format
2020-02-18 09:25:16 -08:00
Max Moroz dfaf951f35
[infra] Upload latest.version metadata file for most recent build. (#3379)
* [infra] Upload latest.version metadata file for most recent build.

* move common functionality into build_lib

* pass content_type to get_signed_url

* format
2020-02-13 07:31:12 -08:00
Max Moroz 4092bebcb5
[infra] Fix broken batching in the corpora download helper (#3351). (#3353)
* [infra] Fix broken batching in the corpora download helper (#3351).

* one more
2020-02-06 15:44:36 -08:00
Max Moroz f6002f6139
[infra] Collect dataflow traces on the builder (#1632). (#3238)
* [infra] Skeleton of the changes needed for collecting DFT on the builder (#1632).

* move ENGINE_INFO to the helper as well

* make collect_dft +x

* syntax fixes

* add actual dataflow tracer script

* format

* more refactoring and cleanup

* format

* address Oliver's feedback

* format

* more fixes

* format

* do not redirect stderr to stdout

* add exit at the end of main

* address feedback from Oliver
2020-01-17 06:24:15 -08:00