Migrate parsing tests to test/registered/parser/ (#16467)

This commit is contained in:
Alison Shao
2026-01-05 21:15:32 -08:00
committed by GitHub
parent 3aa11ca722
commit 17958c5f0d
6 changed files with 52 additions and 5 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ HW_MAPPING = {
# Per-commit test suites (run on every PR)
PER_COMMIT_SUITES = {
HWBackend.CPU: ["default"],
HWBackend.CPU: ["default", "stage-a-cpu-only"],
HWBackend.AMD: ["stage-a-test-1", "stage-b-test-small-1-gpu"],
HWBackend.CUDA: [
"stage-a-test-1",