Skip to content

Commit 098d147

Browse files
author
M. Fatih Cırıt
committed
ci(sync-files): split build-and-test to daily and on push
Signed-off-by: M. Fatih Cırıt <mfc@leodrive.ai>
1 parent 565589c commit 098d147

File tree

1 file changed

+6
-23
lines changed

1 file changed

+6
-23
lines changed

Diff for: .github/sync-files.yaml

+6-23
Original file line numberDiff line numberDiff line change
@@ -33,37 +33,20 @@
3333
files:
3434
- source: .github/workflows/build-and-test.yaml
3535
pre-commands: |
36+
sd 'name: build-and-test' 'name: build-and-test-daily' {source}
37+
sd 'on:\n push:' 'on:' {source}
38+
sd ' build-and-test:' ' build-and-test-daily:' {source}
3639
sd "container: ros:(\w+)" "container: ghcr.io/autowarefoundation/autoware-universe:\$1-latest" {source}
37-
38-
sd -s 'container: ${{ matrix.container }}' 'container: ${{ matrix.container }}${{ matrix.container-suffix }}' {source}
39-
sd -- \
40-
" include:" \
41-
" container-suffix:
42-
- \"\"
43-
- -cuda
44-
include:" {source}
45-
- source: .github/workflows/build-and-test-differential-self-hosted.yaml
46-
pre-commands: |
47-
sd "container: ros:(\w+)" "container: ghcr.io/autowarefoundation/autoware-universe:\$1-latest" {source}
48-
49-
sd -s 'container: ${{ matrix.container }}' 'container: ${{ matrix.container }}${{ matrix.container-suffix }}' {source}
50-
sd -- \
51-
" include:" \
52-
" container-suffix:
53-
- \"\"
54-
- -cuda
55-
include:" {source}
56-
- source: .github/workflows/build-and-test-self-hosted.yaml
57-
pre-commands: |
58-
sd "container: ros:(\w+)" "container: ghcr.io/autowarefoundation/autoware-universe:\$1-latest" {source}
59-
6040
sd -s 'container: ${{ matrix.container }}' 'container: ${{ matrix.container }}${{ matrix.container-suffix }}' {source}
6141
sd -- \
6242
" include:" \
6343
" container-suffix:
6444
- \"\"
6545
- -cuda
6646
include:" {source}
47+
dest: .github/workflows/build-and-test-daily.yaml
48+
- source: .github/workflows/build-and-test.yaml
49+
dest: .github/workflows/build-and-test-daily-arm64.yaml
6750
- source: .github/workflows/check-build-depends.yaml
6851
- source: .github/workflows/clang-tidy-pr-comments.yaml
6952
- source: .github/workflows/clang-tidy-pr-comments-manually.yaml

0 commit comments

Comments
 (0)