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

Use multiple containers instead of a single container for testing autoware.universe #5191

Open
youtalk opened this issue Sep 7, 2024 · 0 comments
Assignees
Labels
component:openadkit Issues or Features related to Open AD Kit type:containers Docker containers, containerization of components, or container orchestration.

Comments

@youtalk
Copy link
Member

youtalk commented Sep 7, 2024

Disk space exhaustion errors often occur during testing of autoware.universe on GitHub Runner, especially in tests using CUDA drivers for sensing and perception packages. This happens because the tests are run in a single container that includes all necessary dependencies and build binaries for the entire autoware.universe.

To address this, we aim to resolve the issue by using multiple containers, each divided by component, and running tests in the smaller containers that only include the required packages for the target test.

Ref.

@youtalk youtalk added type:containers Docker containers, containerization of components, or container orchestration. component:openadkit Issues or Features related to Open AD Kit labels Sep 7, 2024
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 type:containers Docker containers, containerization of components, or container orchestration.
Projects
Status: To-do
Development

No branches or pull requests

1 participant