You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci(smoke-test): promote linux-arm64 from experimental to required gate
linux-arm64 has now had 5 consecutive green runs since being added
to the matrix in A-3 (matrix expansion):
25947219129 (A-3 introduction) β success
25947614795 (cross-env) β success
25955832357 (test:unit dir path) β success
25956072211 (CRLF normalisation) β success
25956409080 (rollback dry-run docs) β success
The promotion criterion documented in the workflow comment ("5
consecutive green runs without revert") is met. Concrete change:
- matrix entry experimental: true β false
- continue-on-error: ${{ matrix.experimental }} now resolves to
false for this entry, meaning a red linux-arm64 build will fail
the Smoke test summary job
Rationale: the linux-arm64 launcher rollout follows the Mac launcher
release window; tightening the safety net now (before any ARM-
specific code lands) gives us earlier warning of platform-
specific regressions.
windows-x64 remains experimental: it only had 1-2 consecutive greens
after recovering from a string of platform-specific blockers
yesterday (env-var-prefix syntax, node --test glob expansion, CRLF
in test scanner). Needs ~3 more clean runs before promotion. Comment
in the matrix entry documents the next-likely blocker (build:gui
cp -r command) so whoever promotes it next knows where to look.
Header comment in the workflow file also updated to reflect the new
gate status. No behavioural change for the existing required gates
(linux-x64, darwin-arm64).
Co-authored-by: Cursor <cursoragent@cursor.com>
0 commit comments