-
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: [DO_NOT_MERGE] Change 2404 to 2204 #5228
Conversation
[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 |
/test pull-cluster-api-provider-azure-apiversion-upgrade |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5228 +/- ##
=======================================
Coverage 52.78% 52.79%
=======================================
Files 270 270
Lines 29043 29043
=======================================
+ Hits 15330 15332 +2
+ Misses 12922 12920 -2
Partials 791 791 ☔ View full report in Codecov by Sentry. |
We haven't actually published 22.04 images, so this will 404. But I will do so now and we can see if this is the fix. |
/retest |
@willie-yao: The following test failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. 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-sigs/prow repository. I understand the commands that are listed here. |
Even with Ubuntu 22.04, we're still spinning up new machines. Does the upgrade test actually use an earlier version of CAPZ that still defaults to Marketplace images, then move to Maybe we should see if it's possible to skip this spec from the apiversion upgrade test. Or do we consider not rolling the machines on an upgrade to be core functionality here? |
I think the CAPI test it considers any rollouts as a failure of upgrade so there's really no way around that. I guess we'll just have to disable the test in the meantime? Or is there a way to set the image of just this test to the Azure Marketplace image. |
/close I think #5266 made this change not necessary any more. (@willie-yao please re-open if I'm wrong!) |
@mboersma: Closed this PR. 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-sigs/prow repository. |
What type of PR is this?
/kind failing-test
What this PR does / why we need it:
This PR is for running the upgrade test and figuring out issues found in #4575 (comment)
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: