aboutsummaryrefslogtreecommitdiff
path: root/infra/helper.py
AgeCommit message (Expand)Author
2021-10-06[cifuzz][helper] Fix error message for nonexistent external project (#6558)jonathanmetzman
2021-09-21Helper fixes for external projects. (#6458)Oliver Chang
2021-09-17infra: Only pull images corresponding to project language (#6459)Fabian Meumertzheim
2021-09-15[helper] Use base-runner to check if fuzzer exists. (#6453)jonathanmetzman
2021-09-01[language builders] Get rid of base-builder-new (#6361)jonathanmetzman
2021-08-31[NFC][Ubuntu upgrade] Remove base-sanitizer-libs-builder (#6364)jonathanmetzman
2021-08-30[infra][rust] Split out rust projects to their own builder image (#6352)jonathanmetzman
2021-08-30[infra][python] Split out python projects to their own builder. (#6341)jonathanmetzman
2021-08-30[go][infra] Create base-builder-go and use it to build go projects. (#6335)jonathanmetzman
2021-08-30[infra][jvm] Split out JVM projects to their own builder. (#6336)jonathanmetzman
2021-08-25[Ubuntu upgrade] Remove support for prebuilt MSAN libraries. (#6280)jonathanmetzman
2021-08-23Fix coverage command and misc fixes (#6262)jonathanmetzman
2021-08-20New base builder without lang specific installation + swift base (#5986)asraa
2021-08-11[helper] Change logging from error to info (#6200)jonathanmetzman
2021-08-04[infra][NFC] Use one source of truth for engines, languages etc. (#6163)jonathanmetzman
2021-08-04[CIFuzz] Force external to use .clusterfuzzlite for build integrations. (#6167)jonathanmetzman
2021-08-04[CIFuzz][helper] Fix external project support and add tests. (#6161)jonathanmetzman
2021-08-04[CIFuzz] Add support for external projects to helper.py (#6141)jonathanmetzman
2021-08-03[helper] Switch from print to log (#6149)jonathanmetzman
2021-06-17[CIFuzz] Allow run_fuzzers to use a preexisting corpus. (#5928)jonathanmetzman
2021-05-18[infra] Make mount location configurable in build_fuzzers (#5744)Fabian Meumertzheim
2021-05-11[infra] Fix java coverage (#5747)Fabian Meumertzheim
2021-05-10Add Java coverage support (#5733)Fabian Meumertzheim
2021-05-07[infra] Set OSS_FUZZ_CI=1 in CI so build scripts can know (#5731)jonathanmetzman
2021-04-21[helper] Fix build_image --pull and refactor (#5642)jonathanmetzman
2021-04-15build_image with pull should pull all images. (#5620)Abhishek Arya
2021-03-23[helper] Fix handling of gsutil's 2FA (#5482)jonathanmetzman
2021-03-22[infra/helper.py] Unittest shell base-runner-debug (#5470)jonathanmetzman
2021-03-08Rust coverage report (for Suricata) (#4697)Catena cyber
2021-03-05[infra] Avoid adding fuzzing language for shell subcommand. (#5300) (#5301)Sebastian Rasmussen
2021-03-02[TSAN] Support TSAN (#5266)jonathanmetzman
2021-02-16[base-runner][NFC] Replace test_one with test_one.py (#5179)jonathanmetzman
2021-01-19Sets language env variable when running shell (#5007)Catena cyber
2020-12-17Allow none in engine for infra/helper.pyAbhishek Arya
2020-12-17Fix incorrect calculation with gcs path for backup corpus. (#4863)Abhishek Arya
2020-12-07Fix helper.py (#4793)jonathanmetzman
2020-12-03[test_all] Rewrite in Python (#4769)jonathanmetzman
2020-12-01[helper] Make sure directories are created before they are passed to containe...Jakub Jelen
2020-11-20Fix test_all breakage (#4673)jonathanmetzman
2020-11-19[infra] Add code coverage report generation for Go projects (#3142)Catena cyber
2020-08-12[infra][docs] Be more explicit about code coverage being supported for C/C++ ...Max Moroz
2020-07-24Add corpus-dir to run_fuzzer, for later use in coverage cmd. (#4191)Abhishek Arya
2020-07-24[infra] Rename msan-builder to msan-libs-builder (#3388). (#4190)Max Moroz
2020-07-23[infra] Rename base-msan-builder image to base-sanitizer-libs-builder (#3388)...Max Moroz
2020-07-10[infra] Do not pass empty port value to docker. (#4110)Max Moroz
2020-06-10build_specified_commit: Handle build.sh which are part of upstream repo. (#3932)Oliver Chang
2020-05-20Relax project language requirement. (#3846)Oliver Chang
2020-05-17Parse project language and use in infra/helper.py (#3834)Abhishek Arya
2020-05-18Quick fix for helper.py build_fuzzers. (#3832)Oliver Chang
2020-05-04Add a better check for crash during bisection. (#3758)Oliver Chang