[CI] Migrate Eagle 1-GPU tests to test/registered/ (#14529)

This commit is contained in:
Alison Shao
2025-12-09 12:56:36 +09:00
committed by GitHub
parent af20657cd4
commit e6f0ddda44
9 changed files with 58 additions and 6 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ HW_MAPPING = {
PER_COMMIT_SUITES = {
HWBackend.CPU: ["default"],
HWBackend.AMD: ["stage-a-test-1"],
HWBackend.CUDA: ["stage-a-test-1"],
HWBackend.CUDA: ["stage-a-test-1", "stage-b-test-small-1-gpu"],
HWBackend.NPU: [],
}