-
Notifications
You must be signed in to change notification settings - Fork 107
Fix & unify helm test setup as make rules #2867
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
Conversation
Signed-off-by: jose.vazquez <jose.vazquez@mongodb.com>
c89a4cd to
978755b
Compare
roothorp
left a comment
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 but we should run the e2e tests to make sure it actually runs as expected.
They were run, check out the Proof of Work section with the links at the top:
All those were manually kicked on this branch, and to test this branch. Note the reason I run those separately and manually is because otherwise some changes will not be seen in the CI until this PR is merged. This is because how our PRs use the |
|
Only one concern. You removed the action that manages Kind installation and configuration. |
Due to how expensive was to test this, I am thinking to send a PR just with that right after this one. I can even send the PR and merge this one only after the new PR is ready for review. WDYT @helderjs |
|
Follow up #2870 |
Summary
Fix the helm image setup from Makefile rules, and unify workflow for CI and local usage.
Proof of Work
✅ Local test pass:
✅ Cloud tests passing for the first time
✅ Selectable tests pass
✅ Selectable e2e2 pass
✅ Gov test pass
Checklist