mirror of https://github.com/google/oss-fuzz.git
15 lines
630 B
Markdown
15 lines
630 B
Markdown
# infra
|
|
> OSS-Fuzz project infrastructure
|
|
|
|
Core infrastructure:
|
|
* [`base-images`](base-images/) - docker images for building fuzzers & corresponding jenkins
|
|
pipeline.
|
|
|
|
Continuous Integration infrastracture:
|
|
|
|
* [`libfuzzer-pipeline.groovy`](libfuzzer-pipeline.groovy/) - jenkins pipeline that runs for each oss-fuzz
|
|
project.
|
|
* [`docker-cleanup`](docker-cleanup/) - jenkins pipeline to clean stale docker images & processes.
|
|
* [`push-images`](push-images/) - jenkins pipeline to push built base images.
|
|
* [`jenkins-cluster`](jenkins-cluster/) - kubernetes cluster definition for our jenkins-based build (not operational yet).
|