-
Notifications
You must be signed in to change notification settings - Fork 1.2k
tests: runtimeclasses: Adjust gpu runtimeclasses #11530
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
tests: runtimeclasses: Adjust gpu runtimeclasses #11530
Conversation
679cc9d was merged and bumped the podoverhead for the gpu related runtimeclasses. However, the bump on the `kata-runtimeClasses.yaml` as overlooked, making our tests fail due to that discrepancy. Let's just adjust the values here and move on. Signed-off-by: Fabiano Fidêncio <fidencio@northflank.com>
@kata-containers/architecture-committee, we need to have the |
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 for raising the fix so quickly
I'll do that in github now |
Thanks, @stevenhorsman! |
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
679cc9d was merged and bumped the podoverhead for the gpu related runtimeclasses. However, the bump on the
kata-runtimeClasses.yaml
as overlooked, making our tests fail due to that discrepancy.Let's just adjust the values here and move on.