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

fix(docker-build-and-push-arm64.yaml): change runs-on self-hosted only for -cuda job #5739

Merged
merged 2 commits into from
Feb 6, 2025

Conversation

youtalk
Copy link
Member

@youtalk youtalk commented Feb 6, 2025

Description

#5688 introduced GitHub-hosted runners for ARM64 builds, but unfortunately, it was discovered that the docker-build-and-push-cuda job fails due to insufficient space.

https://github.com/autowarefoundation/autoware/actions/runs/13157760861/job/36726446105#step:7:26253

OSError: [Errno 28] No space left on device

This PR temporarily reverts only that job back to our self-hosted runner.

How was this PR tested?

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

Notes for reviewers

None.

Effects on system behavior

None.

Signed-off-by: Yutaka Kondo <yutaka.kondo@youtalk.jp>
Signed-off-by: Yutaka Kondo <yutaka.kondo@youtalk.jp>
@youtalk youtalk self-assigned this Feb 6, 2025
Copy link

github-actions bot commented Feb 6, 2025

Thank you for contributing to the Autoware project!

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

Please ensure:

@youtalk youtalk added type:containers Docker containers, containerization of components, or container orchestration. component:openadkit Issues or Features related to Open AD Kit labels Feb 6, 2025
@youtalk youtalk marked this pull request as ready for review February 6, 2025 11:47
@youtalk youtalk requested a review from oguzkaganozt as a code owner February 6, 2025 11:47
@youtalk youtalk requested review from xmfcx and mitsudome-r February 6, 2025 11:47
@youtalk youtalk added the tag:run-health-check Run health-check label Feb 6, 2025
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!

@mitsudome-r
Copy link
Member

mitsudome-r commented Feb 6, 2025

If I have time, I would take a look into why it failed.
It seems the runner had 52GB free space before running the failed job, which should be plenty.

image

However, I'm okay to switch back to self-hosted runner for now.

@youtalk youtalk merged commit 62b7d3d into main Feb 6, 2025
84 of 86 checks passed
@youtalk youtalk deleted the fix-docker-build-and-push-cuda branch February 6, 2025 21:35
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