Skip to content

Commit 652c2cf

Browse files
chore: sync files (#968)
* chore: sync files Signed-off-by: GitHub <noreply@github.com> * Update sync-files.yaml Co-authored-by: kenji-miyake <kenji-miyake@users.noreply.github.com> Co-authored-by: Kenji Miyake <31987104+kenji-miyake@users.noreply.github.com>
1 parent f5f998b commit 652c2cf

6 files changed

+12
-12
lines changed

.github/sync-files.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -31,17 +31,17 @@
3131
- repository: autowarefoundation/autoware_common
3232
files:
3333
- source: .github/workflows/build-and-test.yaml
34-
post-commands: 'sd "container: ros:\w+" "container: ghcr.io/autowarefoundation/autoware-universe:latest" {dest}'
34+
post-commands: 'sd "container: ros:(\w+)" "container: ghcr.io/autowarefoundation/autoware-universe:\$1-latest-cuda" {dest}'
3535
- source: .github/workflows/build-and-test-differential.yaml
36-
post-commands: 'sd "container: ros:\w+" "container: ghcr.io/autowarefoundation/autoware-universe:latest" {dest}'
36+
post-commands: 'sd "container: ros:(\w+)" "container: ghcr.io/autowarefoundation/autoware-universe:\$1-latest-cuda" {dest}'
3737
- source: .github/workflows/build-and-test-differential-self-hosted.yaml
38-
post-commands: 'sd "container: ros:\w+" "container: ghcr.io/autowarefoundation/autoware-universe:latest" {dest}'
38+
post-commands: 'sd "container: ros:(\w+)" "container: ghcr.io/autowarefoundation/autoware-universe:\$1-latest-cuda" {dest}'
3939
- source: .github/workflows/build-and-test-self-hosted.yaml
40-
post-commands: 'sd "container: ros:\w+" "container: ghcr.io/autowarefoundation/autoware-universe:latest" {dest}'
40+
post-commands: 'sd "container: ros:(\w+)" "container: ghcr.io/autowarefoundation/autoware-universe:\$1-latest-cuda" {dest}'
4141
- source: .github/workflows/check-build-depends.yaml
42-
post-commands: 'sd "container: ros:\w+" "container: ghcr.io/autowarefoundation/autoware-universe:latest" {dest}'
42+
post-commands: 'sd "container: ros:(\w+)" "container: ghcr.io/autowarefoundation/autoware-universe:\$1-latest-cuda" {dest}'
4343
- source: .github/workflows/clang-tidy-pr-comments.yaml
44-
post-commands: 'sd "container: ros:\w+" "container: ghcr.io/autowarefoundation/autoware-universe:latest" {dest}'
44+
post-commands: 'sd "container: ros:(\w+)" "container: ghcr.io/autowarefoundation/autoware-universe:\$1-latest-cuda" {dest}'
4545
- source: codecov.yaml
4646

4747
- repository: autowarefoundation/autoware-documentation

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
needs: prevent-no-label-execution
1919
if: ${{ needs.prevent-no-label-execution.outputs.run == 'true' }}
2020
runs-on: [self-hosted, linux, ARM64]
21-
container: ghcr.io/autowarefoundation/autoware-universe:latest
21+
container: ghcr.io/autowarefoundation/autoware-universe:galactic-latest-cuda
2222
steps:
2323
- name: Check out repository
2424
uses: actions/checkout@v3

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

+2-2
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:latest
9+
container: ghcr.io/autowarefoundation/autoware-universe:galactic-latest-cuda
1010
steps:
1111
- name: Cancel previous runs
1212
uses: styfle/cancel-workflow-action@0.9.1
@@ -51,7 +51,7 @@ jobs:
5151

5252
clang-tidy-differential:
5353
runs-on: ubuntu-latest
54-
container: ghcr.io/autowarefoundation/autoware-universe:latest
54+
container: ghcr.io/autowarefoundation/autoware-universe:galactic-latest-cuda
5555
needs: build-and-test-differential
5656
steps:
5757
- name: Check out repository

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
build-and-test-self-hosted:
1010
runs-on: [self-hosted, linux, ARM64]
11-
container: ghcr.io/autowarefoundation/autoware-universe:latest
11+
container: ghcr.io/autowarefoundation/autoware-universe:galactic-latest-cuda
1212
steps:
1313
- name: Check out repository
1414
uses: actions/checkout@v3

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
build-and-test:
1111
if: ${{ github.event_name != 'push' || github.ref_name == github.event.repository.default_branch }}
1212
runs-on: ubuntu-latest
13-
container: ghcr.io/autowarefoundation/autoware-universe:latest
13+
container: ghcr.io/autowarefoundation/autoware-universe:galactic-latest-cuda
1414
steps:
1515
- name: Check out repository
1616
uses: actions/checkout@v3

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

+1-1
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:latest
11+
container: ghcr.io/autowarefoundation/autoware-universe:galactic-latest-cuda
1212
steps:
1313
- name: Cancel previous runs
1414
uses: styfle/cancel-workflow-action@0.9.1

0 commit comments

Comments
 (0)