aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/gcb/build_and_run_coverage.py
Commit message (Expand)AuthorAge
* Clean up build infra. (#4251)Gravatar Oliver Chang2020-08-05
* Skipping fuzzing build when project is disabled (#4239)Gravatar kabeer272020-07-31
* Adding build coverage cloud function, and refactoring test_utils.py (#4151)Gravatar kabeer272020-07-20
* Refactoring and request build cloud function (#4120)Gravatar kabeer272020-07-16
* Revert "Refactoring gcb libraries for external use by Cloud functions (#4103)...Gravatar Max Moroz2020-07-13
* Refactoring gcb libraries for external use by Cloud functions (#4103)Gravatar kabeer272020-07-13
* Fix missing FUZZING_LANGUAGE in coverage build. (#3843)Gravatar Abhishek Arya2020-05-18
* [infra] Improve srcmap support for Go projects (#3355, #2714). (#3664)Gravatar Max Moroz2020-04-16
* [infra] Change language attribute from "cpp" to "c++" in build scripts. (#3493)Gravatar Max Moroz2020-03-12
* [infra] Perform "gsutil rm -rf" if we need to overwrite coverage data. (#3404)Gravatar Max Moroz2020-02-18
* [infra] Use wildcard in gsutil cp command as it lacks -T option. (#3396)Gravatar Max Moroz2020-02-14
* [infra] Upload latest.version metadata file for most recent build. (#3379)Gravatar Max Moroz2020-02-13
* [infra] Fix broken batching in the corpora download helper (#3351). (#3353)Gravatar Max Moroz2020-02-06
* [infra] Generate full coverage JSONs for dataflow enabled targets (#1632). (#...Gravatar Max Moroz2020-02-04
* [infra] Introduce "language" attribute in the project.yaml (#3297). (#3299)Gravatar Max Moroz2020-01-30
* [infra] Collect dataflow traces on the builder (#1632). (#3238)Gravatar Max Moroz2020-01-17
* [infra] Print exact reproduction commands in build failures (#3104). (#3236)Gravatar Max Moroz2020-01-15
* [infra] Add parens to ensure correct execution order (#3104). (#3213)Gravatar Max Moroz2020-01-09
* [infra] Print additional information for build/coverage failures on GCB (#310...Gravatar Max Moroz2020-01-09
* [infra] Do not skip coverage build if there is no build.sh file (#3185). (#3189)Gravatar Max Moroz2020-01-06
* [infra] Use more generic approach to skip code coverage for Go projects. (#2953)Gravatar Max Moroz2019-10-16
* [infra] Skip code coverage job for gofuzz projects (#2714). (#2818)Gravatar Max Moroz2019-09-09
* [infra] Use gsutil "cp" instead of "rsync" for coverage job (#2585). (#2625)Gravatar Max Moroz2019-07-23
* [infra] Fix code coverage builder script (regressed after #2264).Gravatar Max Moroz2019-03-31
* Remove image pushing step from build (#2232)Gravatar Oliver Chang2019-03-13
* [infra] Add srcmap step to code coverage job (follow-up #1547). (#1868)Gravatar Max Moroz2018-10-11
* [infra] Remove sancov and rename "profile" to "coverage". (#1839)Gravatar Max Moroz2018-10-01
* [infra] Code Coverage: fix build_and_run_coverage.py.Gravatar Max Moroz2018-09-12
* [infra] Code Coverage: update download_corpus script and revert #1798.Gravatar Max Moroz2018-09-11
* [infra] Do not fail coverage job if corpus download failed (#1798, follow-up ...Gravatar Max Moroz2018-09-06
* [infra] Add report date to the latest report info + fix format strings (follo...Gravatar Max Moroz2018-09-04
* allow folded style for coverage_extra_args (#1786)Gravatar pdknsk2018-09-05
* [infra] Code Coverage latest report info to be picked up by CF (follow-up #15...Gravatar Max Moroz2018-09-03
* [infra] Support extra coverage args in project.yaml (fix #1726, follow-up #15...Gravatar Max Moroz2018-08-30
* [infra] Code Coverage: copy /usr/include headers and upload logs to GCS (foll...Gravatar Max Moroz2018-08-27
* [infra] Use 'coverage' and 'fuzzing' tags to filter builds (follow-up #1547)....Gravatar Max Moroz2018-08-23
* [infra] Skip code coverage job for projects that are disabled (#1743, #1547)....Gravatar Max Moroz2018-08-22
* [infra] Skip coverage job for projects w/o fuzz targets (fix #1743, follow-up...Gravatar Max Moroz2018-08-22
* [infra] Fix check for qualified target name: include "_" (follow-up #1547).Gravatar Max Moroz2018-08-20
* [infra] Do not mark coverage job as failed when there are no targets list (fo...Gravatar Max Moroz2018-08-20
* [infra] Add the build configuration and other pieces for clang code coverage....Gravatar Max Moroz2018-08-20