Update github.com/containers/image#2695
Update github.com/containers/image#2695openshift-merge-robot merged 1 commit intoopenshift:masterfrom
Conversation
|
LGTM |
|
Thanks for the PR, love that this reduces deps. |
|
/retest |
Same question as @sinnykumari But as a note: this is my favorite type of PR ❤️ |
That’s up to the maintainers of this project :) FWIW a release should happen within a week. |
|
/retest |
|
Putting hold until we update deps to released c/image |
|
/hold cancel Updated to use released containers/image v5.15.0 now. |
|
/retest |
|
/retest |
|
/retest |
1 similar comment
|
/retest |
|
Do we think there's an issue with this PR wrt to e2e-agnostic-upgrade, bc it seems to be consistnelty failing on the last push to this PR: OTOH the test also seems red for the last few days but not enough runs to tell |
I’m honestly not sure. It is admittedly somewhat suggestive that each of the 5 recently-failing tests seems to be failing somewhat consistently over time, but each differently from the others. At least the e2e-agnostic-upgrade failures about are likely openshift/cluster-api-provider-azure#227 . I’ll try to look into the root causes of the other consistent failures tomorrow. |
|
The e2e-aws-disruptive seems to be openshift/insights-operator#484 , though why the API is not available is a different matter. |
|
e2e-aws-techpreview-featuregate is openshift/release#20554 , or whatever happened to it. |
that’s openshift/origin#26349 . Anyway, I’m out of low-hanging fruit and over a week has passed, let’s try again to see if maybe someone else fixed the other problems. |
|
/retest |
1 similar comment
|
/retest |
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
8 similar comments
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
|
/retest |
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
4 similar comments
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
... to remove a lot of the c/storage dependencies added in openshift#2689 . Signed-off-by: Miloslav Trmač <mitr@redhat.com>
|
/retest |
|
@mtrmac: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions 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. |
|
The failures are all known flakes. |
|
/lgtm |
|
@cgwalters: Overrode contexts on behalf of cgwalters: ci/prow/e2e-agnostic-upgrade DetailsIn 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: cgwalters, kikisdeliveryservice, mtrmac, sinnykumari The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
- What I did
Update github.com/containers/image to remove a lot of the c/storage dependencies added in #2689 .
This is vendoring an unreleased version of c/image; a release should happen soon, filing this now so that I don't forget.- How to verify it
Existing CI
- Description for the changelog
Removed some dependencies to decrease size of the built binary and compilation time.