Commit 01ebea8 1 parent 5002c11 commit 01ebea8 Copy full SHA for 01ebea8
File tree 5 files changed +13
-13
lines changed
5 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -36,14 +36,14 @@ jobs:
36
36
if : ${{ steps.get-modified-packages.outputs.modified-packages != '' }}
37
37
uses : autowarefoundation/autoware-github-actions/colcon-build@v1
38
38
with :
39
- rosdistro : galactic
39
+ rosdistro : humble
40
40
target-packages : ${{ steps.get-modified-packages.outputs.modified-packages }}
41
41
build-depends-repos : build_depends.repos
42
42
43
43
- name : Test
44
44
if : ${{ steps.get-modified-packages.outputs.modified-packages != '' }}
45
45
uses : autowarefoundation/autoware-github-actions/colcon-test@v1
46
46
with :
47
- rosdistro : galactic
47
+ rosdistro : humble
48
48
target-packages : ${{ steps.get-modified-packages.outputs.modified-packages }}
49
49
build-depends-repos : build_depends.repos
Original file line number Diff line number Diff line change 6
6
jobs :
7
7
build-and-test-differential :
8
8
runs-on : ubuntu-latest
9
- container : ghcr.io/autowarefoundation/autoware-universe:galactic- latest
9
+ container : ghcr.io/autowarefoundation/autoware-universe:latest
10
10
steps :
11
11
- name : Cancel previous runs
12
12
27
27
if : ${{ steps.get-modified-packages.outputs.modified-packages != '' }}
28
28
uses : autowarefoundation/autoware-github-actions/colcon-build@a7cc2c1ce6052f395e5800a0fb6e6221421bf30a
29
29
with :
30
- rosdistro : galactic
30
+ rosdistro : humble
31
31
target-packages : ${{ steps.get-modified-packages.outputs.modified-packages }}
32
32
build-depends-repos : build_depends.repos
33
33
include-eol-distros : true
37
37
if : ${{ steps.get-modified-packages.outputs.modified-packages != '' }}
38
38
uses : autowarefoundation/autoware-github-actions/colcon-test@a7cc2c1ce6052f395e5800a0fb6e6221421bf30a
39
39
with :
40
- rosdistro : galactic
40
+ rosdistro : humble
41
41
target-packages : ${{ steps.get-modified-packages.outputs.modified-packages }}
42
42
build-depends-repos : build_depends.repos
43
43
include-eol-distros : true
53
53
54
54
clang-tidy-differential :
55
55
runs-on : ubuntu-latest
56
- container : ros:galactic
56
+ container : ros:humble
57
57
needs : build-and-test-differential
58
58
steps :
59
59
- name : Check out repository
72
72
if : ${{ steps.get-modified-packages.outputs.modified-packages != '' }}
73
73
uses : autowarefoundation/autoware-github-actions/clang-tidy@a7cc2c1ce6052f395e5800a0fb6e6221421bf30a
74
74
with :
75
- rosdistro : galactic
75
+ rosdistro : humble
76
76
target-packages : ${{ steps.get-modified-packages.outputs.modified-packages }}
77
77
clang-tidy-config-url : https://raw.githubusercontent.com/autowarefoundation/autoware/main/.clang-tidy
78
78
build-depends-repos : build_depends.repos
Original file line number Diff line number Diff line change @@ -24,14 +24,14 @@ jobs:
24
24
if : ${{ steps.get-self-packages.outputs.self-packages != '' }}
25
25
uses : autowarefoundation/autoware-github-actions/colcon-build@v1
26
26
with :
27
- rosdistro : galactic
27
+ rosdistro : humble
28
28
target-packages : ${{ steps.get-self-packages.outputs.self-packages }}
29
29
build-depends-repos : build_depends.repos
30
30
31
31
- name : Test
32
32
if : ${{ steps.get-self-packages.outputs.self-packages != '' }}
33
33
uses : autowarefoundation/autoware-github-actions/colcon-test@v1
34
34
with :
35
- rosdistro : galactic
35
+ rosdistro : humble
36
36
target-packages : ${{ steps.get-self-packages.outputs.self-packages }}
37
37
build-depends-repos : build_depends.repos
Original file line number Diff line number Diff line change 26
26
if : ${{ steps.get-self-packages.outputs.self-packages != '' }}
27
27
uses : autowarefoundation/autoware-github-actions/colcon-build@v1
28
28
with :
29
- rosdistro : galactic
29
+ rosdistro : humble
30
30
target-packages : ${{ steps.get-self-packages.outputs.self-packages }}
31
31
build-depends-repos : build_depends.repos
32
32
35
35
id : test
36
36
uses : autowarefoundation/autoware-github-actions/colcon-test@v1
37
37
with :
38
- rosdistro : galactic
38
+ rosdistro : humble
39
39
target-packages : ${{ steps.get-self-packages.outputs.self-packages }}
40
40
build-depends-repos : build_depends.repos
41
41
Original file line number Diff line number Diff line change 8
8
jobs :
9
9
check-build-depends :
10
10
runs-on : ubuntu-latest
11
- container : ghcr.io/autowarefoundation/autoware-universe:galactic- latest
11
+ container : ghcr.io/autowarefoundation/autoware-universe:latest
12
12
steps :
13
13
- name : Cancel previous runs
14
14
26
26
- name : Build
27
27
uses : autowarefoundation/autoware-github-actions/colcon-build@a7cc2c1ce6052f395e5800a0fb6e6221421bf30a
28
28
with :
29
- rosdistro : galactic
29
+ rosdistro : humble
30
30
target-packages : ${{ steps.get-self-packages.outputs.self-packages }}
31
31
build-depends-repos : build_depends.repos
32
32
include-eol-distros : true
You can’t perform that action at this time.
0 commit comments