-
Notifications
You must be signed in to change notification settings - Fork 808
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
Fixup Helm test job #1978
Fixup Helm test job #1978
Conversation
7dd6215
to
88e0b79
Compare
Code Coverage DiffThis PR does not change the code coverage |
42bd739
to
ccccd8d
Compare
1. Fixes quoting issues in Helm test pod causing disruptive tests to run (also cleans up the logic a bit to greatly increase readability) 2. Bumps kubekins image to latest tag 3. Removes `--reuse-values` workaround that is no longer needed 4. Add memory limit to tester pod, bump requests 5. Bump instance type to `c5.xlarge` for helm CI job Signed-off-by: Connor Catlett <[email protected]>
ccccd8d
to
c1fef6f
Compare
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
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.
This was very much needed. Thank you.
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: AndrewSirenko 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 |
Is this a bug fix or adding new feature?
"Bug fix" for CI
What is this PR about? / Why do we need it?
--reuse-values
workaround that is no longer neededc5.xlarge
for helm CI jobWhat testing is done?
CI