File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change 22
22
with :
23
23
label : tag:run-build-and-test-differential
24
24
25
- make-sure-require-cuda-label-is-present :
26
- uses : autowarefoundation/autoware-github-actions/.github/workflows/make-sure-label-is-present.yaml@v1
27
- with :
28
- label : tag:require-cuda-build-and-test
29
-
30
25
build-and-test-differential :
31
- needs : [ make-sure-label-is-present, make-sure-require-cuda-label-is-present]
26
+ needs : make-sure-label-is-present
32
27
if : ${{ needs.make-sure-label-is-present.outputs.result == 'true' }}
33
28
runs-on : ubuntu-24.04
34
29
container : ghcr.io/autowarefoundation/autoware:core-devel
89
84
target-files : ${{ steps.get-changed-files.outputs.changed-files }}
90
85
clang-tidy-config-url : https://raw.githubusercontent.com/autowarefoundation/autoware/main/.clang-tidy-ci
91
86
build-depends-repos : build_depends.repos
92
- cache-key-element : cuda
87
+ cache-key-element : nocuda
93
88
94
89
- name : Show disk space after the tasks
95
90
run : df -h
You can’t perform that action at this time.
0 commit comments