(not ready for review) OCPBUGS-52302: Fix timing of Spec.ConfigVersion.Desired update in MCN#4909
(not ready for review) OCPBUGS-52302: Fix timing of Spec.ConfigVersion.Desired update in MCN#4909isabella-janssen wants to merge 7 commits intoopenshift:mainfrom
Spec.ConfigVersion.Desired update in MCN#4909Conversation
|
Skipping CI for Draft Pull Request. |
|
@isabella-janssen: This pull request references Jira Issue OCPBUGS-52302, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. 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 openshift-eng/jira-lifecycle-plugin repository. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: isabella-janssen 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 |
|
/jira refresh |
|
@isabella-janssen: This pull request references Jira Issue OCPBUGS-52302, 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 openshift-eng/jira-lifecycle-plugin repository. |
aa69504 to
da9d469
Compare
da9d469 to
e3e5c2a
Compare
59773df to
89b063f
Compare
89b063f to
ad1ed38
Compare
|
/unhold Dependency PR merged. |
|
/jira refresh |
|
@isabella-janssen: This pull request references Jira Issue OCPBUGS-52302, which is valid. 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 openshift-eng/jira-lifecycle-plugin repository. |
|
/retest-required |
ad1ed38 to
b076056
Compare
e444747 to
02b9da8
Compare
|
@isabella-janssen: The following tests failed, say
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-sigs/prow repository. I understand the commands that are listed here. |
|
/close Closing in favor of #5121. |
|
@isabella-janssen: Closed this PR. 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-sigs/prow repository. |
|
@isabella-janssen: This pull request references Jira Issue OCPBUGS-52302. The bug has been updated to no longer refer to the pull request using the external bug tracker. 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 openshift-eng/jira-lifecycle-plugin repository. |
Closes: OCPBUGS-52302
- What I did
This moves the MCN spec update earlier in the update flow (before the compatibility check is started) to align with the intended functionality as highlighted in the enhancement & API discussions on the intent of the field.
- How to verify it
Spec.ConfigVersion.Desiredvalue should update beforeStatus.ConfigVersion.Desired.To see the full MCN object
**The
DESIREDCONFIGcolumn in the following command is populated usingSpec.ConfigVersion.Desiredand should flip before theUPDATEPREPAREDcolumn flips toTrue.- Description for the changelog
OCPBUGS-52302: Fix timing of Spec.ConfigVersion.Desired update in MCN