Migrate Intel CPU cases to the test/registered. (#22670)

This commit is contained in:
jundu
2026-05-12 13:27:51 +08:00
committed by GitHub
parent d7f4761a48
commit ecf5d844f5
28 changed files with 4979 additions and 60 deletions
+4 -2
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"],
HWBackend.CPU: ["stage-a-test-cpu", "stage-b-test-cpu"],
HWBackend.AMD: [
"stage-a-test-1-gpu-small-amd",
"stage-b-test-1-gpu-small-amd",
@@ -238,7 +238,9 @@ 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")
if not f.endswith("/conftest.py")
and not f.endswith("/__init__.py")
and not f.endswith("/cpu/utils.py")
]
# JIT kernel tests and benchmarks (live alongside kernel source)