ci: merge CPU default and stage-a-cpu-only suites (#20992)

This commit is contained in:
Lianmin Zheng
2026-03-20 00:04:55 -07:00
committed by GitHub
parent 95327458ee
commit cea79530f8
54 changed files with 56 additions and 55 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ HW_MAPPING = {
# Per-commit test suites (run on every PR)
PER_COMMIT_SUITES = {
HWBackend.CPU: ["default", "stage-a-cpu-only"],
HWBackend.CPU: ["stage-a-cpu-only"],
HWBackend.AMD: [
"stage-a-test-1-amd",
"stage-b-test-small-1-gpu-amd",