ci: migrate RL tests to test/registered/rl/ (#16417)

This commit is contained in:
Alison Shao
2026-01-05 22:13:13 -08:00
committed by GitHub
parent 6ffe1fc02f
commit 861a35fb6e
10 changed files with 76 additions and 17 deletions
+5 -1
View File
@@ -18,7 +18,11 @@ HW_MAPPING = {
# Per-commit test suites (run on every PR)
PER_COMMIT_SUITES = {
HWBackend.CPU: ["default", "stage-a-cpu-only"],
HWBackend.AMD: ["stage-a-test-1", "stage-b-test-small-1-gpu"],
HWBackend.AMD: [
"stage-a-test-1",
"stage-b-test-small-1-gpu",
"stage-b-test-large-2-gpu-amd",
],
HWBackend.CUDA: [
"stage-a-test-1",
"stage-b-test-small-1-gpu",