-
Notifications
You must be signed in to change notification settings - Fork 562
Remove cleanup from startup #2241
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
Remove cleanup from startup #2241
Conversation
a series of cleanup steps run on start, but they are only required when updating from very old versions of olm. it doesn't make sense to carry them forever.
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.
This seems fine. The versions of OLM that the cleanup addresses are obsolete.
Users can step through an intermediate version if they want a seamless upgrade anyway.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ecordell, njhale 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 |
/hold want to double check that we don't need 05f5417#diff-4ce7e916862e18b439f8ce8edbf0b0a85f384589f0ef2b8c5ff32237cb907da9 |
/hold cancel that one looks fine - hasn't been needed since ocp 4.4 |
/rerun-all |
/retest Please review the full test history for this PR and help us cut down flakes. |
9 similar comments
/retest Please review the full test history for this PR and help us cut down flakes. |
/retest Please review the full test history for this PR and help us cut down flakes. |
/retest Please review the full test history for this PR and help us cut down flakes. |
/retest Please review the full test history for this PR and help us cut down flakes. |
/retest Please review the full test history for this PR and help us cut down flakes. |
/retest Please review the full test history for this PR and help us cut down flakes. |
/retest Please review the full test history for this PR and help us cut down flakes. |
/retest Please review the full test history for this PR and help us cut down flakes. |
/retest Please review the full test history for this PR and help us cut down flakes. |
Need to investigate why that e2e-tests action is continuously timing out so the openshift-bot doesn't perma-retest. /hold |
/hold cancel |
/cherry-pick release-4.7 |
@kevinrizza: new pull request created: #2257 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. |
/cherry-pick release-4.6 |
@kevinrizza: new pull request created: #2289 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. |
Description of the change:
Remove cleanup from startup
Motivation for the change:
a series of cleanup steps run on start, but they are only required
when updating from very old versions of olm. it doesn't make sense to
carry them forever.
Reviewer Checklist
/doc