[CI] reduce CPU CI scope with base-c suite (#28623)

This commit is contained in:
jundu
2026-06-24 16:18:06 +08:00
committed by GitHub
parent 4da23fdc35
commit e04ed05193
91 changed files with 96 additions and 91 deletions
+6 -1
View File
@@ -29,7 +29,12 @@ HW_MAPPING = {
# (label-gated; pr-test-extra.yml). Tests are tagged per-commit regardless;
# pr-test-extra.yml's `run-ci-extra` PR label decides whether extra-* dispatches.
PER_COMMIT_SUITES = {
HWBackend.CPU: ["base-a-test-cpu", "base-b-test-cpu", "base-b-test-cpu-arm64"],
HWBackend.CPU: [
"base-a-test-cpu",
"base-b-test-cpu",
"base-c-test-cpu",
"base-b-test-cpu-arm64",
],
HWBackend.AMD: [
"stage-a-test-1-gpu-small-amd",
"stage-b-test-1-gpu-small-amd",