-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
[1.4] Fix image pruning with both strong & weak refs #13676
[1.4] Fix image pruning with both strong & weak refs #13676
Conversation
Fix a logic error where an image could incorrectly be considered prunable if there were both strong and weak references from an image stream to the image.
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 - merging on green
[test] |
re[test] |
flake #12007 re[test] |
[test] |
[merge] just to get it in the queue somewhere? |
Evaluated for origin merge up to aa1043c |
continuous-integration/openshift-jenkins/merge FAILURE (https://ci.openshift.redhat.com/jenkins/job/merge_pull_request_origin/281/) (Base Commit: 977f53a) |
#13271 |
Evaluated for origin test up to aa1043c |
continuous-integration/openshift-jenkins/test FAILURE (https://ci.openshift.redhat.com/jenkins/job/test_pull_request_origin/655/) (Base Commit: 977f53a) |
Seems to be having issues with:
@mfojtik the only place I can find that is: b95268c#diff-c678ee0710aaec9235e19633904cef51 and doesn't exist in the 1.4 branch. Ideas? In any case the test_pull_request_origin_integration, test_pull_request_origin_check, and test_pull_request_origin_extended_networking_minimal passed.. |
Historically we have never versioned the jobs that run our CI. As of late there has been more churn than usual on the support code and 1.4 branch is ~150 commits behind 1.5 ... unclear if the backport is a reasonable thing to do or not, but these errors are expected. |
If you want to run conformance tests without the Ansible installation, use https://ci.openshift.redhat.com/jenkins/job/test_pull_request_origin_extended_conformance/ manually. |
Fix a logic error where an image could incorrectly be considered
prunable if there were both strong and weak references from an image
stream to the image.
1.4 cherrypick of #13671