[PSAP-741] vendor: update openshift/api for NodeTuning capability#883
Conversation
$ go get github.com/openshift/api@5ad311dde2264b659a256a17c27f1836fb50e85d $ go mod tidy $ go mod vendor
|
/retest |
2 similar comments
|
/retest |
|
/retest |
|
/hold This is suspicious and should be investigated. The |
|
From CVO log: |
|
Thanks @petr-muller for digging into that. Looking at past PRs for capability addition, it seems like this will never pass. |
|
Yeah that actually sounds plausible. We cannot upgrade from the CVO with the cap to CVO without it. Hopefully Trevor will confirm. |
|
I rounded with @dagrayvid out of band. Summarizing:
And yes, once we are ready to go-ahead with this pull request, we can override upgrade-out-of-change, because adding a new cap is expected to be a one-way gate. |
|
/retest Now that the openshift/origin#27657 has merged |
|
@wking, the e2e-aws-ovn test in on openshift/cluster-node-tuning-operator#524 is now passing, since we merged openshift/origin#27657. Is there anything else we should be looking out for from the no-capabilities periodic, before merging this PR? |
|
@petr-muller can you take another look at this PR now? |
|
/unhold |
|
@LalatenduMohanty @wking @petr-muller I believe this PR is ready to merge, PTAL. |
|
This test will never pass on capability-bumps, because the CVO wants to implicitly enable the rollback-removed capability, but the cap is no longer part of the CRD enum: /override ci/prow/e2e-agnostic-upgrade-out-of-change |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dagrayvid, wking 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 |
|
@wking: Overrode contexts on behalf of wking: ci/prow/e2e-agnostic-upgrade-out-of-change 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. |
|
@dagrayvid: 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. |
This PR updates the openshift/api dependency version to bring in the new NodeTuning capability, and updates the unit tests to include this capability.
See PSAP-741 as well as the merged PR openshift/api#1373.