oss-fuzz/infra
Oliver Chang 3a746bab8a [infra] gcb: Add cancel.py
Also recognize CANCELLED status in wait_for_build.
2017-03-15 18:58:48 -07:00
..
auto-setup Move gcb auto setup to infra/gcb. 2017-03-14 14:14:10 -07:00
base-images [infra] ossfuzz/IMAGE -> gcr.io/oss-fuzz/IMAGE 2017-03-15 18:46:31 -07:00
docker-cleanup Update Jenkinsfile 2017-01-13 11:49:09 -08:00
gcb [infra] gcb: Add cancel.py 2017-03-15 18:58:48 -07:00
jenkins-cluster Update Jenkins Dockerfile 2017-03-10 20:50:40 -08:00
push-images
uploader gcb: Upload build to test bucket. (#450) 2017-03-10 22:23:44 -08:00
.pylintrc
README.md Update README.md 2017-02-02 18:45:39 -08:00
helper.py [infra] (experimental) Support building with AFL (#396) 2017-02-16 15:09:37 -08:00
libfuzzer-pipeline.groovy [infra] fighting jenkins CPS 2017-03-07 14:10:02 -08:00
templates.py [infra] ossfuzz/IMAGE -> gcr.io/oss-fuzz/IMAGE 2017-03-15 18:46:31 -07:00

README.md

infra

OSS-Fuzz project infrastructure

Core infrastructure:

  • base-images - docker images for building fuzz targets & corresponding jenkins pipeline.

Continuous Integration infrastracture:

helper.py

script to automate common docker operations

Command Description
generate Generates skeleton files for a new project
build_image Builds a docker image for a given project
build_fuzzers Builds fuzz targets for a given project
run_fuzzer Runs a fuzz target in a docker container
coverage Runs a fuzz target in a docker container and computes a coverage report
reproduce Runs a testcase to reproduce a crash
shell Starts a shell inside the docker image for a project