Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci(sync-files): make use of sync-files-templates repo #5504

Merged
merged 3 commits into from
Nov 29, 2024
Merged

Conversation

xmfcx
Copy link
Contributor

@xmfcx xmfcx commented Nov 28, 2024

Description

Parent issue:

Reference: https://github.com/autowarefoundation/sync-file-templates

Before this PR, many sync-file configs make use of this autoware, archived autoware_common and autoware-documentation repositories as the source of their basic files.

Starting with this PR, I plan to make use of only a single source file for the sync-files called https://github.com/autowarefoundation/sync-file-templates
This repository was created by @isamu-takagi -san for this purpose.
I've updated it and want to keep using across autoware repositories.

Changes

This PR specifically generates the following changes:

PR template

image

Simplifies it by using the basic version. The contributors can just add the links under the description, no need to clutter.

Spell check daily

We already had a spell-check-differential.

This adds the daily version, taken from https://github.com/autowarefoundation/autoware.universe/blob/main/.github/workflows/spell-check-daily.yaml but with updated dictionaries.

Should be useful for assessing the overall spell-check coverage.

pre-commit configs

Mainly taken from autoware.universe, but including the hadolint from this repository.

It removes the .svg file exclusion from the config file.

Past blame: https://github.com/autowarefoundation/autoware_core_universe_prototype/pull/5/files#diff-63a9c44a44acf85fea213a857769990937107cf072831e1a26808cfde9d096b9R93

I don't see a reason to exclude .svg files from pre-commit, it makes svg files more readable. I've looked for why it was excluded but it has been like this since first 5th PR to this repository. Most of the changes are just reformatted svg files.

How was this PR tested?

Notes for reviewers

None.

Effects on system behavior

None.

@xmfcx xmfcx self-assigned this Nov 28, 2024
Copy link

github-actions bot commented Nov 28, 2024

Thank you for contributing to the Autoware project!

🚧 If your pull request is in progress, switch it to draft mode.

Please ensure:

@xmfcx xmfcx requested a review from mitsudome-r November 28, 2024 21:04
@xmfcx xmfcx mentioned this pull request Nov 28, 2024
@xmfcx xmfcx requested a review from isamu-takagi November 28, 2024 21:35
@xmfcx xmfcx marked this pull request as ready for review November 28, 2024 21:35
@xmfcx xmfcx added the tag:run-health-check Run health-check label Nov 28, 2024
@xmfcx
Copy link
Contributor Author

xmfcx commented Nov 28, 2024

Ready for review ✅

@xmfcx xmfcx merged commit 3054252 into main Nov 29, 2024
33 checks passed
@xmfcx xmfcx deleted the ci/update-sync-files branch November 29, 2024 02:34
youtalk added a commit to youtalk/autoware that referenced this pull request Nov 29, 2024
* feat(docker): inherit `autoware-base`  images (autowarefoundation#5492)

* change run

Signed-off-by: Yutaka Kondo <[email protected]>

* use autoware-base images

Signed-off-by: Yutaka Kondo <[email protected]>

* update health-check

Signed-off-by: Yutaka Kondo <[email protected]>

* update load-env

Signed-off-by: Yutaka Kondo <[email protected]>

* update load-env

Signed-off-by: Yutaka Kondo <[email protected]>

* fix rebase

Signed-off-by: Yutaka Kondo <[email protected]>

* add build-args

Signed-off-by: Yutaka Kondo <[email protected]>

* fix hcl

Signed-off-by: Yutaka Kondo <[email protected]>

---------

Signed-off-by: Yutaka Kondo <[email protected]>

* chore(autoware.repos): fix `autoware.universe` and `autoware_launch` versions to `0.39.0` (autowarefoundation#5479)

* ci: update the pr template and add comment-on-pr workflow (autowarefoundation#5500)

Signed-off-by: M. Fatih Cırıt <[email protected]>

* ci(spell-check): switch the repository to autowarefoundation (autowarefoundation#5501)

Signed-off-by: M. Fatih Cırıt <[email protected]>

* ci(pre-commit-ansible): autoupdate (autowarefoundation#5217)

Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions <[email protected]>

* ci(spell-check-diff): add explicit dict-packages (autowarefoundation#5503)

Signed-off-by: M. Fatih Cırıt <[email protected]>

* refactor(docker): fix `Dockerfile` indent (autowarefoundation#5495)

fix indent

Signed-off-by: Yutaka Kondo <[email protected]>

* feat(docker): update cleanup scripts (autowarefoundation#5497)

* update cleanup scripts

Signed-off-by: Yutaka Kondo <[email protected]>

* revert to ubuntu-22.04

Signed-off-by: Yutaka Kondo <[email protected]>

---------

Signed-off-by: Yutaka Kondo <[email protected]>

* ci(sync-files): make use of sync-files-templates repo (autowarefoundation#5504)

Signed-off-by: M. Fatih Cırıt <[email protected]>

---------

Signed-off-by: Yutaka Kondo <[email protected]>
Signed-off-by: M. Fatih Cırıt <[email protected]>
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: M. Fatih Cırıt <[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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tag:run-health-check Run health-check
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants