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:
11
11
cancel-in-progress : true
12
12
13
13
jobs :
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
30
14
gpu-tests :
31
- needs : [wait-unit-tests]
32
15
# Runner list at https://github.com/nv-gha-runners/enterprise-runner-configuration/blob/main/docs/runner-groups.md
33
16
runs-on : linux-amd64-gpu-h100-latest-1
34
17
timeout-minutes : 60
49
32
uses :
step-security/[email protected]
50
33
with :
51
34
files : |
52
- .github/workflows/gpu_tests.yml
53
35
modelopt/**
54
36
tests/gpu/**
55
37
tox.ini
You can’t perform that action at this time.
0 commit comments