ci(test): reserve plugin prerelease for release validation

This commit is contained in:
Peter Steinberger
2026-04-29 06:20:28 +01:00
parent 3a6f7d8db9
commit 996c9d71e9
6 changed files with 49 additions and 105 deletions

View File

@@ -131,7 +131,7 @@ jobs:
echo "- Child workflow ref: \`${CHILD_WORKFLOW_REF}\`"
echo "- Rerun group: \`${RERUN_GROUP}\`"
if [[ "$RERUN_GROUP" == "all" || "$RERUN_GROUP" == "ci" ]]; then
echo "- Normal CI: \`CI\` with \`target_ref=${TARGET_SHA}\`"
echo "- Normal CI: \`CI\` with \`target_ref=${TARGET_SHA}\` and release-only lanes enabled"
else
echo "- Normal CI: skipped by rerun group"
fi
@@ -263,7 +263,7 @@ jobs:
}
cancel_same_sha_push_ci
dispatch_and_wait ci.yml -f target_ref="$TARGET_SHA"
dispatch_and_wait ci.yml -f target_ref="$TARGET_SHA" -f full_release_validation=true
release_checks:
name: Run release/live/Docker/QA validation