-
Notifications
You must be signed in to change notification settings - Fork 562
MCO-1630: Generate v1 crds for PIS #2257
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
Conversation
Hello @RishabhSaini! Some important instructions when contributing to openshift/api: |
/lgtm Looks good from MCO POV. As openshift/machine-config-operator#4934 has landed, the MCO now expects the |
/retest-required |
1 similar comment
/retest-required |
Since this adds the v1 types to the payload, does this then break the MCO code as it exists today? Is there a PR which we need to simulmerge that updates the MCO code to use the V1 API? |
Adapting MCO to use V1 has already merged: openshift/machine-config-operator#4934 |
/lgtm Given that it's already merged, I assume your tests are broken now (they should have blocked the merge no?) This should get you back to working |
The failures on the techpreview suites seem to be real 🤔
I think PIS origin tests are still in the works(correct me if I'm wrong @RishabhSaini ), so it didn't block the merge unfortunately. We noticed these failures during manual tests, ideally we should've simulmerged with openshift/machine-config-operator#4934 😞 |
/approve cancel Do you have a status sub resource marked within the CRD? |
PIS.Status was removed as a part of this #2198
No the only required field is Spec. The status subresource is removed in the CRDs in this PR I will create another origin PR to add PIS to the exception list to the test here: |
Here is the PR: |
@RishabhSaini: This pull request references MCO-1630 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the bug to target the "4.19.0" version, but no target version was set. 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 openshift-eng/jira-lifecycle-plugin repository. |
/retest-required |
/retest-required |
Since openshift/origin#29643 has merged and the tests are passing here. @JoelSpeed this is ready for review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
(still will need Joel's approval to merge)
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: djoshy, everettraven, JoelSpeed, RishabhSaini 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 |
1 similar comment
@RishabhSaini: The following tests failed, say
Full PR test history. Your PR dashboard. 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. I understand the commands that are listed here. |
/test e2e-aws-serial-techpreview |
aa88294
into
openshift:master
[ART PR BUILD NOTIFIER] Distgit: ose-cluster-config-api |
Update the hack/update-payload-crds.sh to generate the crds for PIS V1