-
Notifications
You must be signed in to change notification settings - Fork 223
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
MGMT-19599: Update get bundles endpoint to return a list of bundles instead of list of bundles names #7213
Conversation
@eranco74: This pull request references MGMT-19599 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 task 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. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: eranco74 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 |
@eranco74: This pull request references MGMT-19599 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 task 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. |
/lgtm |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #7213 +/- ##
=======================================
Coverage 67.93% 67.93%
=======================================
Files 300 300
Lines 40900 40905 +5
=======================================
+ Hits 27784 27788 +4
- Misses 10625 10626 +1
Partials 2491 2491
|
)) | ||
Expect(bundles).To(HaveLen(2)) | ||
for _, bundle := range bundles{ | ||
Expect(bundle.Name).To(BeElementOf(operatorscommon.BundleVirtualization, operatorscommon.BundleOpenshiftai)) |
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.
As we are no longer simply processing strings but instead processing Bundles, is there anything else we should expect here, I know that the Bundle also have a list of operators for example?
1 similar comment
/hold Revision 5beb875 was retested 3 times: holding |
/lgtm |
/unhold |
/retest-required |
instead of list of bundles names Signed-off-by: Eran Cohen <[email protected]>
/lgtm |
@eranco74: The following test 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. |
40b8a82
into
openshift:master
[ART PR BUILD NOTIFIER] Distgit: ose-agent-installer-api-server |
This is a followup PR following a review comment #7170 (comment)