OCPBUGS-569: CVO History Pruner return not assigned to config.Status.History#828
Conversation
|
@evakhoni: all tests passed! Full PR test history. Your PR dashboard. 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/test-infra repository. I understand the commands that are listed here. |
|
@evakhoni: This pull request references [Jira Issue OCPBUGS-569](https://issues.redhat.com//browse/OCPBUGS-569), which is invalid:
Comment DetailsIn 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. |
|
@evakhoni: This pull request references [Jira Issue OCPBUGS-569](https://issues.redhat.com//browse/OCPBUGS-569), which is invalid:
Comment DetailsIn 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. |
|
@evakhoni: This pull request references [Jira Issue OCPBUGS-569](https://issues.redhat.com//browse/OCPBUGS-569), which is invalid:
Comment DetailsIn 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. |
|
/jira refresh |
|
@evakhoni: This pull request references Jira Issue OCPBUGS-569, which is valid. The bug has been moved to the POST state. 3 validation(s) were run on this bug
Requesting review from QA contact: DetailsIn 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-robot: GitHub didn't allow me to request PR reviews from the following users: evakhoni. Note that only openshift members and repo collaborators can review this PR, and authors cannot review their own PRs. DetailsIn 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. |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: evakhoni, jottofar The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
@evakhoni: All pull requests linked via external trackers have merged: Jira Issue OCPBUGS-569 has been moved to the MODIFIED state. DetailsIn 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. |
reported in OCPBUGS-569, cvo history method
prunereturn is not assigned to status.history, resulting in history not being pruned, andprunemethod running in loops as seen in cvo log:tested on cluster bot build with 100 upgrade and rollback cycles. before the fix the history grown beyond 100, and cvo log contained multiple prune messages trying to prune. with the fix, in the last cycle cvo successfully pruned (the oldest partial history[-2] in this case) item, and there was 1 pruning message only in cvo log, as expected: