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

feat(.github): separate autoware-base jobs #5487

Merged
merged 3 commits into from
Nov 26, 2024
Merged

Conversation

youtalk
Copy link
Member

@youtalk youtalk commented Nov 26, 2024

Description

Unfortunately, it was found that multi-architecture builds using QEMU with Docker Buildx Bake caused disk exhaustion on GitHub runners. https://github.com/autowarefoundation/autoware/actions/runs/12005064895
Therefore, instead of building in parallel, this PR changed the process to build amd64 images in the first job and then build arm64 images in the next job.

Tests performed

https://github.com/autowarefoundation/autoware/actions/runs/12022444110

Effects on system behavior

Not applicable.

Interface changes

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.

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.

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

Signed-off-by: Yutaka Kondo <[email protected]>
Signed-off-by: Yutaka Kondo <[email protected]>
@youtalk youtalk changed the title Separate autoware base jobs feat(.github): separate autoware-base jobs Nov 26, 2024
@youtalk youtalk changed the base branch from main to copy-cleanup-system November 26, 2024 02:18
@youtalk youtalk self-assigned this Nov 26, 2024
@youtalk youtalk added type:containers Docker containers, containerization of components, or container orchestration. component:openadkit Issues or Features related to Open AD Kit labels Nov 26, 2024
Signed-off-by: Yutaka Kondo <[email protected]>
@youtalk youtalk marked this pull request as ready for review November 26, 2024 02:57
@youtalk youtalk requested review from xmfcx and mitsudome-r November 26, 2024 02:58
@youtalk youtalk added the tag:run-health-check Run health-check label Nov 26, 2024
Copy link
Member

@mitsudome-r mitsudome-r left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Base automatically changed from copy-cleanup-system to main November 26, 2024 04:15
@youtalk youtalk merged commit 9266f10 into main Nov 26, 2024
25 checks passed
@youtalk youtalk deleted the separate-autoware-base-jobs branch November 26, 2024 04:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:openadkit Issues or Features related to Open AD Kit tag:run-health-check Run health-check type:containers Docker containers, containerization of components, or container orchestration.
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants