oss-fuzz/infra
Mike Aizatsky 029d11b19c Update README.md 2016-11-04 13:30:04 -07:00
..
base-images [infra] Add zip installation to libfuzzer-runner image. 2016-11-04 15:13:02 +01:00
docker-cleanup Update Jenkinsfile 2016-10-13 00:00:17 -07:00
jenkins-cluster [infra][gke] using deployments 2016-10-10 12:11:08 -07:00
push-images folding coverage into base-libfuzzer since target images is where sources are 2016-11-03 20:13:29 -07:00
README.md Update README.md 2016-11-04 13:30:04 -07:00
helper.py Make error handling around already existing directories more precise (#71) 2016-11-04 08:04:36 -07:00
libfuzzer-pipeline.groovy Update libfuzzer-pipeline.groovy 2016-11-03 21:43:44 -07:00
templates.py Update templates.py 2016-11-01 13:23:40 -07:00

README.md

infra

OSS-Fuzz project infrastructure

Core infrastructure:

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

Continuous Integration infrastracture:

  • libfuzzer-pipeline.groovy - jenkins pipeline that runs for each oss-fuzz project.
  • docker-cleanup - jenkins pipeline to clean stale docker images & processes.
  • push-images - jenkins pipeline to push built base images.
  • jenkins-cluster - kubernetes cluster definition for our jenkins-based build (not operational yet, issue 10).

helper.py

script to automate common docker operations

Command Description
generate Generates skeleton files for a new target
build_image Builds a docker image for a given target
build_fuzzers Builds fuzzers for a given target
run_fuzzer Runs a fuzzer in a docker container
coverage Runs a fuzzer in a docker container and computes a coverage report
shell Starts a shell inside the docker image for a target