Skip to content

Commit 6f75dad

Browse files
awf-autoware-bot[bot]kenji-miyakeKenji Miyake
authored
chore: sync files (#1514)
* chore: sync files Signed-off-by: GitHub <noreply@github.com> * update sync settings Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> Co-authored-by: kenji-miyake <kenji-miyake@users.noreply.github.com> Co-authored-by: Kenji Miyake <kenji.miyake@tier4.jp>
1 parent 3a7b9c2 commit 6f75dad

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/sync-files.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@
5555
- -cuda
5656
include:" {source}
5757
58-
sd "^ container: ghcr.io/autowarefoundation/autoware-universe:galactic-latest" \
59-
" container: ghcr.io/autowarefoundation/autoware-universe:galactic-latest-cuda" {source}
58+
sd "^ container: ghcr.io/autowarefoundation/autoware-universe:(\w+)-latest\$" \
59+
" container: ghcr.io/autowarefoundation/autoware-universe:\$1-latest-cuda" {source}
6060
- source: .github/workflows/build-and-test-differential-self-hosted.yaml
6161
pre-commands: |
6262
sd "container: ros:(\w+)" "container: ghcr.io/autowarefoundation/autoware-universe:\$1-latest" {source}

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767

6868
clang-tidy-differential:
6969
runs-on: ubuntu-latest
70-
container: ghcr.io/autowarefoundation/autoware-universe:galactic-latest-cuda
70+
container: ghcr.io/autowarefoundation/autoware-universe:humble-latest-cuda
7171
needs: build-and-test-differential
7272
steps:
7373
- name: Check out repository
@@ -86,7 +86,7 @@ jobs:
8686
if: ${{ steps.get-modified-packages.outputs.modified-packages != '' }}
8787
uses: autowarefoundation/autoware-github-actions/clang-tidy@v1
8888
with:
89-
rosdistro: galactic
89+
rosdistro: humble
9090
target-packages: ${{ steps.get-modified-packages.outputs.modified-packages }}
9191
clang-tidy-config-url: https://raw.githubusercontent.com/autowarefoundation/autoware/main/.clang-tidy
92-
build-depends-repos: build_depends.repos
92+
build-depends-repos: build_depends.humble.repos

0 commit comments

Comments
 (0)