-
Notifications
You must be signed in to change notification settings - Fork 40.2k
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
update driver installer #125351
update driver installer #125351
Conversation
initContainers: | ||
- image: "ubuntu" |
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.
TODO: pin an image instead of depending on a :latest dockerhub image.
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.
Updated with specific ubuntu with sha256
We should also update this part of the PR descriptions, since they don't fully fix the issue (we'll still have to add tests and get them running again once your driver install fix PRs are in). |
Updated the description. Thanks |
/retest |
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.
/lgtm
/approve
LGTM label has been added. Git tree hash: 78500225d2886bf4079effd34f0750ff8848e206
|
/triage accepted |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: BenTheElder, Dragoncell The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/release-note-none |
What type of PR is this?
To fix test failures on GPU installation in #124950.
/kind bug
/kind failing-test
What this PR does / why we need it:
Fix GPU test failures in master.
Next step: add tests and get them running again once this fix PRs are merged
Which issue(s) this PR fixes:
Fixes # #124950
1.30 pull request: #125208