-
Notifications
You must be signed in to change notification settings - Fork 73
OCPBUGS-1326: Opm serve cmds #382
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-1326: Opm serve cmds #382
Conversation
When we fatally exit directly in the serve functions, we do not give a chance for the registered cleanup functions to run, resulting in temporary files being left behind. This commit ensures that we always cleanly return an error from the serve function, thus ensuring that defered cleanups always happen. Signed-off-by: Joe Lanford <joe.lanford@gmail.com> Upstream-commit: 215f413e76e3fb544b0d450acdbab41c756dbf59 Upstream-repository: operator-registry Signed-off-by: Joe Lanford <joe.lanford@gmail.com>
* fix permissions problems with pregen cache access * constant replacement Signed-off-by: Jordan <jordan@nimblewidget.com> Upstream-commit: ce3bb44f7618726474a78f95852e30a2bfb0346a Upstream-repository: operator-registry
@grokspawn: No Bugzilla bug is referenced in the title of this pull request. 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. |
@grokspawn: This pull request references Jira Issue OCPBUGS-1326, which is valid. The bug has been moved to the POST state. 6 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. |
/hold needs qe-approved label |
/uncc |
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.
Looks good!
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: awgreene, grokspawn, timflannagan 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 |
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
/label backport-risk-assessed This change is required to introduce the caching flags that enable the caching features already backported. |
/test unit-olm |
/retest-required |
/test e2e-gcp-olm-flaky |
2 similar comments
/test e2e-gcp-olm-flaky |
/test e2e-gcp-olm-flaky |
/label qe-approved |
/label cherry-pick-approved |
/retest |
/hold cancel |
@grokspawn: All pull requests linked via external trackers have merged: Jira Issue OCPBUGS-1326 has 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. |
Earlier PR missed two lines to expose the caching commands.