This repository will help you to understand how Prow CI/CD platform works and how to create your own one.
- Slides are on go-talks.appspot.com
- Source Code here
If you preffer to run locally (you need at least Go installed in your system), just do this:
cd /tmp && git clone https://github.com/jparrill/hands-on-prow.git
go install golang.org/x/tools/cmd/present
cd hands-on-prow
present
This is the repository to configure the Prow cluster that I've used for this presentation: