-
Notifications
You must be signed in to change notification settings - Fork 65
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: operator-registry: cherry-pick to be up-to-date #526
OCPBUGS-17157: operator-registry: cherry-pick to be up-to-date #526
Conversation
650c4e2
to
1380503
Compare
The |
1380503
to
f1b29da
Compare
… (#1120) Signed-off-by: Adam D. Cornett <adc@redhat.com> Upstream-repository: operator-registry Upstream-commit: 82a91fa2bf806d06c11454e1123cc97e60aed22a
… to a file-based catalog (#1127) * Documentation on how to add a plain bundle to a file-based catalog Signed-off-by: Rashmi Gottipati <chowdary.grashmi@gmail.com> * Address review feedback Signed-off-by: Rashmi Gottipati <chowdary.grashmi@gmail.com> * Clarify regular bundle to be of registry+v1 format Signed-off-by: Rashmi Gottipati <chowdary.grashmi@gmail.com> * Address review feedback openshift#1 Signed-off-by: Rashmi Gottipati <chowdary.grashmi@gmail.com> * Address review feedback openshift#2 Signed-off-by: Rashmi Gottipati <chowdary.grashmi@gmail.com> * Address review feedback openshift#3 Signed-off-by: Rashmi Gottipati <chowdary.grashmi@gmail.com> * Add an example for the desired channel name and link to OLM best practices for channel naming conventions Signed-off-by: Rashmi Gottipati <chowdary.grashmi@gmail.com> --------- Signed-off-by: Rashmi Gottipati <chowdary.grashmi@gmail.com> Upstream-repository: operator-registry Upstream-commit: bca2bfb89bc4db7bd9ebd08031be3d59bfdc65e8
We do not want to fail the job if codecov fails to upload the report due to rate limiting. Signed-off-by: Mikalai Radchuk <mradchuk@redhat.com> Upstream-repository: operator-registry Upstream-commit: 52190e4d4699b01a5ee5c33caff9b280038194d8
f1b29da
to
7ce5a7c
Compare
* pkg/cache: use a shared buffer to limit allocations Previously, new buffers were allocated on each file we read in, which was unnecessary and wasteful. Signed-off-by: Steve Kuznetsov <skuznets@redhat.com> * cmd/opm: serve pprof endpoints by default There is no substantial runtime cost to serving pprof endpoints, and when things hit the fan and we need to investigate performance in situ, there is no time to restart pods and change flags. Capturing profiles remains opt-in, since those are costly. Signed-off-by: Steve Kuznetsov <skuznets@redhat.com> --------- Signed-off-by: Steve Kuznetsov <skuznets@redhat.com> Upstream-repository: operator-registry Upstream-commit: 68e13df96590977370ffcd1a8e9ff76e0f2a03f2 Signed-off-by: Steve Kuznetsov <skuznets@redhat.com>
7ce5a7c
to
24fe55c
Compare
``` export GOPROXY=direct go get github.com/operator-framework/api@v0.17.7 go mod tidy ``` Signed-off-by: Steve Kuznetsov <skuznets@redhat.com> Upstream-repository: operator-registry Upstream-commit: 5ecb013fb51897f6962a7c7560a38e221f0c1902 Signed-off-by: Steve Kuznetsov <skuznets@redhat.com>
d167ca5
to
41dc379
Compare
@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: 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. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: grokspawn, 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 |
Noting that I see |
@stevekuznetsov: all tests passed! 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: Jira Issue OCPBUGS-17157: Some pull requests linked via external trackers have merged:
The following pull requests linked via external trackers have not merged:
These pull request must merge or be unlinked from the Jira bug in order for it to move to the next state. Once unlinked, request a bug refresh with Jira Issue OCPBUGS-17157 has not been moved to the MODIFIED state. 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. |
No description provided.