NO-ISSUE: Update agnhost image to 2.63.0 (mirrored version) - #31498
NO-ISSUE: Update agnhost image to 2.63.0 (mirrored version)#31498BhargaviGudi wants to merge 1 commit into
Conversation
|
Pipeline controller notification For optional jobs, comment This repository is configured in: automatic mode |
|
@BhargaviGudi: This pull request explicitly references no jira issue. 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 openshift-eng/jira-lifecycle-plugin repository. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: BhargaviGudi The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository YAML (base), Central YAML (inherited) Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
WalkthroughThe additional storage end-to-end test now uses ChangesAdditional storage test
Estimated code review effort: 1 (Trivial) | ~2 minutes 🚥 Pre-merge checks | ✅ 14 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (14 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
/payload-job periodic-ci-openshift-release-main-nightly-5.0-e2e-aws-disruptive-longrunning-techpreview-2of2 |
|
@BhargaviGudi: trigger 1 job(s) for the /payload-(with-prs|job|aggregate|job-with-prs|aggregate-with-prs) command
See details on https://pr-payload-tests.ci.openshift.org/runs/ci/e06702f0-9483-11f1-8cb9-9349733b1961-0 |
|
Scheduling required tests: |
|
@BhargaviGudi: The following test 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-sigs/prow repository. I understand the commands that are listed here. |
|
/payload-job periodic-ci-openshift-release-main-nightly-5.0-e2e-aws-disruptive-longrunning-techpreview-2of2 |
|
@BhargaviGudi: trigger 1 job(s) for the /payload-(with-prs|job|aggregate|job-with-prs|aggregate-with-prs) command
See details on https://pr-payload-tests.ci.openshift.org/runs/ci/11724f40-9537-11f1-8a23-24376f78efef-0 |
|
/test e2e-aws-ovn-fips |
|
/payload-job-with-prs periodic-ci-openshift-release-main-nightly-5.0-e2e-aws-disruptive-longrunning-techpreview-2of2 #31498 |
|
@BhargaviGudi: trigger 1 job(s) for the /payload-(with-prs|job|aggregate|job-with-prs|aggregate-with-prs) command
See details on https://pr-payload-tests.ci.openshift.org/runs/ci/413ff310-9548-11f1-8725-aaaf0f5fcdc6-0 |
|
@BhargaviGudi: This PR was included in a payload test run from #31498
See details on https://pr-payload-tests.ci.openshift.org/runs/ci/413ff310-9548-11f1-8725-aaaf0f5fcdc6-0 |
Summary
Fix Additional Storage E2E test to use a mirrored agnhost image version, preventing "unmirrored image" warnings in CI jobs.
Problem
The test was using
registry.k8s.io/e2e-test-images/agnhost:2.59which is no longer in the mirrored images list, causing warnings:Root Cause
commit 9ff6d6990f updated mirrored images during a Kubernetes v1.36.2 bump:
Changes
File: test/extended/node/additional_storage_e2e.go
Verification
Summary by CodeRabbit