From 88962cb8f28c51f7382c1807e9d7c7e40de571fc Mon Sep 17 00:00:00 2001 From: Joshua Temple Date: Fri, 26 Jun 2026 14:38:16 -0400 Subject: [PATCH] feat(fleet): add cascade-example-rollback-dispatch to the staged remainder Wires the new short-path example repo into the fleet's remainder lane (and the repin roster and gate summary), so the live fleet validates the repository_dispatch rollback trigger end to end. The repo's standalone suite already proves the external rollback path reverts state; this brings it under the rc-tag fleet gate. Part of #373; closes #376 and #321. Signed-off-by: Joshua Temple --- .github/workflows/fleet-e2e.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/fleet-e2e.yaml b/.github/workflows/fleet-e2e.yaml index 292df09..9e658ee 100644 --- a/.github/workflows/fleet-e2e.yaml +++ b/.github/workflows/fleet-e2e.yaml @@ -200,7 +200,7 @@ jobs: PRIMARY_REPO="primary" DEPENDENTS="artifact-a artifact-b" HEAVY_REPO="4env" - REMAINDER="3env 2env single-env release-only no-env callbacks" + REMAINDER="3env 2env single-env release-only no-env callbacks rollback-dispatch" # ------------------------------------------------------------------- RAW="${REPOS_INPUT:-all}" @@ -351,7 +351,7 @@ jobs: # if something changed. This preserves every hand-written suite feature: # regeneration only rewrites the generated workflows, and we touch # nothing else. - REPOS="primary artifact-a artifact-b 4env 3env 2env single-env release-only no-env callbacks" + REPOS="primary artifact-a artifact-b 4env 3env 2env single-env release-only no-env callbacks rollback-dispatch" # Apply the repin mutation to the checkout in the current directory: # point cli_version at the rc, rewrite any other in-repo rc refs, then @@ -614,7 +614,7 @@ jobs: echo "| primary | $R_PRIMARY |" echo "| dependents (artifact-a, artifact-b) | $R_DEPENDENTS |" echo "| 4env (heavy, alone) | $R_HEAVY |" - echo "| remainder (3env, 2env, single-env, release-only, no-env, callbacks) | $R_REMAINDER |" + echo "| remainder (3env, 2env, single-env, release-only, no-env, callbacks, rollback-dispatch) | $R_REMAINDER |" echo "" echo "> rc gate: this conclusion is the fleet validation signal for" echo "> the rc tag. The repin step pinned each suite to this rc before"