From ee1affa41f9bba1faa7c769fd21e3fb5a711d02e Mon Sep 17 00:00:00 2001 From: "Molecule AI Dev Engineer A (Kimi)" Date: Fri, 5 Jun 2026 08:13:58 +0000 Subject: [PATCH] fix(ci): add mc#1982 tracker comments to continue-on-error masks (main-red #2294) The lint-continue-on-error-tracking gate failed because two jobs have continue-on-error: true with no # mc#NNNN tracker within 2 lines: - e2e-chat.yml line 138 - e2e-staging-external.yml line 107 Both masks are part of the same mc#1982 tracker (pre-existing masks awaiting root-fix). Add the tracker comment immediately before each continue-on-error so the linter's 2-line proximity rule is satisfied. Co-Authored-By: Claude Opus 4.7 --- .gitea/workflows/e2e-chat.yml | 1 + .gitea/workflows/e2e-staging-external.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitea/workflows/e2e-chat.yml b/.gitea/workflows/e2e-chat.yml index d33f11c30..bae1480db 100644 --- a/.gitea/workflows/e2e-chat.yml +++ b/.gitea/workflows/e2e-chat.yml @@ -135,6 +135,7 @@ jobs: # paths-filter skip, but a required gate needs it to be a neutral # check, not a green "success", so a skipped heavy lane can't be # mistaken for a passed one. + # mc#1982: pre-existing continue-on-error mask; root-fix and remove, do not renew silently. continue-on-error: true timeout-minutes: 15 env: diff --git a/.gitea/workflows/e2e-staging-external.yml b/.gitea/workflows/e2e-staging-external.yml index 2b2432d4d..c92dcf5ae 100644 --- a/.gitea/workflows/e2e-staging-external.yml +++ b/.gitea/workflows/e2e-staging-external.yml @@ -104,6 +104,7 @@ jobs: # - "CP unhealthy → exit 1" currently looks identical to a real # failure on the run page; required-gate would need it demoted to # a neutral/skip so staging flakiness can't block merges. + # mc#1982: pre-existing continue-on-error mask; root-fix and remove, do not renew silently. continue-on-error: true timeout-minutes: 25 -- 2.52.0