-
Notifications
You must be signed in to change notification settings - Fork 254
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
🌱 Separate upgrade plan from upgrade test #1637
🌱 Separate upgrade plan from upgrade test #1637
Conversation
Signed-off-by: jackjii79 <[email protected]>
[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 |
Hi @jackjii79. Thanks for your PR. I'm waiting for a metal3-io member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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. |
@jackjii79: Cannot trigger testing until a trusted user reviews the PR and leaves an 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. |
/ok-to-test |
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.
Thanks for working on this!
I see many great things here, but I do think it goes a bit too far in what can be changed in the test. If I understand this correctly, it would be possible to even swap out the BMOUpgradePlanner to some custom implementation that could do the upgrade in a completely different way.
What I would like to see is that this part (what BMOUpgradePlanner does) would be the test spec itself, similar to this in CAPI. It would then be called like this.
There seems to be some issue with the code currently. Could you take a look at why the E2E fixture test failed and try to fix that?
3fc1aac
to
9504318
Compare
…stage Signed-off-by: jackjii79 <[email protected]>
thanks @lentzi90 to the hint, i get a much clearer picture now, will make some updates |
…led from upgrade_test Signed-off-by: jackjii79 <[email protected]>
@lentzi90 refactor is ready to review, however i have some problem setting up the minikube with kvm driver in my local environment to test, so i do not have a chance to run the e2e in my local to give it a shot in advance. The |
@lentzi90 Should we proceed with this PR ? |
PR needs rebase. 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. |
Sorry for the delay. I have a lot of PRs to review... |
@jackjii79: The following tests failed, say
Full PR test history. Your PR dashboard. 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. I understand the commands that are listed here. |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with /lifecycle stale |
Stale issues close after 30d of inactivity. Reopen the issue with /close |
@metal3-io-bot: 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 this PR does / why we need it:
Generalize upgrade test procedure by extracting common procedure as independent flow to be reusable for more complex upgrading test scenarios.
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 #1626