diff options
| author | Matt Liggett <mml@users.noreply.github.com> | 2017-03-29 14:33:40 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-03-29 14:33:40 -0700 |
| commit | 99fb14bed6aac5b077ec44e10163e15708430c82 (patch) | |
| tree | b304e6dad7527f45a2faf252e1d4cb60612ed0c0 | |
| parent | ade5ea32055bc1a5dfc8ab7205dd86ef6213786a (diff) | |
Update buildcop instructions with how to force a build.
| -rw-r--r-- | contributors/devel/on-call-build-cop.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contributors/devel/on-call-build-cop.md b/contributors/devel/on-call-build-cop.md index 92895b26..832e6418 100644 --- a/contributors/devel/on-call-build-cop.md +++ b/contributors/devel/on-call-build-cop.md @@ -113,6 +113,8 @@ pre-requisites are being merged at a reasonable rate: * When the build is broken, roll back the PRs responsible ASAP +* If the build job itself fails, Jenkins will not try again automatically and everything will halt. You can trigger one at http://kubekins.mtv.corp.google.com/job/ci-kubernetes-build/#. Click `log in`, then click `Build Now` in the left margin. + * When E2E tests are unstable, a "merge freeze" may be instituted. During a merge freeze: |
