Skip to content

Conversation

@yalzhang
Copy link
Contributor

@yalzhang yalzhang commented Feb 1, 2026

Add failure tracking, pull summary, and best-effort execution to scripts/pre-pull-images.sh. Use APPROVED_IMAGE env var for flexibility. Removed kind load docker-image calls since K8s can use Docker cache directly.

@openshift-ci
Copy link

openshift-ci bot commented Feb 1, 2026

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: yalzhang

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

Refactor scripts/pre-pull-images.sh to handle failures gracefully:
- Skip empty image references (unset env vars)
- Suppress verbose docker pull output for cleaner logs
- Continue on pull failures instead of stopping
- Remove kind load calls (K8s uses Docker cache directly)
- Use APPROVED_IMAGE env var instead of hardcoded image

This allows the script to continue even if some images fail to pull,
since Kubernetes will pull them on-demand during pod creation.

Signed-off-by: Yalan Zhang <yalzhang@redhat.com>
@openshift-ci
Copy link

openshift-ci bot commented Feb 1, 2026

@yalzhang: The following test 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/operator-lifecycle-verify 6faa736 link true /test operator-lifecycle-verify

Full PR test history. Your PR dashboard.

Details

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-sigs/prow repository. I understand the commands that are listed here.

@yalzhang yalzhang closed this Feb 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant