NO-JIRA: [RHCOS10] Test existing UBI9 base images on RHCOS10 nodes (no changes)#75
NO-JIRA: [RHCOS10] Test existing UBI9 base images on RHCOS10 nodes (no changes)#75PillaiManish wants to merge 1 commit intoopenshift:mainfrom
Conversation
Add documentation to track the RHCOS10 baseline compatibility test. No Dockerfile changes — this PR validates existing UBI9-based images run correctly on RHCOS10 cluster nodes before migrating to UBI10. Made-with: Cursor
|
@PillaiManish: 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. |
WalkthroughA new markdown document is added to Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: PillaiManish 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 |
There was a problem hiding this comment.
🧹 Nitpick comments (1)
.work/compliance/rhcos10/PR1-ubi9-compat-test.md (1)
30-31: Add explicit pass criteria for reproducibility.Consider naming the exact CI job(s) or test lane(s) that must be green on RHCOS10 (and optionally where results are recorded). That makes this compliance note auditable later.
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed. In @.work/compliance/rhcos10/PR1-ubi9-compat-test.md around lines 30 - 31, The acceptance criteria bullet "All CI jobs pass on RHCOS10 nodes with UBI9 images unchanged." is too vague—update the note to list the exact CI job(s)/test lane(s) that must be green (e.g., unit-test, integration-e2e, upgrade-path lanes) and specify where pass/fail evidence is recorded (e.g., CI dashboard link or build IDs); replace the generic line with a concrete checklist naming those job identifiers and the recording location so the requirement is auditable.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Nitpick comments:
In @.work/compliance/rhcos10/PR1-ubi9-compat-test.md:
- Around line 30-31: The acceptance criteria bullet "All CI jobs pass on RHCOS10
nodes with UBI9 images unchanged." is too vague—update the note to list the
exact CI job(s)/test lane(s) that must be green (e.g., unit-test,
integration-e2e, upgrade-path lanes) and specify where pass/fail evidence is
recorded (e.g., CI dashboard link or build IDs); replace the generic line with a
concrete checklist naming those job identifiers and the recording location so
the requirement is auditable.
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
Run ID: b1398725-f0dc-4e94-9b81-251b9c9263cb
📒 Files selected for processing (1)
.work/compliance/rhcos10/PR1-ubi9-compat-test.md
|
/test e2e-ansible-fips e2e-ansible-rhcos10-fips e2e-ansible-rhcos10 |
|
@PillaiManish: all tests passed! 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. |
Summary
Validate that the existing UBI9-based images run correctly on RHCOS10 cluster nodes without any changes.
RHCOS10 ships with RHEL10 as its host OS. This PR triggers CI against an RHCOS10 cluster to confirm
UBI9 containers remain compatible before committing to a base image migration.
No Dockerfile changes. This is a baseline/smoke test only.
Follow-up
If CI passes → PR2 migrates all base images from UBI9 to UBI10.