-
Notifications
You must be signed in to change notification settings - Fork 13
Weekly Rotation Runbook
Vardan Bansal edited this page Oct 14, 2025
·
16 revisions
π Code Service Upgrade
-
Pick the Latest Canary Tag: Go to the Docker Hub - opensource-ui and select the latest Canary micro front-end tag matching the pattern:
mfe.alpha.x -
Raise a Pull Request
- Target the QA release branch for the week, named
release/code-api_x.x.xfrom Harness Code Branches. - Find the latest release branch in the Code Release Tracker.
- Use PR #3349 as a reference.
- Target the QA release branch for the week, named
-
Update Dockerfiles: Update the selected tag in
Dockerfilefile.
Start the platformUIRelease pipeline. This pipeline builds and deploys the latest commit from the platformUI repository to the QA environment.
Once the QA deployment is complete, the Relicx Sanity Test Suite automatically runs against the QA environment to validate the release.
If all sanity tests pass successfully, the pipeline automatically:
- Identifies the deployed
platform-uiservice version from QA. - Triggers the Sign Off pipeline.
- Deploys the same version to the Prod (prod0) environment.