Skip to content

Commit 3d6589f

Browse files
authored
switch runners from a100 to h100 for now (#242)
1 parent e05d8f4 commit 3d6589f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/trigger-all.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
push_to_pypi: ${{ (github.event.schedule == '30 0 * * *') || inputs.push_to_pypi || false }}
3535
test_configs: '[{"python":"3.11.4","label":"ubuntu-22.04","timeout":"40"},
3636
{"python":"3.10.12","label":"ubuntu-20.04","timeout":"40"},
37-
{"python":"3.9.17","label":"k8s-a100-solo","timeout":"40"},
38-
{"python":"3.12.6","label":"k8s-a100-duo","timeout":"40"}]'
37+
{"python":"3.9.17","label":"k8s-h100-solo","timeout":"40"},
38+
{"python":"3.12.6","label":"k8s-h100-duo","timeout":"40"}]'
3939

4040
secrets: inherit

0 commit comments

Comments
 (0)