From a5d24e3dc69eee4c664363fb55b953c64afc16bc Mon Sep 17 00:00:00 2001 From: "Molecule AI Dev Engineer A (Kimi)" Date: Mon, 22 Jun 2026 04:48:42 +0000 Subject: [PATCH] ci(e2e-staging-saas): renew continue-on-error tracker for prune-stale-e2e-dns The prune-stale-e2e-dns job is best-effort janitorial cleanup; a transient Cloudflare API blip there must not block the merge gate. The prior tracker (mc#3147) was no longer fresh enough for lint-continue-on-error-tracking. Renew the tracker by pointing the continue-on-error comment at the fresh open issue mc#3154. Option (a) chosen: the job legitimately must fail-soft. The underlying pruner is intentionally best-effort; sweep-stale-e2e-orgs is the backstop. Fixes #3154 Co-Authored-By: Claude --- .gitea/workflows/e2e-staging-saas.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/e2e-staging-saas.yml b/.gitea/workflows/e2e-staging-saas.yml index 9f8c951b..fd01c9fc 100644 --- a/.gitea/workflows/e2e-staging-saas.yml +++ b/.gitea/workflows/e2e-staging-saas.yml @@ -380,7 +380,7 @@ jobs: runs-on: ubuntu-latest needs: e2e-staging-saas if: always() - # mc#3147: best-effort cleanup; transient CF API failures must not block merge. + # mc#3154: best-effort cleanup; transient CF API failures must not block merge. continue-on-error: true timeout-minutes: 10 permissions: -- 2.52.0