Bug 1998029: CustomNoUpgrade should not fire no-upgrade failures#26449
Conversation
Fixup of 5fb0f99 The commit that is being fixed-up introduced a check against a message that is not implemented anywhere, thus rendering the function `isKubeAPIUpgradableNoUpgradeCondition` unusable. This patch removes the check on the condition message.
|
@pierreprinetti: This pull request references Bugzilla bug 1998029, 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. |
|
/bugzilla refresh |
|
@pierreprinetti: This pull request references Bugzilla bug 1998029, 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. 3 validation(s) were run on this bug
No GitHub users were found matching the public email listed for the QA contact in Bugzilla (pprinett@redhat.com), skipping review request. 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. |
mdbooth
left a comment
There was a problem hiding this comment.
This looks much more robust. I wonder if there was a reason it was originally implemented this way? @JoelSpeed ?
I think I was just being very explicit about the exact nature of the condition applied by the api server operator, this is fine as well though /lgtm |
|
@pierreprinetti: 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/test-infra repository. I understand the commands that are listed here. |
|
/skip |
|
/bugzilla refresh The requirements for Bugzilla bugs have changed, recalculating validity. |
|
@openshift-merge-robot: This pull request references Bugzilla bug 1998029, 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. |
|
/bugzilla refresh |
|
@pierreprinetti: This pull request references Bugzilla bug 1998029, which is valid. 3 validation(s) were run on this bug
No GitHub users were found matching the public email listed for the QA contact in Bugzilla (pprinett@redhat.com), skipping review request. 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. |
|
I believe this requires the attention of @deads2k Without this patch, we can't get CCM tests green unfortunately (cf openshift/release#21227) |
|
/assign mfojtik |
|
/cc @bparees |
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: bparees, Fedosin, JoelSpeed, mdbooth, pierreprinetti 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 |
|
@pierreprinetti: All pull requests linked via external trackers have merged: Bugzilla bug 1998029 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. |
|
/cherrypick release-4.9 |
|
@wking: new pull request created: #26615 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. |
Fixup of 5fb0f99 (#26430)
The commit that is being fixed-up introduced a check against a message
that is not implemented anywhere, thus rendering the function
isKubeAPIUpgradableNoUpgradeConditionunusable.This patch removes the check on the condition message.
/cc JoelSpeed
/assign deads2k