-
Notifications
You must be signed in to change notification settings - Fork 70
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-4955: Set ImagePullPolicy of bundle unpacker to "IfNotPresent" for image digests #425
OCPBUGS-4955: Set ImagePullPolicy of bundle unpacker to "IfNotPresent" for image digests #425
Conversation
…" for image digests (#2908) * Capture ImagePullPolicy selection from image as func, export for wider use, implement in bundle unpacker, add tests Signed-off-by: Daniel Franz <[email protected]> * Fixed using wrong image as reference for pull policy inference Signed-off-by: Daniel Franz <[email protected]> * Fixed unit test using wrong vars for path/image/etc. Signed-off-by: Daniel Franz <[email protected]> * Remove comment block Signed-off-by: Daniel Franz <[email protected]> * Generate hash just once for digestPath Signed-off-by: Daniel Franz <[email protected]> Upstream-repository: operator-lifecycle-manager Upstream-commit: cf85bf7e02b9ddc000ae28b92c69f28dbd2fae09
@dtfranz: This pull request references Jira Issue OCPBUGS-4955, 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. |
/retest |
/jira refresh |
@jianzhangbjz: This pull request references Jira Issue OCPBUGS-4955, which is invalid:
Comment 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 |
@jianzhangbjz: This pull request references Jira Issue OCPBUGS-4955, which is valid. 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. |
Test fail, details: https://issues.redhat.com/browse/OCPBUGS-4955 |
Signed-off-by: dtfranz <[email protected]>
@dtfranz: 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. |
Hi @jianzhangbjz , please re-test when you can. I've updated the branch and I believe your test should now pass. |
LGTM, details: https://issues.redhat.com/browse/OCPBUGS-4955 |
/unhold |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dtfranz, grokspawn 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 |
@dtfranz: All pull requests linked via external trackers have merged: Jira Issue OCPBUGS-4955 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. |
/cherry-pick release-4.12 |
@dtfranz: new pull request created: #439 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. |
Allows users to set an image pull policy of "IfNotPresent" for bundle unpacker by specifying an image digest.