-
Notifications
You must be signed in to change notification settings - Fork 788
[CI] Extend Nightly E2E testing #17010
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
Conversation
Add E2E tests execution on L0 x [PVC, Arc, BMG] and self hosted CUDA runners. We'll keep nightly testing in single target device, full (build + run) mode.
- name: NVIDIA/CUDA | ||
runner: '["Linux", "cuda"]' | ||
image_options: -u 1001 --gpus all --cap-add SYS_ADMIN | ||
target_devices: cuda:gpu |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we already test on aws, do we get anything by testing on the self-hosted runner?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Peace of mind. I want to verify all the XFAILs and the full-mode testing on our self-hosted runner.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok sure
Add E2E tests execution on L0 x [PVC, Arc, BMG] and self hosted CUDA runners. We'll keep nightly testing in single target device, full (build + run) mode.