|
34 | 34 | - source: .github/workflows/build-and-test.yaml
|
35 | 35 | pre-commands: |
|
36 | 36 | sd "container: ros:(\w+)" "container: ghcr.io/autowarefoundation/autoware-universe:\$1-latest" {source}
|
37 |
| - sd -f ms '(rosdistro: humble.*?build-depends-repos): build_depends.repos' '$1: build_depends.humble.repos' {source} |
38 | 37 |
|
39 | 38 | sd -s 'container: ${{ matrix.container }}' 'container: ${{ matrix.container }}${{ matrix.container-suffix }}' {source}
|
40 | 39 | sd -- \
|
|
46 | 45 | - source: .github/workflows/build-and-test-differential.yaml
|
47 | 46 | pre-commands: |
|
48 | 47 | sd "container: ros:(\w+)" "container: ghcr.io/autowarefoundation/autoware-universe:\$1-latest" {source}
|
49 |
| - sd -f ms '(rosdistro: humble.*?build-depends-repos): build_depends.repos' '$1: build_depends.humble.repos' {source} |
50 | 48 |
|
51 | 49 | sd -s 'container: ${{ matrix.container }}' 'container: ${{ matrix.container }}${{ matrix.container-suffix }}' {source}
|
52 | 50 | sd -- \
|
|
60 | 58 | - source: .github/workflows/build-and-test-differential-self-hosted.yaml
|
61 | 59 | pre-commands: |
|
62 | 60 | sd "container: ros:(\w+)" "container: ghcr.io/autowarefoundation/autoware-universe:\$1-latest" {source}
|
63 |
| - sd -f ms '(rosdistro: humble.*?build-depends-repos): build_depends.repos' '$1: build_depends.humble.repos' {source} |
64 | 61 |
|
65 | 62 | sd -s 'container: ${{ matrix.container }}' 'container: ${{ matrix.container }}${{ matrix.container-suffix }}' {source}
|
66 | 63 | sd -- \
|
|
71 | 68 | - source: .github/workflows/build-and-test-self-hosted.yaml
|
72 | 69 | pre-commands: |
|
73 | 70 | sd "container: ros:(\w+)" "container: ghcr.io/autowarefoundation/autoware-universe:\$1-latest" {source}
|
74 |
| - sd -f ms '(rosdistro: humble.*?build-depends-repos): build_depends.repos' '$1: build_depends.humble.repos' {source} |
75 | 71 |
|
76 | 72 | sd -s 'container: ${{ matrix.container }}' 'container: ${{ matrix.container }}${{ matrix.container-suffix }}' {source}
|
77 | 73 | sd -- \
|
|
81 | 77 | - -cuda
|
82 | 78 | include:" {source}
|
83 | 79 | - source: .github/workflows/check-build-depends.yaml
|
84 |
| - pre-commands: | |
85 |
| - sd -f ms '(rosdistro: humble.*?build-depends-repos): build_depends.repos' '$1: build_depends.humble.repos' {source} |
86 | 80 | - source: .github/workflows/clang-tidy-pr-comments.yaml
|
87 | 81 | - source: .github/workflows/clang-tidy-pr-comments-manually.yaml
|
88 | 82 | - source: .github/workflows/update-codeowners-from-packages.yaml
|
|
0 commit comments