Closed mkowalski closed 1 year ago
/cc @cybertron
Required-for: https://github.com/openshift/release/pull/42097
/retest-required
/retest-required
/lgtm
Tested this locally and I can see that the image was successfully mirrored into my local registry. Since it's not being used in any of the ci jobs yet I don't see how it could have caused the couple of remaining failures.
lgtm but before adding it just thought I'd point out the mirroring support to ASSETS_EXTRA_FOLDER that merged recently https://github.com/openshift-metal3/dev-scripts/pull/1569/files does this help your usecase? is this still needed?
lgtm but before adding it just thought I'd point out the mirroring support to ASSETS_EXTRA_FOLDER that merged recently https://github.com/openshift-metal3/dev-scripts/pull/1569/files does this help your usecase? is this still needed?
Yes and no... If I read it correctly (correct if I'm wrong) this works in a way that I would need to craft a manifest deploying something, place this manifest in the ASSETS_EXTRA_FOLDER
and then machinery takes care so that images used by the manifest are mirrored and manifest is updated to use the mirror.
But in our use case there is no any manifest anywhere, what we need is only a vanilla set of images present in our local registry. Later on we may or may not deploy something that uses them, but the main issue I see is that we do not have any manifest at install-time.
To put even more there, we may be deploying workload that needs an image from the local registry and then this thing that we deployed will deploy something else what also needs a local image (kind of a container deploying next containers)
Not sure if that explains my use case well but I'm happy to clarify further
/approve
Not sure if that explains my use case well but I'm happy to clarify further
Yup, makes sense, thanks for the explanation,
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: derekhiggins
The full list of commands accepted by this bot can be found here.
The pull request process is described here
@mkowalski: The following tests failed, say /retest
to rerun all failed tests or /retest-required
to rerun all mandatory failed tests:
Test name | Commit | Details | Required | Rerun command |
---|---|---|---|---|
ci/prow/e2e-metal-ipi-virtualmedia | 99d7b84ec290b42451af61455bd1bceb5e17985d | link | false | /test e2e-metal-ipi-virtualmedia |
ci/prow/e2e-agent-ha-dualstack | 99d7b84ec290b42451af61455bd1bceb5e17985d | link | false | /test e2e-agent-ha-dualstack |
Full PR test history. Your PR dashboard.
/test e2e-metal-ipi-serial-ipv4
Skipping CI for Draft Pull Request. If you want CI signal for your change, please convert it to an actual PR. You can still manually trigger a test run with
/test all