aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra
Commit message (Collapse)AuthorAge
* Fix CLANG_BIN path for atherisGravatar Abhishek Arya2020-11-17
|
* Install Atheris in base-clang. (#4647)Gravatar mbarbella-chromium2020-11-16
| | | Co-authored-by: Martin Barbella <mbarbella@google.com>
* Fix incorrect OSS-Fuzz build project deletion. (#4623)Gravatar Oliver Chang2020-11-10
|
* Freeze llvm version due to #4608Gravatar Abhishek Arya2020-11-06
|
* Revert "Use symlink instead of broken -path-equivalence (#4610)" (#4611)Gravatar Abhishek Arya2020-11-06
| | | This reverts commit 65cd35731fc91fe700902ec6d0a31993bf4fe0ec.
* Use symlink instead of broken -path-equivalence (#4610)Gravatar Abhishek Arya2020-11-05
|
* [CIFuzz] Don't assume fuzzer output is ASCII (#4537)Gravatar jonathanmetzman2020-10-19
| | | | | | | | [CIFuzz] Don't assume fuzzer output is ascii This is wrong because the output can be arbitrary. Instead change code that deals with the output to deal with bytes. The testcase, which is derived from the output can be decoded as UTF-8 since it will be a unix path.
* Revert "Python SyntaxError: leading zeros in decimal integer literals ↵Gravatar mbarbella-chromium2020-10-12
| | | | | (#4523)" (#4525) This reverts commit fa0c1b4c6d9f7d235ea297608e5cc434443aa7d8.
* Revert "nettle.py: SyntaxError leading zeros in decimal integer literals ↵Gravatar mbarbella-chromium2020-10-12
| | | | | (#4522)" (#4524) This reverts commit 6fe03eafb557c631d598cf2391f737f34499cb8c.
* nettle.py: SyntaxError leading zeros in decimal integer literals (#4522)Gravatar Christian Clauss2020-10-12
| | | | | * SyntaxError: leading zeros in decimal integer literals are not permitted; use an 0o prefix for octal integers * Placate pylint
* Python SyntaxError: leading zeros in decimal integer literals (#4523)Gravatar Christian Clauss2020-10-12
| | | Python SyntaxError: leading zeros in decimal integer literals are not permitted; use an 0o prefix for octal integers
* [CIFuzz] Retry HTTP requests on certain errors (#4516)Gravatar jonathanmetzman2020-10-12
| | | | Skia has seen some unhandled connection reset errors. When we see these errors when downloading old OSS-Fuzz build, retry downloading it, since the error is likely transient.
* Enables MSAN for Suricata (#4455)Gravatar Catena cyber2020-09-30
| | | | | | * Enables MSAN for Suricata * Move rustup std lib download to base-builder
* Set main repo for clamav. (#4466)Gravatar Oliver Chang2020-09-23
|
* bisector: early exit when old_commit == new_commit. (#4458)Gravatar Oliver Chang2020-09-18
| | | But do this after computing repo_url as that's still useful information.
* Update DockerfileGravatar Oliver Chang2020-09-09
| | | Fixes #4400
* [infra] Re-enable clang/LLVM auto-updating (#4348). (#4426)Gravatar Max Moroz2020-09-08
|
* Add a blackbox field to project.yaml (#4405)Gravatar Oliver Chang2020-09-03
| | | | | | | | This is needed for CF to determine whether or not to allocate the project on a higher end bot to run the blackbox fuzzer. Previously this was keyed on the "none" entry under fuzzing_engines, which wasn't very descriptive. This change also lets us do both blackbox and greybox fuzzing in the same project, which will be done for quickjs.
* [CI] Don't do coverage builds for engineless fuzzers. (#4374)Gravatar jonathanmetzman2020-08-26
| | | | | | | | | | | Coverage builds need to be special cased since they aren't specified in sanitizers. Instead they are done for all C/C++ projects that use libFuzzer. Move all of this special casing to `should_build_coverage` and call that from `should_build` so we have one place where we decide this. Add tests as well. Fixes: https://github.com/google/oss-fuzz/issues/4371
* [presubmit] Allow 'none' as a fuzzing engine (#4370)Gravatar jonathanmetzman2020-08-25
| | | 'none' is used by projects like spidermonkey that use the JS fuzzer.
* [infra] Fix reproduce command invoking run_fuzzer for a single testcase ↵Gravatar Max Moroz2020-08-25
| | | | | | | | | (#4338). (#4367) * [infra] Fix reproduce command invoking run_fuzzer for a single testcase (#4338). * review feedback * do not introduce new variable, rely on SKIP_SEED_CORPUS only
* Revert chromium clang roll to fix mismatched coverage data error (#4353)Gravatar Abhishek Arya2020-08-21
| | | Temporarily fixes #4348
* Revert "Revert "Compile + install LLVMgold.so so -flto works (#4332)" ↵Gravatar Abhishek Arya2020-08-21
| | | | | (#4351)" (#4352) This reverts commit 7f8f5e0182ec994ed5b7340cdf90c532da1ee328.
* Revert "Compile + install LLVMgold.so so -flto works (#4332)" (#4351)Gravatar Abhishek Arya2020-08-21
| | | This reverts commit d1ddd259378933ab42966da3e6750612c3ec2de4.
* Compile + install LLVMgold.so so -flto works (#4332)Gravatar van Hauser2020-08-18
|
* [infra] Upgrade reproduce command to re-use run_fuzzer functionality. (#4324)Gravatar Max Moroz2020-08-17
| | | | | | | * [infra] Upgrade reproduce command to re-use run_fuzzer functionality. * fix a typo * add missing quotes
* [infra] Use 16 threads when building LLVM (#4270). (#4315)Gravatar Max Moroz2020-08-13
| | | | | * [infra] Use 16 threads when building LLVM (#4270). * update the comment
* [infra] base-clang: limit the number of build threads to 4 (#4270). (#4311)Gravatar Max Moroz2020-08-12
|
* [infra] Make bad_build_check to use run_fuzzer when testing startup crash. ↵Gravatar Max Moroz2020-08-12
| | | | | | | (#4301) * [infra] Make bad_build_check to use run_fuzzer when testing startup crash. * use SKIP_SEED_CORPUS=1
* [infra][docs] Be more explicit about code coverage being supported for C/C++ ↵Gravatar Max Moroz2020-08-12
| | | | | | | only (#4284). (#4303) * [infra][docs] Be more explicit about code coverage being supported for C/C++ only (#4284). * fix typos and pass env variable
* even more fixes. (#4297)Gravatar Oliver Chang2020-08-11
|
* Fix typo in project_sync.py (#4296)Gravatar Oliver Chang2020-08-11
| | | | | | | * Fix typo in project_sync.py * line length * format
* Add |builds_per_day| to supported section in project.yaml. (#4291)Gravatar Abhishek Arya2020-08-10
|
* [infra] Add support for custom sanitizer options in run_fuzzer. (#4274)Gravatar Max Moroz2020-08-07
| | | | | | | * [infra] Add support for custom sanitizer options in run_fuzzer. * address review feedback * fix presubmit warnings
* Fix LLVM_REVISION parse regex (#4275)Gravatar Abhishek Arya2020-08-06
| | | | Fix parse regex as per format change in https://chromium.googlesource.com/chromium/src/tools/clang/+/e6863f878319bc31e7f454132b655251f9761fc2%5E%21/#F1
* Reland 55d9a81. (#4269)Gravatar jonathanmetzman2020-08-06
| | | | | The issue with 55d9a81 that caused it to be reverted by 3370f8f was probably due to the build trigger on GCB being stale. I've updated it so this commit should stick.
* Revert "[CIFuzz] Allow supplying a manual source checkout (#4250)" (#4263)Gravatar Evgeny Vereshchagin2020-08-06
| | | | | This reverts commit 55d9a81cd799f34ffbd688766aef5f463c9aac73. Closes https://github.com/google/oss-fuzz/issues/4262
* Split up builds status function. (#4261)Gravatar Oliver Chang2020-08-06
| | | | | - Split into separate invocations for fuzzing, coverage, and badges. - Also use threads to speed things up.
* [CIFuzz] Allow supplying a manual source checkout (#4250)Gravatar jonathanmetzman2020-08-05
| | | | | | | Make CIFuzz building accept an env var `MANUAL_SRC_PATH` that points to a manually prepared checkout of the project-under-tests's source code. This allows projects like Skia which are not on OSS-Fuzz and/or need to make changes to the repo after checking out the right commit to use CIFuzz. Note that for now we aren't supporting this in GitHub, so projects that need to modify the source after checkout can't use it until we do support it. Also, use the local copy of OSS-Fuzz when building cifuzz-base instead of cloning it from GitHub. This makes local debugging/development much easier since it allows one to use CIFuzz with local changes.
* More build infra cleanup. (#4252)Gravatar Oliver Chang2020-08-06
| | | | - Deleted unused code. - Consolidate some modules.
* Clean up build infra. (#4251)Gravatar Oliver Chang2020-08-05
| | | | | | - Remove gcb folder. Move the files that we still need into the build/functions dir. - Remove badge_images. They are now stored on GCS. - Remove jenins configs.
* Skipping fuzzing build when project is disabled (#4239)Gravatar kabeer272020-07-31
| | | | | * Skipping fuzzing build when project is disabled * Removing skip build and making it better
* Fix a typo from previous MSan function addition. (#4241)Gravatar Oliver Chang2020-07-31
|
* Move cmake install to base-clang. (#4240)Gravatar Oliver Chang2020-07-31
| | | | Clang now needs a newer cmake to build.
* Adding msan builder to gcp (#4234)Gravatar kabeer272020-07-31
| | | | | | | | | * Adding msan builder to gcp * Formatting changes * Refactoring and reducing redundancy * Moving msan builder entry point into base_images
* Create individual schedulers for requesting coverage builds. (#4237)Gravatar Oliver Chang2020-07-31
| | | | The single function for requesting all coverage builds was timing out.
* better fix for template (#4226)Gravatar kabeer272020-07-30
|
* Display historical logs ui change (#4197)Gravatar kabeer272020-07-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Initial UI Change to display historical logs * Minor changes * More formatting changes * Adding license header * Changes, take a look Oliver * Changes for handling empty build history/ no last successful build * Reverting the logs folder path from /logs/log to /log * Merged to latest master and other chnages to template * Changing backend to reflect build history * Fixing order of query * Removed last build status * More changes * Adding unit tests and fixes found by unit testing * Fixing lint errors * Added more unit tests and fixed typos and formatting * Fixing comment caps * Minor formatting issue Co-authored-by: Oliver Chang <oliverchang@users.noreply.github.com>
* Fix build status update. (#4224)Gravatar Oliver Chang2020-07-30
| | | | | Check for valid statuses rather than only excluding the WORKING status. There are other failure statuses that need to be accounted for (e.g. EXPIRED).
* Add missing dash to build tag. (#4221)Gravatar Oliver Chang2020-07-30
|