Skip to content
This repository was archived by the owner on Apr 17, 2019. It is now read-only.

Commit 9060171

Browse files
authored
Merge pull request #1261 from girishkalele/buildcop1
Improve build-cop README.md
2 parents 6baa2d5 + 1c4f797 commit 9060171

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

mungegithub/build-cop/README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,18 @@ merge queue's admin console.
66
**They require you to have kubectl installed and pointing at the cluster running
77
the submit queue.**
88

9-
## resolved.sh
9+
Credentials can be acquired quickly using the gcloud CLI
10+
```console
11+
$ gcloud container clusters get-credentials utility-cluster --project kubernetes-jenkins
12+
```
1013

11-
Use `resolved.sh` to mark a test as manually resolved (or not), so the merge
14+
## resolve.sh
15+
16+
Use `resolve.sh` to mark a test as manually resolved (or not), so the merge
1217
queue will merge in spite of a failure. Arguments are the job name and run number.
1318

19+
```./resolve.sh jobname runnumber [true/false]```
20+
1421
## emergency.sh
1522

1623
Run `emengency.sh` to halt merges. Run `emergency.sh resume` to start them

0 commit comments

Comments
 (0)