Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.23 KB

README.md

File metadata and controls

38 lines (26 loc) · 1.23 KB

Testing

This repository contains the configuration and deployment files for prow.pusher.com.

Repository Structure

config

The config folder contains raw Prow configuration. This configuration defines not only the global behaviour of the Prow installation but also the jobs for the repositories managed by this Prow cluster.

Note: Whenever changes are made to this folder, you must run make config from the repository root to update the generated configuration within the prow folder and check this in with your changes.

images

The images folder contains Dockerfiles defining a number of base images from which ProwJobs can be run.

The base level image is called builder and handles setup of generic ProwJob bootstrapping such as configuring Docker-in-Docker. All other images should inherit from this base image.

prow

The prow folder contains the Kubernetes deployment resources for the Prow cluster. These resources are automatically deployed by a Faros instance running within the Prow cluster.

scripts

The scripts folder contains bash scripts for managing files within this repository.