-
Notifications
You must be signed in to change notification settings - Fork 677
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
Tracking tests disabled due to lack of gpu capable machines #7724
Comments
@mitsudome-r if somehow we gain access to gpu capable machines either by:
We can use this PR as reference: I will also create a documentation on how I set up the self hosted runners with custom init scripts. |
This pull request has been automatically marked as stale because it has not had recent activity. |
@xmfcx |
@knzo25 please have a peek at: Through this new system, we have access to Full list: https://aws.amazon.com/codebuild/pricing/ (select us east n. virginia) But this machine is pricier. We only need GPU for tests, not for building with CUDA. So one option would be to separate build and test in the workflow and test on this new machine. But it requires someone to work on this task. |
This pull request has been automatically marked as stale because it has not had recent activity. |
|
Checklist
Description
Story behind can be tracked from:
Basically the tests disabled here:
When we upgrade our testing infrastructure to have CUDA capable GPUs, we can re-enable these tests.
cc. @knzo25 @mitsudome-r
Sister issue:
Purpose
To make CI pass on no-gpu machines. (Especially github hosted runners)
Possible approaches
Definition of done
build-and-test
passes on the main branch.Table of tracked tests
autoware.universe/perception/lidar_centerpoint/CMakeLists.txt
Lines 163 to 167 in e96334c
autoware.universe/perception/lidar_centerpoint/CMakeLists.txt
Lines 169 to 207 in 891b231
The text was updated successfully, but these errors were encountered: