-
Notifications
You must be signed in to change notification settings - Fork 105
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
OCPBUGS-17157: go.mod: bump operator-framework/api #530
OCPBUGS-17157: go.mod: bump operator-framework/api #530
Conversation
The clients in this controller deserialize the CatalogSource objects that are defaulted, so the version of the API in the client libraries of this controller determines what fields exist in the objects that get created, regardless of what the server knows about. Signed-off-by: Steve Kuznetsov <skuznets@redhat.com>
@stevekuznetsov: This pull request references Jira Issue OCPBUGS-17157, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. 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 kubernetes/test-infra repository. |
/jira refresh |
@stevekuznetsov: This pull request references Jira Issue OCPBUGS-17157, 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: 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 kubernetes/test-infra repository. |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: kevinrizza, stevekuznetsov 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 |
/retest |
/test okd-scos-images |
/retest |
2 similar comments
/retest |
/retest |
/test all |
/retest |
Looks like the setting for community operators is too low, will fix later. |
The first choice here seemed to be very optimistic. Signed-off-by: Steve Kuznetsov <skuznets@redhat.com>
New changes are detected. LGTM label has been removed. |
It failed at |
/test okd-scos-images |
/retest |
/retest |
/uncc |
/retest |
@stevekuznetsov: 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/test-infra repository. I understand the commands that are listed here. |
@stevekuznetsov: This pull request references Jira Issue OCPBUGS-17157. The bug has been updated to no longer refer to the pull request using the external bug tracker. 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 kubernetes/test-infra repository. |
The clients in this controller deserialize the CatalogSource objects that are defaulted, so the version of the API in the client libraries of this controller determines what fields exist in the objects that get created, regardless of what the server knows about.