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: update build-and-test workflows #95

Merged
merged 3 commits into from
Nov 14, 2024

Conversation

mitsudome-r
Copy link
Member

@mitsudome-r mitsudome-r commented Nov 6, 2024

Description

Update Build and Test workflows to sync with Autoware.Universe CI.
This PR adds:

  • daily tests for build-and-test
  • use aws code build
  • use cache to improve build time

Related links

#92

Tests performed

https://github.com/autowarefoundation/autoware.core/actions/runs/11815691460

Notes for reviewers

Pre-review checklist for the PR author

The PR author must check the checkboxes below when creating the PR.

In-review checklist for the PR reviewers

The PR reviewers must check the checkboxes below before approval.

  • The PR follows the pull request guidelines.
  • The PR has been properly tested.
  • The PR has been reviewed by the code owners.

Post-review checklist for the PR author

The PR author must check the checkboxes below before merging.

  • There are no open discussions or they are tracked via tickets.
  • The PR is ready for merge.

After all checkboxes are checked, anyone who has write access can merge the PR.

Signed-off-by: Ryohsuke Mitsudome <[email protected]>
@mitsudome-r
Copy link
Member Author

mitsudome-r commented Nov 13, 2024

In order to test that the workflow works with an actual package, I have created a sample branch with map_projection_loader and ran it manually: https://github.com/autowarefoundation/autoware.core/actions/runs/11815691460, and it seems like it is working fine.

@mitsudome-r mitsudome-r requested a review from xmfcx November 13, 2024 14:04
Copy link

github-actions bot commented Nov 13, 2024

Thank you for contributing to the Autoware project!

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

Please ensure:

Signed-off-by: Ryohsuke Mitsudome <[email protected]>
@xmfcx
Copy link
Contributor

xmfcx commented Nov 14, 2024

They are now identical to https://github.com/autowarefoundation/autoware.universe/tree/main/.github/workflows

Only additional change to be made:
build-pre-command: taskset --cpu-list 0-6 to --cpu-list 0-5 for the codebuild runner workflows. But can be made in another PR.

@xmfcx xmfcx merged commit 3eee8f6 into autowarefoundation:main Nov 14, 2024
22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants