This repository contains the configuration and deployment files for prow.pusher.com.
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.
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.
The prow folder contains the Kubernetes deployment resources for the Prow cluster.
Deployment is performed by applying resources to the cluster using kubectl
To access the cluster you need to have persmission in GCP. Speak to a member
of the team to grant this.
When you have access run the following to configure the cluster with kubectl
gcloud auth login
gcloud container clusters get-credentials prow --region europe-west2 --project elements-175813
The scripts folder contains bash scripts for managing files within this repository.