Skip to content

Commit 01ebea8

Browse files
authored
fix(ci): fix action for Humble (autowarefoundation#426)
1 parent 5002c11 commit 01ebea8

5 files changed

+13
-13
lines changed

.github/workflows/build-and-test-differential-self-hosted.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,14 @@ jobs:
3636
if: ${{ steps.get-modified-packages.outputs.modified-packages != '' }}
3737
uses: autowarefoundation/autoware-github-actions/colcon-build@v1
3838
with:
39-
rosdistro: galactic
39+
rosdistro: humble
4040
target-packages: ${{ steps.get-modified-packages.outputs.modified-packages }}
4141
build-depends-repos: build_depends.repos
4242

4343
- name: Test
4444
if: ${{ steps.get-modified-packages.outputs.modified-packages != '' }}
4545
uses: autowarefoundation/autoware-github-actions/colcon-test@v1
4646
with:
47-
rosdistro: galactic
47+
rosdistro: humble
4848
target-packages: ${{ steps.get-modified-packages.outputs.modified-packages }}
4949
build-depends-repos: build_depends.repos

.github/workflows/build-and-test-differential.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
jobs:
77
build-and-test-differential:
88
runs-on: ubuntu-latest
9-
container: ghcr.io/autowarefoundation/autoware-universe:galactic-latest
9+
container: ghcr.io/autowarefoundation/autoware-universe:latest
1010
steps:
1111
- name: Cancel previous runs
1212
uses: styfle/[email protected]
@@ -27,7 +27,7 @@ jobs:
2727
if: ${{ steps.get-modified-packages.outputs.modified-packages != '' }}
2828
uses: autowarefoundation/autoware-github-actions/colcon-build@a7cc2c1ce6052f395e5800a0fb6e6221421bf30a
2929
with:
30-
rosdistro: galactic
30+
rosdistro: humble
3131
target-packages: ${{ steps.get-modified-packages.outputs.modified-packages }}
3232
build-depends-repos: build_depends.repos
3333
include-eol-distros: true
@@ -37,7 +37,7 @@ jobs:
3737
if: ${{ steps.get-modified-packages.outputs.modified-packages != '' }}
3838
uses: autowarefoundation/autoware-github-actions/colcon-test@a7cc2c1ce6052f395e5800a0fb6e6221421bf30a
3939
with:
40-
rosdistro: galactic
40+
rosdistro: humble
4141
target-packages: ${{ steps.get-modified-packages.outputs.modified-packages }}
4242
build-depends-repos: build_depends.repos
4343
include-eol-distros: true
@@ -53,7 +53,7 @@ jobs:
5353

5454
clang-tidy-differential:
5555
runs-on: ubuntu-latest
56-
container: ros:galactic
56+
container: ros:humble
5757
needs: build-and-test-differential
5858
steps:
5959
- name: Check out repository
@@ -72,7 +72,7 @@ jobs:
7272
if: ${{ steps.get-modified-packages.outputs.modified-packages != '' }}
7373
uses: autowarefoundation/autoware-github-actions/clang-tidy@a7cc2c1ce6052f395e5800a0fb6e6221421bf30a
7474
with:
75-
rosdistro: galactic
75+
rosdistro: humble
7676
target-packages: ${{ steps.get-modified-packages.outputs.modified-packages }}
7777
clang-tidy-config-url: https://raw.githubusercontent.com/autowarefoundation/autoware/main/.clang-tidy
7878
build-depends-repos: build_depends.repos

.github/workflows/build-and-test-self-hosted.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ jobs:
2424
if: ${{ steps.get-self-packages.outputs.self-packages != '' }}
2525
uses: autowarefoundation/autoware-github-actions/colcon-build@v1
2626
with:
27-
rosdistro: galactic
27+
rosdistro: humble
2828
target-packages: ${{ steps.get-self-packages.outputs.self-packages }}
2929
build-depends-repos: build_depends.repos
3030

3131
- name: Test
3232
if: ${{ steps.get-self-packages.outputs.self-packages != '' }}
3333
uses: autowarefoundation/autoware-github-actions/colcon-test@v1
3434
with:
35-
rosdistro: galactic
35+
rosdistro: humble
3636
target-packages: ${{ steps.get-self-packages.outputs.self-packages }}
3737
build-depends-repos: build_depends.repos

.github/workflows/build-and-test.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
if: ${{ steps.get-self-packages.outputs.self-packages != '' }}
2727
uses: autowarefoundation/autoware-github-actions/colcon-build@v1
2828
with:
29-
rosdistro: galactic
29+
rosdistro: humble
3030
target-packages: ${{ steps.get-self-packages.outputs.self-packages }}
3131
build-depends-repos: build_depends.repos
3232

@@ -35,7 +35,7 @@ jobs:
3535
id: test
3636
uses: autowarefoundation/autoware-github-actions/colcon-test@v1
3737
with:
38-
rosdistro: galactic
38+
rosdistro: humble
3939
target-packages: ${{ steps.get-self-packages.outputs.self-packages }}
4040
build-depends-repos: build_depends.repos
4141

.github/workflows/check-build-depends.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
check-build-depends:
1010
runs-on: ubuntu-latest
11-
container: ghcr.io/autowarefoundation/autoware-universe:galactic-latest
11+
container: ghcr.io/autowarefoundation/autoware-universe:latest
1212
steps:
1313
- name: Cancel previous runs
1414
uses: styfle/[email protected]
@@ -26,7 +26,7 @@ jobs:
2626
- name: Build
2727
uses: autowarefoundation/autoware-github-actions/colcon-build@a7cc2c1ce6052f395e5800a0fb6e6221421bf30a
2828
with:
29-
rosdistro: galactic
29+
rosdistro: humble
3030
target-packages: ${{ steps.get-self-packages.outputs.self-packages }}
3131
build-depends-repos: build_depends.repos
3232
include-eol-distros: true

0 commit comments

Comments
 (0)