Commit e8a4d87 1 parent 70b6f19 commit e8a4d87 Copy full SHA for e8a4d87
File tree 6 files changed +7
-7
lines changed
6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 38
38
files :
39
39
- source : .github/workflows/clang-tidy-differential.yaml
40
40
pre-commands : |
41
- sd 'container: ros:(\w+)' 'container: ghcr.io/autowarefoundation/autoware:latest-autoware- universe-cuda' {source}
41
+ sd 'container: ros:(\w+)' 'container: ghcr.io/autowarefoundation/autoware:universe-devel -cuda' {source}
42
42
- source : .github/workflows/check-build-depends.yaml
43
43
- source : .github/workflows/clang-tidy-pr-comments.yaml
44
44
- source : .github/workflows/clang-tidy-pr-comments-manually.yaml
Original file line number Diff line number Diff line change 23
23
- -cuda
24
24
include :
25
25
- rosdistro : humble
26
- container : ghcr.io/autowarefoundation/autoware:latest-autoware- universe
26
+ container : ghcr.io/autowarefoundation/autoware:universe-devel
27
27
build-depends-repos : build_depends.repos
28
28
steps :
29
29
- name : Check out repository
Original file line number Diff line number Diff line change 19
19
- -cuda
20
20
include :
21
21
- rosdistro : humble
22
- container : ghcr.io/autowarefoundation/autoware:latest-autoware- universe
22
+ container : ghcr.io/autowarefoundation/autoware:universe-devel
23
23
build-depends-repos : build_depends.repos
24
24
steps :
25
25
- name : Check out repository
Original file line number Diff line number Diff line change 33
33
- -cuda
34
34
include :
35
35
- rosdistro : humble
36
- container : ghcr.io/autowarefoundation/autoware:latest-autoware- universe
36
+ container : ghcr.io/autowarefoundation/autoware:universe-devel
37
37
build-depends-repos : build_depends.repos
38
38
steps :
39
39
- name : Set PR fetch depth
Original file line number Diff line number Diff line change 42
42
- -cuda
43
43
include :
44
44
- rosdistro : humble
45
- container : ghcr.io/autowarefoundation/autoware:latest-autoware- universe
45
+ container : ghcr.io/autowarefoundation/autoware:universe-devel
46
46
build-depends-repos : build_depends.repos
47
47
- container-suffix : -cuda
48
48
runner : codebuild-autoware-us-east-1-${{ github.run_id }}-${{ github.run_attempt }}-ubuntu-7.0-large
76
76
clang-tidy-differential :
77
77
needs : build-and-test-differential
78
78
runs-on : ubuntu-22.04
79
- container : ghcr.io/autowarefoundation/autoware:latest-autoware- universe-cuda
79
+ container : ghcr.io/autowarefoundation/autoware:universe-devel -cuda
80
80
steps :
81
81
- name : Set PR fetch depth
82
82
run : echo "PR_FETCH_DEPTH=$(( ${{ github.event.pull_request.commits }} + 1 ))" >> "${GITHUB_ENV}"
Original file line number Diff line number Diff line change 27
27
- -cuda
28
28
include :
29
29
- rosdistro : humble
30
- container : ghcr.io/autowarefoundation/autoware:latest-autoware- universe
30
+ container : ghcr.io/autowarefoundation/autoware:universe-devel
31
31
build-depends-repos : build_depends.repos
32
32
steps :
33
33
- name : Check out repository
You can’t perform that action at this time.
0 commit comments