aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra
Commit message (Collapse)AuthorAge
* [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
|
* build: Add queueTtl argument to one more place. (#4219)Gravatar Oliver Chang2020-07-30
|
* [rnp] Add afl engine (#4212)Gravatar Tom Ritter2020-07-29
| | | | | | | | | * [rnp] Add afl engine * Add fuzz_dump and fuzz_keyring to the exception list These binaries - from https://github.com/rnpgp/rnp/tree/master/src/fuzzing - are very tiny and just call into the library with a single API, and are not staticly compiled - so they have very few UBSAN calls.
* Fixing missing dash in datastore query (#4213)Gravatar kabeer272020-07-29
|
* Add queueTtl argument to cloud build request. (#4211)Gravatar Oliver Chang2020-07-29
| | | To prevent expiry of queued builds.
* Fix an Python 3 exception in build_project.py. (#4210)Gravatar Oliver Chang2020-07-29
|
* Many build infra fixes. (#4209)Gravatar Oliver Chang2020-07-29
| | | | | | | | | - Remove base image project argument from deploy.sh. Deploy all functions to the main oss-fuzz image. - Reduce max instances of functions to 1 to avoid rate limiting issues. - Fix missing ndb context initialization in request_build.py - Fix incorrect tags in BuildHistory entities. "-" was doubled. - Fix base build deployment with incorrect schedule variable. - Add scripts for requesting builds locally.
* Fix builds status requirements.txt (#4203)Gravatar Oliver Chang2020-07-28
|
* Disable coverage job sync. (#4195)Gravatar Oliver Chang2020-07-27
| | | Migrating to new infratructure for requesting coverage jobs.
* build: Project sync fixes. (#4194)Gravatar Oliver Chang2020-07-27
| | | | | - Add some more logging. - Use GitHub client ID/secret rather than personal access token. - Fix function deploy wrt "--project" argument.
* Add corpus-dir to run_fuzzer, for later use in coverage cmd. (#4191)Gravatar Abhishek Arya2020-07-24
| | | | | * Add corpus-dir to run_fuzzer, for later use in coverage cmd. * Update as per comment.
* [infra] Rename msan-builder to msan-libs-builder (#3388). (#4190)Gravatar Max Moroz2020-07-24
| | | | | | | * [infra] Rename msan-builder to msan-libs-builder and add (broken) dfsan-libs-builder (#3388). * remove dfsan-libs-builder for now * presubmit format
* [infra] Rename base-msan-builder image to base-sanitizer-libs-builder ↵Gravatar Max Moroz2020-07-23
| | | | | | | (#3388). (#4187) * [infra] Rename base-msan-builder image to base-sanitizer-builder (#3388). * rename to base-sanitizer-libs-builder
* Initial integration of builds_status (#4175)Gravatar kabeer272020-07-23
|
* Adding build coverage cloud function, and refactoring test_utils.py (#4151)Gravatar kabeer272020-07-20
| | | | | | | | | | | | | * Adding build coverage cloud function, and refactoring test_utils.py * Multiple changes will add a comment. * Catching sys.exit() exception and removing useless wrapper build_steps function * Comment update * Comment update * Comment formatting
* [infra] Build libc++ and libc++abi with DFSan (#3388, #1632). (#4153)Gravatar Max Moroz2020-07-17
| | | | | * [infra] Build libc++ and libc++abi with DFSan (#3388, #1632). * create a common function to reduce code duplication
* Refactoring and request build cloud function (#4120)Gravatar kabeer272020-07-16
| | | Co-authored-by: Kabeer Seth <kabeerseth@google.com>
* Remove sanitizer validation checks in CIFuzz, (#4131)Gravatar Abhishek Arya2020-07-15
| | | | | | Sanitizer validation is not needed and it is hacky code with no proper yaml parsing. sanitizer attribute is properly documented. Fixes #3996.
* CI fix. (#4139)Gravatar Abhishek Arya2020-07-15
|
* [infra] Fix a typo in collect_dft bash script.Gravatar Max Moroz2020-07-13
|