Skip to content

Latest commit

 

History

History
186 lines (134 loc) · 8.41 KB

on-call-build-cop.md

File metadata and controls

186 lines (134 loc) · 8.41 KB

WARNING WARNING WARNING WARNING WARNING

PLEASE NOTE: This document applies to the HEAD of the source tree

If you are using a released version of Kubernetes, you should refer to the docs that go with that version.

The latest release of this document can be found [here](http://releases.k8s.io/release-1.3/docs/devel/on-call-build-cop.md).

Documentation for other releases can be found at releases.k8s.io.

Kubernetes "Github and Build-cop" Rotation

Preqrequisites

Traffic sources and responsibilities

  • GitHub Kubernetes issues and pulls: Your job is to be the first responder to all new issues and PRs. If you are not equipped to do this (which is fine!), it is your job to seek guidance!

    • Support issues should be closed and redirected to Stackoverflow (see example response below).

    • All incoming issues should be tagged with a team label (team/{api,ux,control-plane,node,cluster,csi,redhat,mesosphere,gke,release-infra,test-infra,none}); for issues that overlap teams, you can use multiple team labels

      • There is a related concept of "Github teams" which allow you to @ mention a set of people; feel free to @ mention a Github team if you wish, but this is not a substitute for adding a team/* label, which is required

      • If the issue is reporting broken builds, broken e2e tests, or other obvious P0 issues, label the issue with priority/P0 and assign it to someone. This is the only situation in which you should add a priority/* label

        • non-P0 issues do not need a reviewer assigned initially
      • Assign any issues related to Vagrant to @derekwaynecarr (and @mention him in the issue)

    • All incoming PRs should be assigned a reviewer.

    • Keep in mind that you can @ mention people in an issue/PR to bring it to their attention without assigning it to them. You can also @ mention github teams, such as @kubernetes/goog-ux or @kubernetes/kubectl

    • If you need help triaging an issue or PR, consult with (or assign it to) @brendandburns, @thockin, @bgrant0607, @quinton-hoole, @davidopp, @dchen1107, @lavalamp (all U.S. Pacific Time) or @fgrzadkowski (Central European Time).

    • At the beginning of your shift, please add team/* labels to any issues that have fallen through the cracks and don't have one. Likewise, be fair to the next person in rotation: try to ensure that every issue that gets filed while you are on duty is handled. The Github query to find issues with no team/* label is: here.

Example response for support issues:

Please re-post your question to [stackoverflow]
(http://stackoverflow.com/questions/tagged/kubernetes).

We are trying to consolidate the channels to which questions for help/support
are posted so that we can improve our efficiency in responding to your requests,
and to make it easier for you to find answers to frequently asked questions and
how to address common use cases.

We regularly see messages posted in multiple forums, with the full response
thread only in one place or, worse, spread across multiple forums. Also, the
large volume of support issues on github is making it difficult for us to use
issues to identify real bugs.

The Kubernetes team scans stackoverflow on a regular basis, and will try to
ensure your questions don't go unanswered.

Before posting a new question, please search stackoverflow for answers to
similar questions, and also familiarize yourself with:

  * [user guide](http://kubernetes.io/docs/user-guide/)
  * [troubleshooting guide](http://kubernetes.io/docs/admin/cluster-troubleshooting/)

Again, thanks for using Kubernetes.

The Kubernetes Team

Build-copping

  • The merge-bot submit queue (source) should auto-merge all eligible PRs for you once they've passed all the relevant checks mentioned below and all [critical e2e tests] (https://goto.google.com/k8s-test/view/Critical%20Builds/) are passing. If the merge-bot been disabled for some reason, or tests are failing, you might need to do some manual merging to get things back on track.

  • Once a day or so, look at the [flaky test builds] (https://goto.google.com/k8s-test/view/Flaky/); if they are timing out, clusters are failing to start, or tests are consistently failing (instead of just flaking), file an issue to get things back on track.

  • Jobs that are not in critical e2e tests or flaky test builds are not your responsibility to monitor. The Test owner: in the job description will be automatically emailed if the job is failing.

  • If you are a weekday oncall, ensure that PRs confirming to the following pre-requisites are being merged at a reasonable rate:

    • Have been LGTMd
    • Pass Travis and Jenkins per-PR tests.
    • Author has signed CLA if applicable.
  • If you are a weekend oncall, never merge PRs manually, instead add the label "lgtm" to the PRs once they have been LGTMd and passed Travis; this will cause merge-bot to merge them automatically (or make them easy to find by the next oncall, who will merge them).

  • When the build is broken, roll back the PRs responsible ASAP

  • When E2E tests are unstable, a "merge freeze" may be instituted. During a merge freeze:

    • Oncall should slowly merge LGTMd changes throughout the day while monitoring E2E to ensure stability.

    • Ideally the E2E run should be green, but some tests are flaky and can fail randomly (not as a result of a particular change).

      • If a large number of tests fail, or tests that normally pass fail, that is an indication that one or more of the PR(s) in that build might be problematic (and should be reverted).
      • Use the Test Results Analyzer to see individual test history over time.
  • Flake mitigation

    • Tests that flake (fail a small percentage of the time) need an issue filed against them. Please read this; the build cop is expected to file issues for any flaky tests they encounter.

    • It's reasonable to manually merge PRs that fix a flake or otherwise mitigate it.

Contact information

@k8s-oncall will reach the current person on call.

Analytics