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: use Code Build for build-and-test-differentianl-cuda #10198

Merged
merged 2 commits into from
Feb 26, 2025

Conversation

mitsudome-r
Copy link
Member

Description

Since the size of -cuda image has increased, Autoware build-and-test-differential-cuda started to fail due to disk space issue (example)

image

Ideally, we should investigate means to reduce the images size, but this PR modifies the workflow to use Code Build which has larger disk space to fix the error for the time being.

Related links

How was this PR tested?

Tested here: https://github.com/autowarefoundation/autoware.universe/actions/runs/13534456218/job/37823440854?pr=10197#logs

I have tested using a example PR that uses CUDA.
The action is failing at the test code that was modified in the example PR, but it at least surpass the "Intialize Container" step so it should be enough to confirm the validity of this PR.

Notes for reviewers

None.

Interface changes

None.

Effects on system behavior

None.

@mitsudome-r mitsudome-r requested a review from xmfcx February 26, 2025 02:53
@github-actions github-actions bot added the type:ci Continuous Integration (CI) processes and testing. (auto-assigned) label Feb 26, 2025
Copy link

github-actions bot commented Feb 26, 2025

Thank you for contributing to the Autoware project!

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

Please ensure:

Copy link
Contributor

@xmfcx xmfcx left a comment

Choose a reason for hiding this comment

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

let's keep the default functional too

@mitsudome-r
Copy link
Member Author

I'm doing a test with empty build-pre-command here: https://github.com/autowarefoundation/autoware.universe/actions/runs/13536085896/job/37827946062?pr=10197

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) type:ci Continuous Integration (CI) processes and testing. (auto-assigned)
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants