k8s.io/test-infra@v0.0.0-20240520184403-27c6b4c223d8/docs/playbooks/README.md (about) 1 # Playbook Index 2 3 This is an index of the oncall playbooks for our various services. 4 5 These are intended to help you diagnose and repair our infrastructure. 6 7 <!--TODO: add short entries for each service we host--> 8 9 ## Prow 10 11 [Playbook][prow-playbook] 12 13 TDLR: Prow is a set of CI services that we run. 14 15 In particular we use this for hosting Kubernetes's CI and GitHub automation. 16 17 ## Greenhouse 18 19 [Playbook][greenhouse-playbook] 20 21 TDLR: Greenhouse is a bazel [remote build cache] service. 22 23 In particular we use this for building the [Kubernetes repo][kubernetes-repo] 24 in presubmit on Prow. 25 26 <!--URLS--> 27 [kubernetes-repo]: https://github.com/kubernetes/kubernetes 28 [greenhouse-playbook]: greenhouse.md 29 [prow-playbook]: prow.md 30 [remote build cache]: https://docs.bazel.build/versions/master/remote-caching.html