github.com/shashidharatd/test-infra@v0.0.0-20171006011030-71304e1ca560/mungegithub/build-cop/README.md (about) 1 # Build Cop tools 2 3 This directory contains tools for build cops. They give an easier access to the 4 merge queue's admin console. 5 6 **They require you to have kubectl installed and pointing at the cluster running 7 the submit queue.** 8 9 Credentials can be acquired quickly using the gcloud CLI 10 ```console 11 $ gcloud container clusters get-credentials mungegithub --project k8s-mungegithub --zone us-central1-b 12 ``` 13 14 ## resolve.sh 15 16 Use `resolve.sh` to mark a test as manually resolved (or not), so the merge 17 queue will merge in spite of a failure. Arguments are the job name and run number. 18 19 ```./resolve.sh jobname runnumber [true/false]``` 20 21 ## emergency.sh 22 23 Run `emengency.sh` to halt merges. Run `emergency.sh resume` to start them 24 again.