-
Notifications
You must be signed in to change notification settings - Fork 562
[release-4.7] Bug 1969320: remove spec.cleanup from ClusterServiceVersion #2329
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
[release-4.7] Bug 1969320: remove spec.cleanup from ClusterServiceVersion #2329
Conversation
@vrutkovs: This pull request references Bugzilla bug 1969320, which is valid. The bug has been moved to the POST state. The bug has been updated to refer to the pull request using the external bug tracker. 6 validation(s) were run on this bug
Requesting review from QA contact: 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. |
@openshift-ci[bot]: GitHub didn't allow me to request PR reviews from the following users: shellyyang1989. Note that only operator-framework members and repo collaborators can review this PR, and authors cannot review their own PRs. 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. |
Hi @vrutkovs. Thanks for your PR. I'm waiting for a operator-framework 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. |
/cc @timflannagan |
…move spec.cleanup spec.cleanup is not declared in CRD for 4.7, so it makes CVO hotloop Signed-off-by: Vadim Rutkovsky <[email protected]>
150e97f
to
e992e70
Compare
/ok-to-test |
/lgtm |
@kevinrizza Are we okay with directly modifying the root list of manifests here? |
/lgtm |
@shellyyang1989: changing LGTM is restricted to collaborators 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. |
/label qe-approved |
/bugzilla cc-qa
$ oc get clusterversion $ masters=$(oc get no -l node-role.kubernetes.io/master | sed '1d' | awk '{print $1}') $ oc adm node-logs $masters --path=kube-apiserver/audit.log --raw | zgrep -h '"verb":"update"."resource":"."packageserver"' 2>/dev/null | jq -r '.user.username + " " + (.objectRef | .resource + " " + .namespace + " " + .name + " " + .apiGroup) + " " + .stageTimestamp + " " + (.responseStatus | tostring)' | sort
$ grep "Updating ClusterServiceVersion openshift-operator-lifecycle-manager/packageserver" /tmp/cvo1.log CVO no longer hotloops on packageserver. |
@shellyyang1989: This pull request references Bugzilla bug 1969320, which is valid. 6 validation(s) were run on this bug
Requesting review from QA contact: 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. |
@openshift-ci[bot]: GitHub didn't allow me to request PR reviews from the following users: shellyyang1989. Note that only operator-framework members and repo collaborators can review this PR, and authors cannot review their own PRs. 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. |
/retest |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: kevinrizza, vrutkovs 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 |
/retest-required Please review the full test history for this PR and help us cut down flakes. |
1 similar comment
/retest-required Please review the full test history for this PR and help us cut down flakes. |
[patch-manager] 🚀 Approved for z-stream by score: 0.10 adding cherry-pick approved |
(manually adding the cherry-pick-approved label as michal doesn't have the requisite permissions in this organization) |
/retest-required Please review the full test history for this PR and help us cut down flakes. |
Blocked until #2351 can be merged. |
/retest |
/retest-required Please review the full test history for this PR and help us cut down flakes. |
@vrutkovs: All pull requests linked via external trackers have merged: Bugzilla bug 1969320 has been moved to the MODIFIED state. 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. |
spec.cleanup is not declared in CRD for 4.7, so it makes CVO hotloop
Followup for #2192, as https://bugzilla.redhat.com/show_bug.cgi?id=1969320 failed QE