From 98cfcf027cf2b3184e824b978d23f1c13fffde25 Mon Sep 17 00:00:00 2001 From: "Molecule AI Dev Engineer A (Kimi)" Date: Mon, 22 Jun 2026 03:40:09 +0000 Subject: [PATCH] ci(e2e-staging-saas): retarget prune-stale-e2e-dns tracker to mc#3147 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #3140 is merged/closed and #3108 is unrelated (private-repo plugin- install hang). Create a fresh, accurate tracker issue #3147 for the best-effort cleanup job's continue-on-error mask and retarget both the tracker comment and the bp-required pending directive to mc#3147. 🤖 Generated with [Claude Code](https://claude.com/claude-code) --- .gitea/workflows/e2e-staging-saas.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/e2e-staging-saas.yml b/.gitea/workflows/e2e-staging-saas.yml index 9b4f8e44..9f8c951b 100644 --- a/.gitea/workflows/e2e-staging-saas.yml +++ b/.gitea/workflows/e2e-staging-saas.yml @@ -374,13 +374,13 @@ jobs: # - Token and zone id come from repository secrets ONLY; never hardcoded. # - --min-age-hours is conservative (2h) so in-flight records from a long # E2E run or a recently-started dispatch are never touched. - # bp-required: pending #3140 — non-required / best-effort cleanup job. + # bp-required: pending #3147 — non-required / best-effort cleanup job. prune-stale-e2e-dns: name: Prune stale e2e DNS records runs-on: ubuntu-latest needs: e2e-staging-saas if: always() - # mc#3140: best-effort cleanup; transient CF API failures must not block merge. + # mc#3147: best-effort cleanup; transient CF API failures must not block merge. continue-on-error: true timeout-minutes: 10 permissions: -- 2.52.0