-
Notifications
You must be signed in to change notification settings - Fork 402
test [M3-10622]: Smoke tests for Nvidia blackwell GPUs on k8s create page #12917
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
Merged
dmcintyr-akamai
merged 18 commits into
linode:develop
from
dmcintyr-akamai:M3-10622_nvidia_smokeTests
Oct 2, 2025
Merged
Changes from 12 commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
02e5bb5
initial commit, kubernetes and linode
dmcintyr-akamai 09890bb
cleanup
dmcintyr-akamai 810a2d8
simulate missing customer tag
dmcintyr-akamai 6ea62ba
Merge branch 'develop' into M3-10622_nvidia_smokeTests
dmcintyr-akamai ef81ca1
move tests to k8s file
dmcintyr-akamai d6456bc
Added changeset: Smoke tests for nvidia blackwell gpu plan selection
dmcintyr-akamai 61deb58
Merge branch 'develop' into M3-10622_nvidia_smokeTests
dmcintyr-akamai b80155e
edits
dmcintyr-akamai c09349e
Merge branch 'M3-10622_nvidia_smokeTests' of github.com:dmcintyr-akamβ¦
dmcintyr-akamai 68b4910
edits after review
dmcintyr-akamai 705f852
Merge branch 'develop' into M3-10622_nvidia_smokeTests
dmcintyr-akamai e29998f
Merge branch 'develop' into M3-10622_nvidia_smokeTests
dmcintyr-akamai fd28fbf
failing tests
dmcintyr-akamai 045c839
Merge branch 'M3-10622_nvidia_smokeTests' of github.com:dmcintyr-akamβ¦
dmcintyr-akamai 77f1f0e
reverting change to region
dmcintyr-akamai 88756d9
Merge branch 'develop' into M3-10622_nvidia_smokeTests
dmcintyr-akamai 0b1076b
fix tests on devcloud
dmcintyr-akamai 90199c5
cleanup
dmcintyr-akamai File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| --- | ||
| "@linode/manager": Tests | ||
| --- | ||
|
|
||
| Smoke tests for nvidia blackwell gpu plan selection ([#12917](https://github.com/linode/manager/pull/12917)) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
I happened to run this using my Devcloud account by mistake and observed a failure in the 'enterprise tier hides GPU tab -> enabled feature flag' test since I don't have LKE-E enabled on that account. We can fix that for both of these tests and avoid failures in DevCloud by mocking the account to have LKE-E capabilities:
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.
thx, done.