File tree Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change @@ -11,24 +11,7 @@ concurrency:
1111 cancel-in-progress : true
1212
1313jobs :
14- wait-dco :
15- uses : ./.github/workflows/_wait_for_checks.yml
16- permissions :
17- checks : read
18- secrets : inherit
19- with :
20- match_pattern : ' ^DCO$'
21- wait-unit-tests :
22- needs : [wait-dco]
23- uses : ./.github/workflows/_wait_for_checks.yml
24- permissions :
25- checks : read
26- secrets : inherit
27- with :
28- match_pattern : ' ^linux$' # Unit tests / linux
29- delay : 60s
3014 gpu-tests :
31- needs : [wait-unit-tests]
3215 # Runner list at https://github.com/nv-gha-runners/enterprise-runner-configuration/blob/main/docs/runner-groups.md
3316 runs-on : linux-amd64-gpu-h100-latest-1
3417 timeout-minutes : 60
4932 uses :
step-security/[email protected] 5033 with :
5134 files : |
52- .github/workflows/gpu_tests.yml
5335 modelopt/**
5436 tests/gpu/**
5537 tox.ini
You can’t perform that action at this time.
0 commit comments