Update buildtriage.md (#49651)
authorViktor Hofer <viktor.hofer@microsoft.com>
Mon, 15 Mar 2021 18:12:06 +0000 (19:12 +0100)
committerGitHub <noreply@github.com>
Mon, 15 Mar 2021 18:12:06 +0000 (19:12 +0100)
* Update buildtriage.md

docs/infra/buildtriage.md

index 53b51bb..6ae47e2 100644 (file)
@@ -16,31 +16,13 @@ Please make sure that you are part of the following groups before you start the
 
 Unfortunately, the teams channel's members need to be listed individually. Ping @ViktorHofer if you need access.
 
-## Tracking Build Failures
-All the CI failures can be tracked through the CI Council dashboards i.e. [Public](https://dev.azure.com/dnceng/public/_dashboards/dashboard/40ac4990-3498-4b3a-85dd-2ffde961d672), [Internal](https://dev.azure.com/dnceng/internal/_dashboards/dashboard/e1bb572d-a2b0-488f-a58a-54c73a547f0d).
-We have different dashboards for public (Rolling & PR Builds) and internal builds.
-
-In addition to the dashboards, official build failure notifications are sent to the internal runtime infrastructure email alias.
-
-For each of these mail notifications, a matching issue should exist (either in the dotnet/runtime repository or in dotnet/core-eng or dotnet/arcade). The person triaging build failures should reply to the email with a link to the issue to let everyone know it is triaged. This guarantees that we are following-up on infrastructure issues immediately. If a build failure's cause isn't trivial to identify, consider looping in dnceng.
-
-Tests are not run during the internal builds. Publishing and signing steps are run only during internal builds. Rolling builds run tests for the full matrix.
-
-Any consistently failing test where the fix is not in pipeline should be promptly disabled on the CI. Don't leave tests failing in CI while you investigate; it's too disruptive for the rest of the team.
-
-For new issues, try to provide a [runfo](https://runfo.azurewebsites.net/) search which will make it easy to isolate repeated instances of that failure.
-
-Contact @chcosta if you are having any trouble accessing the dashboards.
-Contact @Chrisboh if you don't have the calendar invite for the CI Council meeting.
-Contact @jaredpar if you are having any trouble with runfo, site or utility.
-
-## Ongoing Issues
-
-All the issues causing the builds to fail should be marked with [`blocking-clean-ci`](https://github.com/dotnet/runtime/issues?q=is%3Aissue+is%3Aopen+label%3Ablocking-clean-ci) label.
-Any issues causing build breaks in the official build should be marked with [`blocking-clean-official`](https://github.com/dotnet/runtime/issues?q=is%3Aissue+is%3Aopen+label%3Ablocking-clean-official).
-It helps in tracking issues effectively.
-
-The main meta-bug linking to currently tracked issues is [here](https://github.com/dotnet/runtime/issues/702).
+## Responsibilities
+- Official build failure notifications are sent to the runtime infrastructure mail alias. For each of these notifications, a matching issue should exist (either in the dotnet/runtime repository or in dotnet/core-eng or dotnet/arcade). The person triaging build failures should reply to the email with a link to the issue to let everyone know it is triaged. This guarantees that we are following-up on infrastructure issues immediately. If a build failure's cause isn't trivial to identify, consider looping in dnceng.
+- The CI Council dashboards should be used as well to track CI failures, i.e. [Public](https://dev.azure.com/dnceng/public/_dashboards/dashboard/40ac4990-3498-4b3a-85dd-2ffde961d672), [Internal](https://dev.azure.com/dnceng/internal/_dashboards/dashboard/e1bb572d-a2b0-488f-a58a-54c73a547f0d). There are different dashboards for public (batched rolling) and internal builds. Tests are not run as part of internal builds whereas publishing and signing steps are exclusively run as part of internal builds. Public rolling builds run tests for the full matrix of supported configurations.
+- Any consistently failing test where the fix is not in pipeline should be promptly disabled on the CI. Don't leave tests failing in CI while you investigate; it's too disruptive for the rest of the team!
+- All the issues causing the builds to fail should be marked with [`blocking-clean-ci`](https://github.com/dotnet/runtime/issues?q=is%3Aissue+is%3Aopen+label%3Ablocking-clean-ci) label. Any issues causing build breaks in the official build should be marked with [`blocking-clean-official`](https://github.com/dotnet/runtime/issues?q=is%3Aissue+is%3Aopen+label%3Ablocking-clean-official). For new issues, try to provide a [runfo](https://runfo.azurewebsites.net/) search which will make it easy to isolate repeated instances of that failure. It helps in tracking issues effectively.
+- Issues listed in the [Infrastructure - Status/Health](https://github.com/dotnet/runtime/issues/702) meta-issue (which is automatically updated based on the blocking-clean-* labels) should be triaged at least once per week to make sure that it only lists issues which are currently affecting CI. Triaging refers to either closing the issue if it doesn't apply anymore or removing the blocking-clean-* label in case tests are disabled.
+- Attend the weekly CI Council meeting and represent the dotnet/runtime repository.
 
 ## Some helpful resources
 - [runfo Website](https://runfo.azurewebsites.net/)
@@ -50,14 +32,6 @@ The main meta-bug linking to currently tracked issues is [here](https://github.c
 - [Public Build Definition](https://dev.azure.com/dnceng/public/_build?definitionId=686)
 - [Runtime dependency status](https://maestro-prod.westus2.cloudapp.azure.com/1296/https:%2F%2Fgithub.com%2Fdotnet%2Fruntime/latest/graph)
 
-## Build Rotation for upcoming months
-
-| Month | Alias  |
-|-------|-----------|
-| September 2020 | @directhex |
-| October 2020   | @jkoritzinsky |
-| November 2020  | @aik-jahoda |
-| December 2020  | @akoeplinger |
-| January 2021   | @hoyosjs |
-| February 2021  | @anipik |
-| March 2021  | @directhex |
+Contact @chcosta if you are having any trouble accessing the dashboards.
+Contact @Chrisboh if you don't have the calendar invite for the CI Council meeting.
+Contact @jaredpar if you are having any trouble with runfo, site or utility.