Skip to content
forked from pusher/testing

Configuration for Pusher's Open Source Prow instance

Notifications You must be signed in to change notification settings

pusher-ci/testing

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Configuration for Pusher's Open Source Prow instance

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 46.2%
  • Dockerfile 26.5%
  • Shell 13.7%
  • Makefile 13.6%