File tree 1 file changed +6
-23
lines changed
1 file changed +6
-23
lines changed Original file line number Diff line number Diff line change 33
33
files :
34
34
- source : .github/workflows/build-and-test.yaml
35
35
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}
36
39
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
-
60
40
sd -s 'container: ${{ matrix.container }}' 'container: ${{ matrix.container }}${{ matrix.container-suffix }}' {source}
61
41
sd -- \
62
42
" include:" \
63
43
" container-suffix:
64
44
- \"\"
65
45
- -cuda
66
46
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
67
50
- source : .github/workflows/check-build-depends.yaml
68
51
- source : .github/workflows/clang-tidy-pr-comments.yaml
69
52
- source : .github/workflows/clang-tidy-pr-comments-manually.yaml
You can’t perform that action at this time.
0 commit comments