capz: revert Calico to v3.29.2 - #589
Conversation
|
|
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: alinaqvi1129 The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
Welcome @alinaqvi1129! |
|
Hi @alinaqvi1129. Thanks for your PR. I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with Regular contributors should join the org to skip this step. Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions 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-sigs/prow repository. |
|
It has been upgraded to v3.31.0 for some time, and the recent failure does not seems to related with the calico version itself |
|
There is another PR trying to address this kind of transient failure: #588 |
Reverts the default Calico version used by the CAPZ E2E tests from
v3.31.0tov3.29.2.The upgrade to Calico
v3.31.0has been associated with failures in the CAPZ Windows E2E CI. Reverting to the previously usedv3.29.2restores the known-working Calico version while the underlying issue is investigated.Changed
CALICO_VERSIONincapz/run-capz-e2e.shfromv3.31.0tov3.29.2.No other Calico configuration was changed.
Ran
git diff --check.Verified that the PR contains only the intended one-line change.