summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnirudh Ramanathan <ramanathana@google.com>2017-06-22 12:02:18 -0700
committerGitHub <noreply@github.com>2017-06-22 12:02:18 -0700
commit99040b4f888cea2ec14d5cecfed3e9c00aff0ec9 (patch)
tree8d7e9879d14bc321e4ca788a3403b93474d38d9e
parent2038845e1c1aa07c6360f9ed13c2a7b1e8f8a597 (diff)
Update on-call-build-cop.md
-rw-r--r--contributors/devel/on-call-build-cop.md11
1 files changed, 7 insertions, 4 deletions
diff --git a/contributors/devel/on-call-build-cop.md b/contributors/devel/on-call-build-cop.md
index bcf7ac70..6ad64149 100644
--- a/contributors/devel/on-call-build-cop.md
+++ b/contributors/devel/on-call-build-cop.md
@@ -37,10 +37,13 @@ that those builds are green and allowing merges to occur.
3. If several batch merges are failing, file an issue for that job and describe the possible
causes for the failure. Debug if possible, else triage and assign to a particular SIG, and
@-mention the maintainers. For example, see:
-[https://github.com/kubernetes/kubernetes/issues/47135](https://github.com/kubernetes/kubernetes/issues/47135)
+[#47135](https://github.com/kubernetes/kubernetes/issues/47135)
4. Communicate the actions to **#sig-release** via slack and ensure that the issue is being worked on.
- 1. If the issue is not worked on for several hours, please escalate to the release team.
-5. When the SIG member sends a fix, manually merge if necessary, after verifying that pre-submits pass,
+5. If the issue is not worked on for several hours, please escalate to the release team.
+ The release team members can be found via the [features](https://github.com/kubernetes/features) repo.
+ For example, the Kubernetes 1.7 release team members are listed [here](https://github.com/kubernetes/features/blob/master/release-1.7/release_team.md).
+ Notify the release manager/release team members via GitHub mentions and slack.
+6. When the SIG member sends a fix, manually merge if necessary, after verifying that pre-submits pass,
or use the 'retest-not-required' label with the appropriate 'queue/*' label to ensure merge of the
flake fix.
-6. Issue an update to the **#sig-release** channel on the merge rate and the PR that was used to fix the queue.
+7. Issue an update to the **#sig-release** channel on the merge rate and the PR that was used to fix the queue.