ci: split primary cold-path budget

This commit is contained in:
Tianyi Cui
2026-07-22 16:10:52 +08:00
parent c67ae11f78
commit 9d81078f2f
3 changed files with 91 additions and 30 deletions

View File

@@ -26,6 +26,7 @@
"test:snapshot:record": "DSH_SNAPSHOT=record vitest run --config vitest.snapshot.config.ts --update",
"test:snapshot:refresh": "DSH_SNAPSHOT=refresh vitest run --config vitest.snapshot.config.ts",
"check:ci": "tsx scripts/run-gates.ts ci-primary",
"check:ci:primary-cpu": "tsx scripts/run-gates.ts ci-primary-cpu",
"check:ci:large-runner": "tsx scripts/run-gates.ts ci-primary-large-runner",
"check:ci:static": "tsx scripts/run-gates.ts ci-static",
"check:ci:lint": "tsx scripts/run-gates.ts ci-lint",