Use multiple containers instead of a single container for testing autoware.universe
#5191
Labels
component:openadkit
Issues or Features related to Open AD Kit
type:containers
Docker containers, containerization of components, or container orchestration.
Disk space exhaustion errors often occur during testing of
autoware.universe
on GitHub Runner, especially in tests using CUDA drivers forsensing
andperception
packages. This happens because the tests are run in a single container that includes all necessary dependencies and build binaries for the entireautoware.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.
The text was updated successfully, but these errors were encountered: