Skip to content

NO-ISSUE: Update agnhost image to 2.63.0 (mirrored version) - #31498

Open
BhargaviGudi wants to merge 1 commit into
openshift:mainfrom
BhargaviGudi:fix-agnhost-image-version
Open

NO-ISSUE: Update agnhost image to 2.63.0 (mirrored version)#31498
BhargaviGudi wants to merge 1 commit into
openshift:mainfrom
BhargaviGudi:fix-agnhost-image-version

Conversation

@BhargaviGudi

@BhargaviGudi BhargaviGudi commented Aug 10, 2026

Copy link
Copy Markdown
Contributor

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.59 which is no longer in the mirrored images list, causing warnings:

Cluster accessed images that were not mirrored to the testing repository or already part of the cluster,
  see test/extended/util/image/README.md in the openshift/origin repo:
  
  registry.k8s.io/e2e-test-images/agnhost:2.59 from pods:
    namespace/e2e-test-additional-storage-e2e-mr7nl node/ip-10-0-100-216.us-west-2.compute.internal pod/imagestore-fallback-pod
    namespace/e2e-test-additional-storage-e2e-mr7nl node/ip-10-0-100-216.us-west-2.compute.internal pod/imagestore-prepop-pod

Root Cause

commit 9ff6d6990f updated mirrored images during a Kubernetes v1.36.2 bump:

- "registry.k8s.io/e2e-test-images/agnhost:2.59":     2,
+ "registry.k8s.io/e2e-test-images/agnhost:2.63.0":   2,

Changes
File: test/extended/node/additional_storage_e2e.go

  • Changed: agnhost:2.59 → agnhost:2.63.0

Verification

  • agnhost:2.63.0 is in the current mirrored images list (test/extended/util/image/image.go line 53)
  • Test functionality unchanged (only version bump, same image base)
  • No more "unmirrored image" warnings in CI

Summary by CodeRabbit

  • Tests
    • Updated the pre-populated test image used by the additional storage end-to-end test.

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

Pipeline controller notification
This repo is configured to use the pipeline controller. Second-stage tests will be triggered either automatically or after lgtm label is added, depending on the repository configuration. The pipeline controller will automatically detect which contexts are required and will utilize /test Prow commands to trigger the second stage.

For optional jobs, comment /test ? to see a list of all defined jobs. To trigger manually all jobs from second stage use /pipeline required command.

This repository is configured in: automatic mode

@BhargaviGudi BhargaviGudi changed the title Update agnhost image to 2.63.0 (mirrored version) NO-ISSUE: Update agnhost image to 2.63.0 (mirrored version) Aug 10, 2026
@openshift-ci-robot

Copy link
Copy Markdown

@BhargaviGudi: This pull request explicitly references no jira issue.

Details

In response to this:

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.59 which is no longer in the mirrored images list, causing warnings:

Cluster accessed images that were not mirrored to the testing repository or already part of the cluster,
 see test/extended/util/image/README.md in the openshift/origin repo:
 
 registry.k8s.io/e2e-test-images/agnhost:2.59 from pods:
   namespace/e2e-test-additional-storage-e2e-mr7nl node/ip-10-0-100-216.us-west-2.compute.internal pod/imagestore-fallback-pod
   namespace/e2e-test-additional-storage-e2e-mr7nl node/ip-10-0-100-216.us-west-2.compute.internal pod/imagestore-prepop-pod

Root Cause

commit 9ff6d6990f updated mirrored images during a Kubernetes v1.36.2 bump:

- "registry.k8s.io/e2e-test-images/agnhost:2.59":     2,
+ "registry.k8s.io/e2e-test-images/agnhost:2.63.0":   2,

Changes
File: test/extended/node/additional_storage_e2e.go

  • Changed: agnhost:2.59 → agnhost:2.63.0

Verification

  • agnhost:2.63.0 is in the current mirrored images list (test/extended/util/image/image.go line 53)
  • Test functionality unchanged (only version bump, same image base)
  • No more "unmirrored image" warnings in 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.

@openshift-ci-robot openshift-ci-robot added the jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. label Aug 10, 2026
@openshift-ci

openshift-ci Bot commented Aug 10, 2026

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: BhargaviGudi
Once this PR has been reviewed and has the lgtm label, please assign mrunalp for approval. For more information see the Code Review Process.

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

@openshift-ci
openshift-ci Bot requested review from asahay19 and kannon92 August 10, 2026 06:21
@coderabbitai

coderabbitai Bot commented Aug 10, 2026

Copy link
Copy Markdown

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository YAML (base), Central YAML (inherited)

Review profile: CHILL

Plan: Pro Plus

Run ID: ee87c4a4-0ea2-4f6e-921e-d254dc951ff5

📥 Commits

Reviewing files that changed from the base of the PR and between a302321 and 8ccb200.

📒 Files selected for processing (1)
  • test/extended/node/additional_storage_e2e.go

Walkthrough

The additional storage end-to-end test now uses agnhost:2.63.0 instead of agnhost:2.59.

Changes

Additional storage test

Layer / File(s) Summary
Update test image reference
test/extended/node/additional_storage_e2e.go
The test pre-populates and validates the agnhost:2.63.0 image.

Estimated code review effort: 1 (Trivial) | ~2 minutes

🚥 Pre-merge checks | ✅ 14 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Test Structure And Quality ⚠️ Warning The Ginkgo test has one It covering several storage behaviors and many bare error assertions, such as lines 53, 64, 90, and 233, without diagnostic messages. Split configuration and image-store behaviors into focused It blocks, add meaningful messages to every assertion, and register pod/MCP cleanup before resource creation.
✅ Passed checks (14 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and concisely describes the main change: updating the agnhost image to the mirrored version 2.63.0.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Stable And Deterministic Test Names ✅ Passed The PR changes only the image reference. The existing Describe and It titles are static literals; dynamic node, pod, and namespace values remain in the test body.
Microshift Test Compatibility ✅ Passed The PR only changes an image tag. The existing test is wrapped in a Describe with unavailable-API apigroup tags, so MicroShift CI skips it.
Single Node Openshift (Sno) Test Compatibility ✅ Passed The PR changes only the agnhost image tag; no new Ginkgo tests are added, and the existing Describe is labeled [Skipped:SingleReplicaTopology].
Topology-Aware Scheduling Compatibility ✅ Passed The commit changes only the agnhost image tag. It adds no deployment, controller, replica, affinity, topology spread, node selector, or PDB scheduling constraint.
Ote Binary Stdout Contract ✅ Passed The HEAD patch changes only the testImage literal inside a Ginkgo It block; it adds no main, init, suite setup, or process-level stdout writes.
Ipv6 And Disconnected Network Test Compatibility ✅ Passed The diff only changes an image tag; it adds no Ginkgo test, and the existing suite is marked [Skipped:Disconnected]. The new tag is listed as mirrored.
No-Weak-Crypto ✅ Passed The patch only changes an agnhost image tag; it adds no MD5, SHA-1, DES, RC4, Blowfish, ECB, custom crypto, or secret-comparison logic.
Container-Privileges ✅ Passed The commit only changes the image tag. The pod uses UID 1000 and RunAsNonRoot, drops ALL capabilities, disables privilege escalation, and has no prohibited host or SYS_ADMIN settings.
No-Sensitive-Data-In-Logs ✅ Passed The PR changes only a public agnhost image tag; the parent diff shows no logging changes and no passwords, tokens, PII, or customer data are added.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@BhargaviGudi

Copy link
Copy Markdown
Contributor Author

/payload-job periodic-ci-openshift-release-main-nightly-5.0-e2e-aws-disruptive-longrunning-techpreview-2of2

@openshift-ci

openshift-ci Bot commented Aug 10, 2026

Copy link
Copy Markdown
Contributor

@BhargaviGudi: trigger 1 job(s) for the /payload-(with-prs|job|aggregate|job-with-prs|aggregate-with-prs) command

  • periodic-ci-openshift-release-main-nightly-5.0-e2e-aws-disruptive-longrunning-techpreview-2of2

See details on https://pr-payload-tests.ci.openshift.org/runs/ci/e06702f0-9483-11f1-8cb9-9349733b1961-0

@openshift-ci openshift-ci Bot added the ready-for-human-review Indicates a PR has been reviewed by automated tools and is ready for human review label Aug 10, 2026
@openshift-merge-bot

Copy link
Copy Markdown
Contributor

Scheduling required tests:
/test e2e-aws-csi
/test e2e-aws-ovn-fips
/test e2e-aws-ovn-microshift
/test e2e-aws-ovn-microshift-serial
/test e2e-aws-ovn-serial-1of2
/test e2e-aws-ovn-serial-2of2
/test e2e-gcp-csi
/test e2e-gcp-ovn
/test e2e-gcp-ovn-upgrade
/test e2e-metal-ipi-ovn-ipv6
/test e2e-vsphere-ovn
/test e2e-vsphere-ovn-upi

@openshift-ci

openshift-ci Bot commented Aug 10, 2026

Copy link
Copy Markdown
Contributor

@BhargaviGudi: 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/e2e-aws-ovn-fips 8ccb200 link true /test e2e-aws-ovn-fips

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.

@BhargaviGudi

Copy link
Copy Markdown
Contributor Author

/payload-job periodic-ci-openshift-release-main-nightly-5.0-e2e-aws-disruptive-longrunning-techpreview-2of2

@openshift-ci

openshift-ci Bot commented Aug 11, 2026

Copy link
Copy Markdown
Contributor

@BhargaviGudi: trigger 1 job(s) for the /payload-(with-prs|job|aggregate|job-with-prs|aggregate-with-prs) command

  • periodic-ci-openshift-release-main-nightly-5.0-e2e-aws-disruptive-longrunning-techpreview-2of2

See details on https://pr-payload-tests.ci.openshift.org/runs/ci/11724f40-9537-11f1-8a23-24376f78efef-0

@BhargaviGudi

Copy link
Copy Markdown
Contributor Author

/test e2e-aws-ovn-fips

@BhargaviGudi

Copy link
Copy Markdown
Contributor Author

/payload-job-with-prs periodic-ci-openshift-release-main-nightly-5.0-e2e-aws-disruptive-longrunning-techpreview-2of2 #31498

@openshift-ci

openshift-ci Bot commented Aug 11, 2026

Copy link
Copy Markdown
Contributor

@BhargaviGudi: trigger 1 job(s) for the /payload-(with-prs|job|aggregate|job-with-prs|aggregate-with-prs) command

  • periodic-ci-openshift-release-main-nightly-5.0-e2e-aws-disruptive-longrunning-techpreview-2of2

See details on https://pr-payload-tests.ci.openshift.org/runs/ci/413ff310-9548-11f1-8725-aaaf0f5fcdc6-0

@openshift-ci

openshift-ci Bot commented Aug 11, 2026

Copy link
Copy Markdown
Contributor

@BhargaviGudi: This PR was included in a payload test run from #31498
trigger 1 job(s) for the /payload-(with-prs|job|aggregate|job-with-prs|aggregate-with-prs) command

  • periodic-ci-openshift-release-main-nightly-5.0-e2e-aws-disruptive-longrunning-techpreview-2of2

See details on https://pr-payload-tests.ci.openshift.org/runs/ci/413ff310-9548-11f1-8725-aaaf0f5fcdc6-0

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

Labels

jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. ready-for-human-review Indicates a PR has been reviewed by automated tools and is ready for human review

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants