Skip to content

Commit 1f7122a

Browse files
authoredJul 23, 2024··
feat(ci): update autoware's image tag (#7952)
* change autoware's docker tag Signed-off-by: Yutaka Kondo <yutaka.kondo@youtalk.jp> * update tags Signed-off-by: Yutaka Kondo <yutaka.kondo@youtalk.jp> * fix Signed-off-by: Yutaka Kondo <yutaka.kondo@youtalk.jp> * typo Signed-off-by: Yutaka Kondo <yutaka.kondo@youtalk.jp> * use multiarch image Signed-off-by: Yutaka Kondo <yutaka.kondo@youtalk.jp> --------- Signed-off-by: Yutaka Kondo <yutaka.kondo@youtalk.jp>
1 parent a6f1fd8 commit 1f7122a

6 files changed

+7
-7
lines changed
 

‎.github/sync-files.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
files:
3939
- source: .github/workflows/clang-tidy-differential.yaml
4040
pre-commands: |
41-
sd 'container: ros:(\w+)' 'container: ghcr.io/autowarefoundation/autoware:latest-prebuilt-cuda' {source}
41+
sd 'container: ros:(\w+)' 'container: ghcr.io/autowarefoundation/autoware:latest-autoware-universe-cuda' {source}
4242
- source: .github/workflows/check-build-depends.yaml
4343
- source: .github/workflows/clang-tidy-pr-comments.yaml
4444
- source: .github/workflows/clang-tidy-pr-comments-manually.yaml

‎.github/workflows/build-and-test-daily-arm64.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- -cuda
2020
include:
2121
- rosdistro: humble
22-
container: ghcr.io/autowarefoundation/autoware:latest-prebuilt
22+
container: ghcr.io/autowarefoundation/autoware:latest-autoware-universe
2323
build-depends-repos: build_depends.repos
2424
steps:
2525
- name: Check out repository

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- -cuda
2020
include:
2121
- rosdistro: humble
22-
container: ghcr.io/autowarefoundation/autoware:latest-prebuilt
22+
container: ghcr.io/autowarefoundation/autoware:latest-autoware-universe
2323
build-depends-repos: build_depends.repos
2424
steps:
2525
- name: Check out repository

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- -cuda
3030
include:
3131
- rosdistro: humble
32-
container: ghcr.io/autowarefoundation/autoware:latest-prebuilt
32+
container: ghcr.io/autowarefoundation/autoware:latest-autoware-universe
3333
build-depends-repos: build_depends.repos
3434
steps:
3535
- name: Set PR fetch depth

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- -cuda
3434
include:
3535
- rosdistro: humble
36-
container: ghcr.io/autowarefoundation/autoware:latest-prebuilt
36+
container: ghcr.io/autowarefoundation/autoware:latest-autoware-universe
3737
build-depends-repos: build_depends.repos
3838
steps:
3939
- name: Set PR fetch depth
@@ -130,7 +130,7 @@ jobs:
130130
clang-tidy-differential:
131131
needs: build-and-test-differential
132132
runs-on: ubuntu-latest
133-
container: ghcr.io/autowarefoundation/autoware:latest-prebuilt-cuda
133+
container: ghcr.io/autowarefoundation/autoware:latest-autoware-universe-cuda
134134
steps:
135135
- name: Set PR fetch depth
136136
run: echo "PR_FETCH_DEPTH=$(( ${{ github.event.pull_request.commits }} + 1 ))" >> "${GITHUB_ENV}"

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- -cuda
2424
include:
2525
- rosdistro: humble
26-
container: ghcr.io/autowarefoundation/autoware:latest-prebuilt
26+
container: ghcr.io/autowarefoundation/autoware:latest-autoware-universe
2727
build-depends-repos: build_depends.repos
2828
steps:
2929
- name: Check out repository

0 commit comments

Comments
 (0)
Please sign in to comment.