Skip to content

Commit 418a243

Browse files
chore: sync files (#1182)
* 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 6fbdce5 commit 418a243

File tree

3 files changed

+20
-20
lines changed

3 files changed

+20
-20
lines changed

.github/sync-files.yaml

+18-18
Original file line numberDiff line numberDiff line change
@@ -31,29 +31,29 @@
3131
- repository: autowarefoundation/autoware_common
3232
files:
3333
- source: .github/workflows/build-and-test.yaml
34-
post-commands: |
35-
sd "container: ros:(\w+)" "container: ghcr.io/autowarefoundation/autoware-universe:\$1-latest-cuda" {dest}
36-
sd -f ms '(rosdistro: humble.*?build-depends-repos): build_depends.repos' '$1: build_depends.humble.repos' {dest}
34+
pre-commands: |
35+
sd "container: ros:(\w+)" "container: ghcr.io/autowarefoundation/autoware-universe:\$1-latest-cuda" {source}
36+
sd -f ms '(rosdistro: humble.*?build-depends-repos): build_depends.repos' '$1: build_depends.humble.repos' {source}
3737
- source: .github/workflows/build-and-test-differential.yaml
38-
post-commands: |
39-
sd "container: ros:(\w+)" "container: ghcr.io/autowarefoundation/autoware-universe:\$1-latest-cuda" {dest}
40-
sd -f ms '(rosdistro: humble.*?build-depends-repos): build_depends.repos' '$1: build_depends.humble.repos' {dest}
38+
pre-commands: |
39+
sd "container: ros:(\w+)" "container: ghcr.io/autowarefoundation/autoware-universe:\$1-latest-cuda" {source}
40+
sd -f ms '(rosdistro: humble.*?build-depends-repos): build_depends.repos' '$1: build_depends.humble.repos' {source}
4141
- source: .github/workflows/build-and-test-differential-self-hosted.yaml
42-
post-commands: |
43-
sd "container: ros:(\w+)" "container: ghcr.io/autowarefoundation/autoware-universe:\$1-latest-cuda" {dest}
44-
sd -f ms '(rosdistro: humble.*?build-depends-repos): build_depends.repos' '$1: build_depends.humble.repos' {dest}
42+
pre-commands: |
43+
sd "container: ros:(\w+)" "container: ghcr.io/autowarefoundation/autoware-universe:\$1-latest-cuda" {source}
44+
sd -f ms '(rosdistro: humble.*?build-depends-repos): build_depends.repos' '$1: build_depends.humble.repos' {source}
4545
- source: .github/workflows/build-and-test-self-hosted.yaml
46-
post-commands: |
47-
sd "container: ros:(\w+)" "container: ghcr.io/autowarefoundation/autoware-universe:\$1-latest-cuda" {dest}
48-
sd -f ms '(rosdistro: humble.*?build-depends-repos): build_depends.repos' '$1: build_depends.humble.repos' {dest}
46+
pre-commands: |
47+
sd "container: ros:(\w+)" "container: ghcr.io/autowarefoundation/autoware-universe:\$1-latest-cuda" {source}
48+
sd -f ms '(rosdistro: humble.*?build-depends-repos): build_depends.repos' '$1: build_depends.humble.repos' {source}
4949
- source: .github/workflows/check-build-depends.yaml
50-
post-commands: |
51-
sd "container: ros:(\w+)" "container: ghcr.io/autowarefoundation/autoware-universe:\$1-latest-cuda" {dest}
52-
sd -f ms '(rosdistro: humble.*?build-depends-repos): build_depends.repos' '$1: build_depends.humble.repos' {dest}
50+
pre-commands: |
51+
sd "container: ros:(\w+)" "container: ghcr.io/autowarefoundation/autoware-universe:\$1-latest-cuda" {source}
52+
sd -f ms '(rosdistro: humble.*?build-depends-repos): build_depends.repos' '$1: build_depends.humble.repos' {source}
5353
- source: .github/workflows/clang-tidy-pr-comments.yaml
54-
post-commands: |
55-
sd "container: ros:(\w+)" "container: ghcr.io/autowarefoundation/autoware-universe:\$1-latest-cuda" {dest}
56-
sd -f ms '(rosdistro: humble.*?build-depends-repos): build_depends.repos' '$1: build_depends.humble.repos' {dest}
54+
pre-commands: |
55+
sd "container: ros:(\w+)" "container: ghcr.io/autowarefoundation/autoware-universe:\$1-latest-cuda" {source}
56+
sd -f ms '(rosdistro: humble.*?build-depends-repos): build_depends.repos' '$1: build_depends.humble.repos' {source}
5757
- source: codecov.yaml
5858

5959
- repository: autowarefoundation/autoware-documentation

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
build-depends-repos: build_depends.humble.repos
2323
steps:
2424
- name: Cancel previous runs
25-
uses: styfle/cancel-workflow-action@0.9.1
25+
uses: styfle/cancel-workflow-action@0.10.0
2626

2727
- name: Check out repository
2828
uses: actions/checkout@v3

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
container: ghcr.io/autowarefoundation/autoware-universe:galactic-latest-cuda
1212
steps:
1313
- name: Cancel previous runs
14-
uses: styfle/cancel-workflow-action@0.9.1
14+
uses: styfle/cancel-workflow-action@0.10.0
1515

1616
- name: Check out repository
1717
uses: actions/checkout@v3

0 commit comments

Comments
 (0)