Skip to content

Commit 4fb54e3

Browse files
author
M. Fatih Cırıt
committed
add arm64
Signed-off-by: M. Fatih Cırıt <mfc@leodrive.ai>
1 parent b9c178d commit 4fb54e3

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

.github/sync-files.yaml

+11-8
Original file line numberDiff line numberDiff line change
@@ -32,21 +32,24 @@
3232
- repository: autowarefoundation/autoware_common
3333
files:
3434
- source: .github/workflows/build-and-test.yaml
35+
dest: .github/workflows/build-and-test-daily.yaml
3536
pre-commands: |
36-
sd 'name: build-and-test' 'name: build-and-test-daily' {source}
37+
sd ' build-and-test:' ' build-and-test-daily:' {source}
3738
sd 'on:\n push:' 'on:' {source}
39+
sd 'runs-on: ubuntu-latest' 'runs-on: [self-hosted, linux, X64]' {source}
3840
sd ' build-and-test:' ' build-and-test-daily:' {source}
3941
sd "container: ros:(\w+)" "container: ghcr.io/autowarefoundation/autoware-universe:\$1-latest" {source}
4042
sd -s 'container: ${{ matrix.container }}' 'container: ${{ matrix.container }}${{ matrix.container-suffix }}' {source}
41-
sd -- \
42-
" include:" \
43-
" container-suffix:
44-
- \"\"
45-
- -cuda
46-
include:" {source}
47-
dest: .github/workflows/build-and-test-daily.yaml
43+
sd -- ' include:' ' container-suffix:\n - ""\n - -cuda\n include:' {source}
4844
- source: .github/workflows/build-and-test.yaml
4945
dest: .github/workflows/build-and-test-daily-arm64.yaml
46+
pre-commands: |
47+
sd ' build-and-test:' ' build-and-test-daily-arm64:' {source}
48+
sd 'on:\n push:' 'on:' {source}
49+
sd 'runs-on: ubuntu-latest' 'runs-on: [self-hosted, linux, ARM64]' {source}
50+
sd "container: ros:(\w+)" "container: ghcr.io/autowarefoundation/autoware-universe:\$1-latest" {source}
51+
sd -s 'container: ${{ matrix.container }}' 'container: ${{ matrix.container }}${{ matrix.container-suffix }}' {source}
52+
sd -- ' include:' ' container-suffix:\n - ""\n - -cuda\n include:' {source}
5053
- source: .github/workflows/check-build-depends.yaml
5154
- source: .github/workflows/clang-tidy-pr-comments.yaml
5255
- source: .github/workflows/clang-tidy-pr-comments-manually.yaml

0 commit comments

Comments
 (0)