-
Notifications
You must be signed in to change notification settings - Fork 430
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
[wip] Enable local e2e testing using aks cluster #5362
base: main
Are you sure you want to change the base?
Conversation
Skipping CI for Draft Pull Request. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5362 +/- ##
=======================================
Coverage 52.43% 52.43%
=======================================
Files 272 272
Lines 29401 29401
=======================================
+ Hits 15415 15417 +2
+ Misses 13180 13178 -2
Partials 806 806 ☔ View full report in Codecov by Sentry. |
I was able to get one test run locally
For my reference, the chain of options used to run an e2e test is |
Running e2e tests locally by leveraging APIServerILB solution is going to be tricky with varied types of infra combinations offered by CAPZ. I plan on enabling local e2e tests in the order below:
Enabling e2e tests should go hand in hand with enabling Tilt development. |
What type of PR is this?
/kind feature
What this PR does / why we need it:
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #
Special notes for your reviewer:
TODOs:
Release note: