-
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
Don't install CNI twice in e2e tests #4323
Don't install CNI twice in e2e tests #4323
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4323 +/- ##
=======================================
Coverage 60.46% 60.46%
=======================================
Files 191 191
Lines 19201 19201
=======================================
Hits 11610 11610
Misses 6947 6947
Partials 644 644 ☔ View full report in Codecov by Sentry. |
/lgtm Why do we even have a conditional flow to install calico the previous way (manual helm install) at this point? I would think that w/ the CAAPH change we no longer have a CI scenario that needs a manual helm install of calico. |
LGTM label has been added. Git tree hash: b13fe1ac01dce0cd12131772f80331ae96b9b92e
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jackfrancis 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 |
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
It looks like we still do the manual helm install for the upgrade test which installs older components that I assume aren't compatible with CAAPH?
|
@CecileRobertMichon Should we cherry pick this to release-1.12? |
Precisely
yes /cherry-pick release-1.12 |
@CecileRobertMichon: new pull request created: #4325 In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
What type of PR is this?
/kind flake
What this PR does / why we need it: Since #3971 it seems that we were attempting to install Calico CNI twice, sometimes resulting in flakes. There was a different ControlPlaneWaiter added for skipping the Helm chart install but it never got used, might have been a rebase error.
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: