Skip to content

Commit 1ff4b51

Browse files
alliepiperrwgk
authored andcommitted
Remove nvks runners from testing pool. (NVIDIA#3580)
1 parent bd96218 commit 1ff4b51

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

ci/matrix.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -279,13 +279,13 @@ projects:
279279

280280
# testing -> Runner with GPU is in a nv-gh-runners testing pool
281281
gpus:
282-
v100: { sm: 70 } # 32 GB, 40 runners
283-
t4: { sm: 75, testing: true } # 16 GB, 8 runners
284-
rtx2080: { sm: 75, testing: true } # 8 GB, 8 runners
285-
rtxa6000: { sm: 86, testing: true } # 48 GB, 12 runners
286-
l4: { sm: 89, testing: true } # 24 GB, 48 runners
287-
rtx4090: { sm: 89, testing: true } # 24 GB, 10 runners
288-
h100: { sm: 90, testing: true } # 80 GB, 16 runners
282+
v100: { sm: 70 } # 32 GB, 40 runners
283+
t4: { sm: 75 } # 16 GB, 10 runners
284+
rtx2080: { sm: 75 } # 8 GB, 12 runners
285+
rtxa6000: { sm: 86 } # 48 GB, 12 runners
286+
l4: { sm: 89 } # 24 GB, 48 runners
287+
rtx4090: { sm: 89 } # 24 GB, 10 runners
288+
h100: { sm: 90 } # 80 GB, 16 runners
289289

290290
# Tags are used to define a `matrix job` in the workflow section.
291291
#

0 commit comments

Comments
 (0)