summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorYuriy Andamasov <yuriy@vyos.io>2026-05-30 21:58:09 +0300
committerYuriy Andamasov <yuriy@vyos.io>2026-05-30 21:58:09 +0300
commitcd9d6c4e68f3bdc7e91d88424bca3bcdd83793fd (patch)
tree57067795608807401c71cc9aa88419bbbe652e1a /.github/workflows
parent8ecdbeb9b4e5564a5b182dc3d77d7a0e7ff674f3 (diff)
downloadmirror-canary-cd9d6c4e68f3bdc7e91d88424bca3bcdd83793fd.tar.gz
mirror-canary-cd9d6c4e68f3bdc7e91d88424bca3bcdd83793fd.zip
T8943: test(mirror-rollout-2-canary): repin to @feature/rollout-2-inclusion
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)
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/pr-mirror-repo-sync.yml13
1 files changed, 7 insertions, 6 deletions
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