-
Notifications
You must be signed in to change notification settings - Fork 14
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
integration: add test for deploying Nvidia gpu-operator
through Helm chart
#907
base: main
Are you sure you want to change the base?
integration: add test for deploying Nvidia gpu-operator
through Helm chart
#907
Conversation
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.
Thanks @aznashwan
Did a first pass
f977335
to
af810eb
Compare
@bschimke95 the failures on 20.04 and 22.04 all look like flakes which are completely unrelated to the Nvidia test. On 24.04 where it actually ran to completion without flakes, it looks like the test skipping logic is doing its thing correctly: https://github.com/canonical/k8s-snap/actions/runs/12398058843/job/34610621883?pr=907#step:9:4243 |
…m chart Signed-off-by: Nashwan Azhari <nashwan.azhari@canonical.com>
Signed-off-by: Nashwan Azhari <nashwan.azhari@canonical.com>
Signed-off-by: Nashwan Azhari <nashwan.azhari@canonical.com>
af810eb
to
ff64c3e
Compare
Re-running all workflows after random build failure due to |
@bschimke95 finally got an unflaky e2e run. The GPU test properly skipped itself for lack of a GPU; so it looks like it's finally ready to merge. |
No description provided.