2016-10-07 18:39:33 +00:00
|
|
|
# infra
|
|
|
|
> OSS-Fuzz project infrastructure
|
2016-07-21 00:16:57 +00:00
|
|
|
|
2016-10-07 18:42:27 +00:00
|
|
|
Core infrastructure:
|
|
|
|
* [`base-images`](base-images/) - docker images for building fuzzers & corresponding jenkins
|
2016-07-21 18:38:57 +00:00
|
|
|
pipeline.
|
2016-10-07 18:42:27 +00:00
|
|
|
|
|
|
|
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).
|