Skip to content

USHIFT-6365: Mirror test assets images in local registry#5863

Merged
openshift-merge-bot[bot] merged 3 commits intoopenshift:mainfrom
pacevedom:USHIFT-6365
Dec 5, 2025
Merged

USHIFT-6365: Mirror test assets images in local registry#5863
openshift-merge-bot[bot] merged 3 commits intoopenshift:mainfrom
pacevedom:USHIFT-6365

Conversation

@pacevedom
Copy link
Contributor

No description provided.

@openshift-ci-robot openshift-ci-robot added the jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. label Dec 5, 2025
@openshift-ci-robot
Copy link

openshift-ci-robot commented Dec 5, 2025

@pacevedom: This pull request references USHIFT-6365 which is a valid jira issue.

Details

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 openshift-eng/jira-lifecycle-plugin repository.

@openshift-ci openshift-ci bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Dec 5, 2025
done

# Add test assets images.
find "${SCRIPTDIR}/../assets/" -type f -exec grep -hPo "(?<=image: ).*\..*" {} \; | while read -r img; do
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
find "${SCRIPTDIR}/../assets/" -type f -exec grep -hPo "(?<=image: ).*\..*" {} \; | while read -r img; do
find "${SCRIPTDIR}/../assets/" -type f -exec awk '/quay.io/ {print $NF}' {} \; | while read -r img; do

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unable, there are images from 3 different sources and also images: has 2 different formats. This captures any domain name after images:, whatever the format it has.

@pacevedom
Copy link
Contributor Author

/override ci/prow/e2e-aws-tests-bootc-periodic
/override ci/prow/e2e-aws-tests-bootc-periodic-arm
/override ci/prow/e2e-aws-tests-periodic
/override ci/prow/e2e-aws-tests-periodic-arm
These failures are all unrelated to the fixes here.

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Dec 5, 2025

@pacevedom: Overrode contexts on behalf of pacevedom: ci/prow/e2e-aws-tests-bootc-periodic, ci/prow/e2e-aws-tests-bootc-periodic-arm, ci/prow/e2e-aws-tests-periodic, ci/prow/e2e-aws-tests-periodic-arm

Details

In response to this:

/override ci/prow/e2e-aws-tests-bootc-periodic
/override ci/prow/e2e-aws-tests-bootc-periodic-arm
/override ci/prow/e2e-aws-tests-periodic
/override ci/prow/e2e-aws-tests-periodic-arm
These failures are all unrelated to the fixes here.

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.

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Dec 5, 2025

@pacevedom: all tests passed!

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.

@pacevedom
Copy link
Contributor Author

/verified by CI

@openshift-ci-robot openshift-ci-robot added the verified Signifies that the PR passed pre-merge verification criteria label Dec 5, 2025
@openshift-ci-robot
Copy link

@pacevedom: This PR has been marked as verified by CI.

Details

In response to this:

/verified by CI

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 openshift-eng/jira-lifecycle-plugin repository.

@eslutsky
Copy link
Contributor

eslutsky commented Dec 5, 2025

/lgtm

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Dec 5, 2025
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Dec 5, 2025

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: eslutsky, pacevedom

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

The pull request process is described 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

@openshift-merge-bot openshift-merge-bot bot merged commit 479264e into openshift:main Dec 5, 2025
13 checks passed
@ggiguash
Copy link
Contributor

ggiguash commented Dec 8, 2025

/cherrypick release-4.20

@openshift-cherrypick-robot

@ggiguash: new pull request created: #5871

Details

In response to this:

/cherrypick release-4.20

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. lgtm Indicates that a PR is ready to be merged. verified Signifies that the PR passed pre-merge verification criteria

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants