forked from autowarefoundation/autoware
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat(.github): push version tag images (autowarefoundation#5522) * add tag pattern Signed-off-by: Yutaka Kondo <[email protected]> * fix syntax Signed-off-by: Yutaka Kondo <[email protected]> * add tags Signed-off-by: Yutaka Kondo <[email protected]> * fix prefix and suffix Signed-off-by: Yutaka Kondo <[email protected]> --------- Signed-off-by: Yutaka Kondo <[email protected]> * feat(.github): add `on:push:branches:` condition to `autoware-base` workflow (autowarefoundation#5524) add paths arg Signed-off-by: Yutaka Kondo <[email protected]> * fix(.github): not push manifest if eithor `amd64` or `arm64` image is missing (autowarefoundation#5525) not push manifest if eithor amd64 or arm64 is missing Signed-off-by: Yutaka Kondo <[email protected]> * chore(autoware.repos): fix autoware.core commit hash (autowarefoundation#5530) Signed-off-by: Ryohsuke Mitsudome <[email protected]> * feat(.git): delete `-amd64` and `-arm64` image tags after pushing manifest (autowarefoundation#5526) * not push manifest if eithor amd64 or arm64 is missing Signed-off-by: Yutaka Kondo <[email protected]> * delete -amd64 and -arm64 tags Signed-off-by: Yutaka Kondo <[email protected]> --------- Signed-off-by: Yutaka Kondo <[email protected]> * chore(.github): skip `free-disk-space` action if there are no changed files (autowarefoundation#5536) skip free-disk-space action Signed-off-by: Yutaka Kondo <[email protected]> * ci: enable bugprone-* warnings in clang-tidy (autowarefoundation#5543) Signed-off-by: Ryuta Kambe <[email protected]> * feat(autoware.repos): use version tag for sensor_kits (autowarefoundation#5554) Signed-off-by: Ryohsuke Mitsudome <[email protected]> * ci(pre-commit-ansible): autoupdate (autowarefoundation#5552) Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions <[email protected]> * chore(deps): bump peter-evans/create-pull-request from 6 to 7 (autowarefoundation#5162) Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 6 to 7. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](peter-evans/create-pull-request@v6...v7) --- updated-dependencies: - dependency-name: peter-evans/create-pull-request dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * ci(pre-commit-optional): autoupdate (autowarefoundation#5401) Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions <[email protected]> * chore: sync files (autowarefoundation#5541) Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions <[email protected]> * chore: sync files (autowarefoundation#5572) Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions <[email protected]> * fix(.github): fix CODEOWNERS (autowarefoundation#5575) Update CODEOWNERS * fix: update branch of scenario_simulator_v2 to master (autowarefoundation#5570) Signed-off-by: Fumiya Watanabe <[email protected]> * feat(autoware.repos): remove `autoware_common` from `autoware.repos` (autowarefoundation#5578) * chore(.devcontainer): add `core-devel` development container (autowarefoundation#5574) add core-devel devcontainer Signed-off-by: Yutaka Kondo <[email protected]> --------- Signed-off-by: Yutaka Kondo <[email protected]> Signed-off-by: Ryohsuke Mitsudome <[email protected]> Signed-off-by: Ryuta Kambe <[email protected]> Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Fumiya Watanabe <[email protected]> Co-authored-by: Ryohsuke Mitsudome <[email protected]> Co-authored-by: Ryuta Kambe <[email protected]> Co-authored-by: awf-autoware-bot[bot] <94889083+awf-autoware-bot[bot]@users.noreply.github.com> Co-authored-by: github-actions <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Fumiya Watanabe <[email protected]>
- Loading branch information
1 parent
160f612
commit c24045a
Showing
18 changed files
with
114 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{ | ||
"name": "autoware:core-devel", | ||
"build": { | ||
"dockerfile": "../Dockerfile", | ||
"args": { "BASE_IMAGE": "ghcr.io/autowarefoundation/autoware:core-devel" } | ||
}, | ||
"remoteUser": "autoware", | ||
"runArgs": [ | ||
"--cap-add=SYS_PTRACE", | ||
"--security-opt", | ||
"seccomp=unconfined", | ||
"--net=host", | ||
"--volume=/etc/localtime:/etc/localtime:ro" | ||
], | ||
"customizations": { | ||
"vscode": { | ||
"settings.json": { | ||
"terminal.integrated.profiles.linux": { "bash": { "path": "/bin/bash" } } | ||
} | ||
} | ||
} | ||
} |
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
* [email protected] mfc@leodrive.ai | ||
* [email protected] mfc@autoware.org | ||
|
||
.devcontainer/** [email protected] [email protected] | ||
.github/** [email protected] [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.