Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Weekly Rotation Runbook

Vardan Bansal edited this page Oct 14, 2025 · 16 revisions

πŸ”Ό Bump Canary UI Version in Code Service

Steps to Follow

  1. 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

  2. Raise a Pull Request

  3. Update Dockerfiles: Update the selected tag in Dockerfile file.


πŸš€ Platform UI MFE Release β€” Build & Deploy to QA and Prod0

1. Trigger the Release Pipeline

Start the platformUIRelease pipeline. This pipeline builds and deploys the latest commit from the platformUI repository to the QA environment.

2. Run Sanity Tests (Automatic)

Once the QA deployment is complete, the Relicx Sanity Test Suite automatically runs against the QA environment to validate the release.

3. Promote to Production (prod0)

If all sanity tests pass successfully, the pipeline automatically:

  • Identifies the deployed platform-ui service version from QA.
  • Triggers the Sign Off pipeline.
  • Deploys the same version to the Prod (prod0) environment.

Clone this wiki locally