From cd9d6c4e68f3bdc7e91d88424bca3bcdd83793fd Mon Sep 17 00:00:00 2001 From: Yuriy Andamasov Date: Sat, 30 May 2026 21:58:09 +0300 Subject: T8943: test(mirror-rollout-2-canary): repin to @feature/rollout-2-inclusion MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit TEMPORARY canary pin for Rollout 2 verification per Plan Task 3 Step 2. Original snapshot at /tmp/rollout-2/canary-wrapper-original.yml (was pinned to @feature/rollout-1-app-tokens, the still-live 1b feature branch). Plan Task 3 Step 8 restores this to @production after the canary passes. 🤖 Generated by [robots](https://vyos.io) --- .github/workflows/pr-mirror-repo-sync.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/pr-mirror-repo-sync.yml b/.github/workflows/pr-mirror-repo-sync.yml index 53f7068..93faad0 100644 --- a/.github/workflows/pr-mirror-repo-sync.yml +++ b/.github/workflows/pr-mirror-repo-sync.yml @@ -1,9 +1,10 @@ # .github/workflows/pr-mirror-repo-sync.yml — CANARY WRAPPER -# DO NOT EDIT — managed by mirror-pipeline Rollout 1a. -# Pinned to vyos/.github@feature/rollout-1-app-tokens for canary verification. -# Rollout 1b Task 7 Step 9 will (1) merge the feature branch to @current -# and (2) update this wrapper's pin to @current. Or this entire repo will -# be deleted after Rollout 1a passes. +# DO NOT EDIT — managed by mirror-pipeline rollouts. +# Pinned to vyos/.github@feature/rollout-2-inclusion for Rollout 2 canary +# verification (T8943). After Rollout 2 canary passes, Plan Task 3 Step 8 +# restores this pin to @production. Original snapshot preserved at +# /tmp/rollout-2/canary-wrapper-original.yml; emergency restore script at +# /tmp/rollout-2/canary-emergency-restore.sh. name: PR Mirror and Repo Sync on: @@ -26,7 +27,7 @@ jobs: if: | github.repository_owner == 'vyos' && (github.event.pull_request.merged == true || github.event_name == 'workflow_dispatch') - uses: vyos/.github/.github/workflows/pr-mirror-repo-sync.yml@feature/rollout-1-app-tokens + uses: vyos/.github/.github/workflows/pr-mirror-repo-sync.yml@feature/rollout-2-inclusion with: sync_branch: ${{ inputs.sync_branch || github.event.pull_request.base.ref }} secrets: inherit -- cgit v1.2.3