|
32 | 32 | - repository: autowarefoundation/autoware_common
|
33 | 33 | files:
|
34 | 34 | - source: .github/workflows/build-and-test.yaml
|
| 35 | + dest: .github/workflows/build-and-test-daily.yaml |
35 | 36 | pre-commands: |
|
36 |
| - sd 'name: build-and-test' 'name: build-and-test-daily' {source} |
| 37 | + sd ' build-and-test:' ' build-and-test-daily:' {source} |
37 | 38 | sd 'on:\n push:' 'on:' {source}
|
| 39 | + sd 'runs-on: ubuntu-latest' 'runs-on: [self-hosted, linux, X64]' {source} |
38 | 40 | sd ' build-and-test:' ' build-and-test-daily:' {source}
|
39 | 41 | sd "container: ros:(\w+)" "container: ghcr.io/autowarefoundation/autoware-universe:\$1-latest" {source}
|
40 | 42 | 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} |
48 | 44 | - source: .github/workflows/build-and-test.yaml
|
49 | 45 | 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} |
50 | 53 | - source: .github/workflows/check-build-depends.yaml
|
51 | 54 | - source: .github/workflows/clang-tidy-pr-comments.yaml
|
52 | 55 | - source: .github/workflows/clang-tidy-pr-comments-manually.yaml
|
|
0 commit comments