From f07dfa7af6626ae6b0cf18185c2c490c07cc9e45 Mon Sep 17 00:00:00 2001 From: "Molecule AI Dev Engineer A (Kimi)" Date: Sat, 23 May 2026 21:43:53 +0000 Subject: [PATCH] ci: add internal#418 tracker for arm64 advisory continue-on-error (#1731) The lint-continue-on-error-tracking script requires a tracker comment within 2 lines of every advisory continue-on-error directive. This adds the missing internal#418 tracker to ci-arm64-advisory.yml. Fixes #1731 --- .gitea/workflows/ci-arm64-advisory.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/ci-arm64-advisory.yml b/.gitea/workflows/ci-arm64-advisory.yml index 2520f7a47..190f7e297 100644 --- a/.gitea/workflows/ci-arm64-advisory.yml +++ b/.gitea/workflows/ci-arm64-advisory.yml @@ -102,6 +102,7 @@ jobs: # See "RUNNER TARGETING" header note for why bare self-hosted is unsafe. runs-on: [self-hosted, macos-self-hosted] # ADVISORY: never blocks. See safety contract point 3. mc#774 + # internal#418 — tracked: arm64 advisory pilot, non-gating by design. continue-on-error: true # event_name gate: functional (only meaningful on push/PR) AND keeps # this job out of ci-required-drift.py:ci_job_names() so F1 can never -- 2.52.0