aboutsummaryrefslogtreecommitdiff
path: root/infra
AgeCommit message (Expand)Author
2020-01-31[cifuzz] - commit and pull request hook functionality (#3310)Leo Neat
2020-01-31Moving execute to utils.py (#3313)Leo Neat
2020-01-30[infra] Introduce "language" attribute in the project.yaml (#3297). (#3299)Max Moroz
2020-01-30[infra] unit/integration test updates (#3300)Leo Neat
2020-01-29[Infra] Update print statements (#3305)Leo Neat
2020-01-29[Infra] CIFuzz pipeline complete. (#3281)Leo Neat
2020-01-23[cifuzz][bisection] Make BuildData a namedtuple (#3282)jonathanmetzman
2020-01-23[infra] Make presubmit script handle experimental flag in project.yaml (#3277...Max Moroz
2020-01-21[infra] Add fuzzing_engines section for the project.yaml. (#3267)Max Moroz
2020-01-21[infra] Prioritize short files when collecting dataflow traces (#1632). (#3254)Max Moroz
2020-01-17[infra] Add env variable to the DF collection GCB step (#1632). (#3250)Max Moroz
2020-01-17[infra] Collect dataflow traces on the builder (#1632). (#3238)Max Moroz
2020-01-16[infra] helper: fix regression introducing attribute error when reproducing c...jonathanmetzman
2020-01-15[infra] dataflow: use basic block coverage instead of function (#1632). (#3239)Max Moroz
2020-01-15[infra] Print exact reproduction commands in build failures (#3104). (#3236)Max Moroz
2020-01-15[infra] Make helper.py presubmit-clean (#3237)jonathanmetzman
2020-01-15[infra] Scripts for building fuzzers with CIFuzz (#3207)Leo Neat
2020-01-15[infra] Presubmit: remove license check for all .yaml files. (#3235)Max Moroz
2020-01-15Fix presubmit parsing issue with emails. (#3234)Abhishek Arya
2020-01-14[infra] Fix env variable in the helper.py repoduce command (#3230)Leo Neat
2020-01-14Build honggfuzz by default. (#3228)Oliver Chang
2020-01-13[infra] CIFuzz - Add github action to OSS-Fuzz repo (#3214)Leo Neat
2020-01-12[infra] Fix dataflow engine compilation for a speed up (#1632). (#3219)Max Moroz
2020-01-10[infra] Add presubmit script (#3196)jonathanmetzman
2020-01-09[infra] Add parens to ensure correct execution order (#3104). (#3213)Max Moroz
2020-01-09[infra] Print additional information for build/coverage failures on GCB (#310...Max Moroz
2020-01-08Fix issue running AFL targets with run_fuzzer (#3195)jonathanmetzman
2020-01-08Reland Make bad_build_check more likely to catch hardcoding /out (#3180) (#3205)jonathanmetzman
2020-01-08Bump up rss limit to 2.5GB. (#3201)Oliver Chang
2020-01-07Revert "Make bad_build_check more likely to catch hardcoding /out (#3180)" (#...jonathanmetzman
2020-01-06[infra] Fixing bisection to work with more OSS-Fuzz projects (#3152)Leo Neat
2020-01-06Make bad_build_check more likely to catch hardcoding /out (#3180)jonathanmetzman
2020-01-06[infra] Do not skip coverage build if there is no build.sh file (#3185). (#3189)Max Moroz
2020-01-02Run apt-get autoremove after removing honggfuzz dependencies. (#3172)Oliver Chang
2019-12-16[infra] Add support for Bisecting Git Commits Introducing Crashes(#3119)Leo Neat
2019-12-16Remove trailing whitespace (#3135)jonathanmetzman
2019-12-13Revert "Enable UBSan's pointer-overflow check. (#3121)" (#3123)Abhishek Arya
2019-12-12Enable UBSan's pointer-overflow check. (#3121)mbarbella-chromium
2019-12-12Enable UBSan's object-size check. (#3120)mbarbella-chromium
2019-12-12[infra] Add functionality to check out a specific commit for a project (#3092)Leo Neat
2019-12-11Enable enum feature for UBSan (#3102)Abhishek Arya
2019-11-26[infra] Install LLVM binaries in base-runner using base-clang artifacts (#306...Max Moroz
2019-11-25[infra] Update binaries in the base-runner image (#3065). (#3066)Max Moroz
2019-11-24Enable UBSan builtin, null, returns-nonnull-attribute, and unreachable checks...mbarbella-chromium
2019-11-22Revert "Enable UBSan's builtin, null, and unreachable checks. (#3057)" (#3061)Abhishek Arya
2019-11-22Install clang using git (#3060)jonathanmetzman
2019-11-21Enable UBSan's builtin, null, and unreachable checks. (#3057)mbarbella-chromium
2019-11-20Pre-compile honggfuzz (#3045)Oliver Chang
2019-11-13remove libunwind and libblocksruntime from base-runner. (#3031)Oliver Chang
2019-11-13Add optimization flags to honggfuzz compilation. (#3030)Oliver Chang