Revert "Migrate Intel CPU cases to the test/registered." (#25044)

This commit is contained in:
Ma Mingfei
2026-05-12 13:32:47 +08:00
committed by GitHub
parent 1f985c50db
commit 71285335f7
28 changed files with 60 additions and 4979 deletions
+2 -4
View File
@@ -23,7 +23,7 @@ HW_MAPPING = {
# Per-commit test suites (run on every PR)
PER_COMMIT_SUITES = {
HWBackend.CPU: ["stage-a-test-cpu", "stage-b-test-cpu"],
HWBackend.CPU: ["stage-a-test-cpu"],
HWBackend.AMD: [
"stage-a-test-1-gpu-small-amd",
"stage-b-test-1-gpu-small-amd",
@@ -238,9 +238,7 @@ def run_a_suite(args):
for f in glob.glob(
os.path.join(script_dir, "registered", "**", "*.py"), recursive=True
)
if not f.endswith("/conftest.py")
and not f.endswith("/__init__.py")
and not f.endswith("/cpu/utils.py")
if not f.endswith("/conftest.py") and not f.endswith("/__init__.py")
]
# JIT kernel tests and benchmarks (live alongside kernel source)