arcade-services
arcade-services copied to clipboard
Rollout 2024-09-19
Purpose
This issue tracks the arcade-services repository rollout. On top of the Rollout instructions described on the wiki, it provides the person responsible for the rollout checklist of the steps that need to be performed to rollout services in this repository. All relevant information, including the rollout PR, issues encountered during the rollout and steps taken to resolve them should be linked or added to this issue to keep full audit trail of changes rolled out to production.
Process
Build status check
- [x] Check the status of the dotnet-arcade-services-weekly pipeline
- [x] Rotate any secrets that need manual rotation
- [x] Check the status of the arcade-services-internal-ci pipeline. Try to fix issues, if any, so that we have a green build before the rollout day.
- [x] Check the
Rolloutcolumn in the Product Construction board - move any issues rolled-out last week intoDone
Rollout preparation
- [x] Create the rollout PR:
- Find a commit on
mainthat you want to rollout - Create a branch named
rollout/YYYY-MM-DDfrom that commit - Create a PR on GitHub from the
rollout/YYYY-MM-DDbranch toproduction - Name the PR
[Rollout] Production rollout YYYY-MM-DD - Link this issue in the PR description
- Find a commit on
- [x] Link the rollout PR to the Rollout PRs section of this issue
- [x] Merge the prepared rollout PR (⚠️ DO NOT SQUASH)
- [x] Link the rollout build to the Rollout build section of this issue
- [x] Verify that Maestro opened a
production => mainPR inarcade-serviceswith the rollout merge commit (example). There should be no changes in the PR to any files. Do not merge the PR yet. - [x] Ensure the build is green and stops at the
Approvalphase
Rollout
- [x] Approve the
Approvalstage of the rollout build. - [x] Monitor the rollout build for failures.
- Note: this Maestro exceptions query might help in diagnosing issues.
- [x] Keep track of any issues encountered during the rollout either directly in this issue, or in a dedicated issue linked to this issue
- [ ] When finished, update the rollout stats in the Stats section below. The statistics will be available in Kusto a few minutes after the build was finished
- [x] Merge the
production => mainPR inarcade-services(⚠️ DO NOT SQUASH) - [x] Move rolled-out issues/PRs in the
Rolloutcolumn of the Product Construction board intoDone. Verify that PRs have a reference to the release at the bottom (example). If needed, manually add a comment with the reference (example) - [ ] Close this issue with closing comment describing a high-level summary of issues encountered during the rollout
- In case of rollback, uncomment the Rollback section below and follow the steps there
Rollout data
Rollout PRs
- The main PR: https://github.com/dotnet/arcade-services/pull/3972
Rollout build
- Rollout AzDO build: https://dev.azure.com/dnceng/internal/_build/results?buildId=2541339&view=results
Rollout times
Use the following Kusto query to gather data about rollout times:
- Pre-Approval run time:
<TO BE FILLED> - Post-Approval run time:
<TO BE FILLED>