aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra
Commit message (Expand)AuthorAge
* Update requests version (#1913)Gravatar jonathanmetzman2018-10-30
* [infra] Use -pthread instead of -Wl,-lpthread (fixes #1886).Gravatar Max Moroz2018-10-22
* [infra] Add srcmap step to code coverage job (follow-up #1547). (#1868)Gravatar Max Moroz2018-10-11
* [infra] Fix missing linking dependencies for coverage build (#1858). (#1863)Gravatar Max Moroz2018-10-09
* fix hg revision with uncomitted changes (#1849)Gravatar pdknsk2018-10-02
* [infra] Restore srcmap binary back to base-builder image (follow-up #1848).Gravatar Max Moroz2018-10-01
* Revert "[infra] Remove srcmap related commands from gcb script (follow-up #18...Gravatar Abhishek Arya2018-10-01
* [infra] Remove srcmap related commands from gcb script (follow-up #1839).Gravatar Max Moroz2018-10-01
* [infra] Remove sancov and rename "profile" to "coverage". (#1839)Gravatar Max Moroz2018-10-01
* [infra] Use -merge=1 instead of -runs=0 for coverage (#1743, follow-up #1547).Gravatar Max Moroz2018-09-25
* [infra] Bump LLVM revision to r342582 to fix MSan issues.Gravatar Max Moroz2018-09-19
* [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] Code Coverage: use -close_fd_mask=3 to speed up noisy fuzz targets.Gravatar Max Moroz2018-08-31
* [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] Update build_status to support two build types + cleanup (#1743, #154...Gravatar Max Moroz2018-08-27
* [infra] Use 'coverage' and 'fuzzing' tags to filter builds (follow-up #1547)....Gravatar Max Moroz2018-08-23
* [infra] use -src-root-dir=/ and fail hard on errors (follow-up #1547). (#1746)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] Suppress errors from $COPY_SOURCES_CMD (follow-up #1741, #1547).Gravatar Max Moroz2018-08-22
* [infra] Use coverage utils from Chromium and other fixes (follow-up #1547). (...Gravatar Max Moroz2018-08-21
* [infra] Add missing targets_list_filename calculation in build_project.py (fo...Gravatar Max Moroz2018-08-20
* [infra] Bring -ldl flag back and suppress warning messages (follow-up #1547).Gravatar Max Moroz2018-08-20
* [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] Use correct directory name for coverage jobs (follow-up for #1738).Gravatar Max Moroz2018-08-20
* [infra] Set up project dir for coverage job properly. (#1738)Gravatar Max Moroz2018-08-20
* [infra] Add the build configuration and other pieces for clang code coverage....Gravatar Max Moroz2018-08-20
* [infra] Coverage: handle shared libraries via coverage_helper script. (#1727)Gravatar Max Moroz2018-08-17
* [infra] Coverage: export stats for individual fuzzers (to be uploaded in #154...Gravatar Max Moroz2018-08-16
* [infra] profile command: do not fail hard if some fuzz targets have no corpus...Gravatar Max Moroz2018-08-16
* [infra] Add UBSAN_OPTIONS=\"silence_unsigned_overflow=1\" to base-builder ima...Gravatar Max Moroz2018-08-15
* [infra] Add script for downloading a batch of corpus backups (for #1547). (#1...Gravatar Max Moroz2018-08-15
* [infra] Bump LLVM revision to r338452. (#1708)Gravatar Max Moroz2018-08-13
* [infra] Update coverage script to support sources white listing. (#1707)Gravatar Max Moroz2018-08-12
* [infra] Follow-up for the incorrect extraction of WORKDIR from a Dockerfile (...Gravatar Max Moroz2018-08-09
* [infra] Prevent mounting local checkout to $SRC + clean up Dockerfiles (#1699...Gravatar Max Moroz2018-08-09
* [infra] Coverage: always exclude libFuzzer source from the report. (#1697)Gravatar Max Moroz2018-08-09
* [infra] Re-enable UIO for UBSan in a non-faulting mode (#910). (#1690)Gravatar Max Moroz2018-08-07
* [infra] skip the rest of check_instrumentation if grep hasn't found anything ...Gravatar Evgeny Vereshchagin2018-08-04
* [infra] Add retry wrapper to LLVM checkout commands. (#1668)Gravatar Max Moroz2018-07-27
* [infra] Print logs URL for base images and msan libs. (#1666)Gravatar Max Moroz2018-07-27
* [infra] Export coverage data in JSON format for picking up by CF. (#1665)Gravatar Max Moroz2018-07-27
* gcb: add env to targets_list stepGravatar Oliver Chang2018-07-27