[CI] Migrate JIT tests to runner config registration (#29066)

Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Khoa Pham
2026-06-29 19:12:14 -07:00
committed by GitHub
co-authored by Cursor Claude Opus 4.8
parent bc8b3ab1f5
commit 3e16be2122
128 changed files with 274 additions and 188 deletions
+4 -4
View File
@@ -76,7 +76,7 @@ jobs:
timeout-minutes: 30
run: |
cd test/
python3 run_suite.py --hw cuda --suite base-b-kernel-unit-1-gpu-large
python3 run_suite.py --hw cuda --suite base-b-kernel-unit-test-1-gpu-large
jit-kernel-multigpu-unit-test:
if: |
@@ -114,7 +114,7 @@ jobs:
timeout-minutes: 45
run: |
cd test/
python3 run_suite.py --hw cuda --suite base-b-kernel-unit-8-gpu-h200
python3 run_suite.py --hw cuda --suite base-b-kernel-unit-test-8-gpu-h200
jit-kernel-benchmark-test:
if: |
@@ -154,7 +154,7 @@ jobs:
timeout-minutes: 45
run: |
cd test/
python3 run_suite.py --hw cuda --suite base-b-kernel-benchmark-1-gpu-large
python3 run_suite.py --hw cuda --suite base-b-kernel-benchmark-test-1-gpu-large
jit-kernel-b200-test:
if: |
@@ -194,4 +194,4 @@ jobs:
timeout-minutes: 30
run: |
cd test/
python3 run_suite.py --hw cuda --suite base-b-kernel-unit-1-gpu-b200
python3 run_suite.py --hw cuda --suite base-b-kernel-unit-test-4-gpu-b200