mirror of https://github.com/google/oss-fuzz.git
Update README.md
This commit is contained in:
parent
28a598cb33
commit
f646f8007e
|
@ -1,7 +1,14 @@
|
|||
# infra
|
||||
> OSS-Fuzz project infrastructure
|
||||
|
||||
* `base-images` - docker images for building fuzzers & corresponding jenkins
|
||||
Core infrastructure:
|
||||
* [`base-images`](base-images/) - docker images for building fuzzers & corresponding jenkins
|
||||
pipeline.
|
||||
* `docker-cleanup` - jenkins pipeline to clean stale docker images & processes.
|
||||
* `jenkins-cluster` - kubernetes cluster definition for our jenkins-based build.
|
||||
|
||||
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).
|
||||
|
|
Loading…
Reference in New Issue