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): remove mode=max option from docker-build-and-push-arm64 workflow #5352

Closed
wants to merge 1 commit into from

Conversation

youtalk
Copy link
Member

@youtalk youtalk commented Oct 20, 2024

Description

Recently docker-build-and-push-arm64 workflow failed. I found an error using debug logging.

https://github.com/youtalk/autoware/actions/runs/11403973462/job/31787947511#step:6:20631

##[debug]Node Action run completed with exit code 137

This error code 137

softprops/action-gh-release#243

The exit code 137 is likely due to the node process, in which the release action runs, being killed because of the system running out of memory.

Tests performed

Not applicable.

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]>
@youtalk youtalk closed this Oct 21, 2024
@youtalk youtalk deleted the disable-mode-max branch October 21, 2024 00:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant