-
Notifications
You must be signed in to change notification settings - Fork 63
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
test(e2e): cut down on resource name lengths for NRG limit #42
test(e2e): cut down on resource name lengths for NRG limit #42
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.
/test
Co-authored-by: Alex Leites <18728999+tallaxes@users.noreply.github.com>
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.
/test
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.
/test
This is the E2E run: |
Note: the GPU test is failing, but due to quota issue. Does not seem to be related |
Fixes #
Description

When testing in some new regions I noticed we were hitting some extra long NRG names:
https://github.com/Azure/karpenter/actions/runs/6950526005/job/18910870443
Could add something more sophisticated to ensure this is never hit, but I think trimming it down by this much is a quick, and reasonable fix.
How was this change tested?
Nothing additional
*
Does this change impact docs?
Release Note