pusher / testing

Configuration for Pusher's Open Source Prow instance

Home Page:https://prow.pusher.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

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

scripts

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

About

Configuration for Pusher's Open Source Prow instance

https://prow.pusher.com


Languages

Language:Go 43.8%Language:Dockerfile 27.5%Language:Shell 16.0%Language:Makefile 12.7%