File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ concurrency:
11
11
cancel-in-progress : true
12
12
13
13
jobs :
14
- check-changes :
14
+ check-file- changes :
15
15
runs-on : ubuntu-latest
16
16
outputs :
17
17
any_changed : ${{ steps.changed-tests.outputs.any_changed }}
32
32
setup.py
33
33
base_sha : ${{ fromJSON(steps.get-pr-info.outputs.pr-info).base.ref }}
34
34
wait-checks :
35
- needs : [check-changes]
36
- if : needs.check-changes.outputs.any_changed == 'true'
35
+ needs : [check-file- changes]
36
+ if : needs.check-file- changes.outputs.any_changed == 'true'
37
37
uses : ./.github/workflows/_wait_for_checks.yml
38
38
permissions :
39
39
checks : read
42
42
match_pattern : ' ^DCO$|^linux$' # Wait for DCO and Unit tests / linux to pass
43
43
delay : 300s
44
44
gpu-tests :
45
- needs : [check-changes, wait-checks]
46
- if : needs.check-changes.outputs.any_changed == 'true'
45
+ needs : [check-file- changes, wait-checks]
46
+ if : needs.check-file- changes.outputs.any_changed == 'true'
47
47
# Runner list at https://github.com/nv-gha-runners/enterprise-runner-configuration/blob/main/docs/runner-groups.md
48
48
runs-on : linux-amd64-gpu-h100-latest-1
49
49
timeout-minutes : 60
Original file line number Diff line number Diff line change @@ -26,15 +26,15 @@ concurrency:
26
26
cancel-in-progress : true
27
27
28
28
jobs :
29
- wait -dco :
29
+ check -dco :
30
30
uses : ./.github/workflows/_wait_for_checks.yml
31
31
permissions :
32
32
checks : read
33
33
secrets : inherit
34
34
with :
35
35
match_pattern : ' ^DCO$'
36
36
linux :
37
- needs : [wait -dco]
37
+ needs : [check -dco]
38
38
runs-on : ubuntu-latest
39
39
timeout-minutes : 30
40
40
steps :
You can’t perform that action at this time.
0 commit comments