Migrate Intel CPU cases to the test/registered. (#22670)
This commit is contained in:
+4
-2
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user