Skip to content

Commit 25119c8

Browse files
committedJun 19, 2024
Merge branch 'main' into feat/lidar_centerpoint_preprocessing_cuda
Signed-off-by: Kenzo Lobos-Tsunekawa <kenzo.lobos@tier4.jp>
2 parents 4bde3a1 + f6d2c59 commit 25119c8

File tree

2,588 files changed

+84445
-82719
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,588 files changed

+84445
-82719
lines changed
 

‎.github/CODEOWNERS

+66-56
Large diffs are not rendered by default.

‎.github/sync-files.yaml

+10-32
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,14 @@
1818
- source: .github/workflows/pre-commit-optional.yaml
1919
- source: .github/workflows/semantic-pull-request.yaml
2020
- source: .github/workflows/spell-check-differential.yaml
21+
pre-commands: |
22+
sd " with:\n" " with:\n local-cspell-json: .cspell.json\n" {source}
23+
- source: .github/workflows/spell-check-differential.yaml
24+
dest: .github/workflows/spell-check-daily.yaml
25+
pre-commands: |
26+
sd "spell-check-differential" "spell-check-daily" {source}
27+
sd " with:\n" " with:\n local-cspell-json: .cspell.json\n incremental-files-only: false\n" {source}
28+
sd "on:\n pull_request:\n" "on:\n schedule:\n - cron: 0 0 * * *\n workflow_dispatch:\n" {source}
2129
- source: .github/workflows/sync-files.yaml
2230
- source: .clang-format
2331
- source: .markdown-link-check.json
@@ -31,39 +39,9 @@
3139

3240
- repository: autowarefoundation/autoware_common
3341
files:
34-
- source: .github/workflows/build-and-test.yaml
35-
pre-commands: |
36-
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
42+
- source: .github/workflows/clang-tidy-differential.yaml
4643
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-
sd -s 'container: ${{ matrix.container }}' 'container: ${{ matrix.container }}${{ matrix.container-suffix }}' {source}
61-
sd -- \
62-
" include:" \
63-
" container-suffix:
64-
- \"\"
65-
- -cuda
66-
include:" {source}
44+
sd 'container: ros:(\w+)' 'container: ghcr.io/autowarefoundation/autoware:latest-prebuilt-cuda' {source}
6745
- source: .github/workflows/check-build-depends.yaml
6846
- source: .github/workflows/clang-tidy-pr-comments.yaml
6947
- source: .github/workflows/clang-tidy-pr-comments-manually.yaml

0 commit comments

Comments
 (0)