os: create 4.22 config for OKD#81767
Conversation
|
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: Enterprise Run ID: ⛔ Files ignored due to path filters (2)
📒 Files selected for processing (2)
🚧 Files skipped from review as they are similar to previous changes (2)
WalkthroughAdds the OKD SCOS 4.22 release configuration, including image builds, promotion, resources, and optional testing. Updates the master configuration to use mirrored C10s repositories and SCOS 5.0 promotion targets. ChangesOKD SCOS release configuration
Estimated code review effort: 3 (Moderate) | ~20 minutes Sequence Diagram(s)sequenceDiagram
participant BuilderImageStreams
participant CoreOSAssembler
participant ContainerfileBuilds
participant ReleasePromotion
BuilderImageStreams->>ContainerfileBuilds: provide builder image inputs
CoreOSAssembler->>ContainerfileBuilds: provide assembler build root
ContainerfileBuilds->>ReleasePromotion: promote built OS artifacts
Possibly related PRs
Suggested labels: Suggested reviewers: 🚥 Pre-merge checks | ✅ 15✅ Passed checks (15 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
/pj-rehearse pull-ci-openshift-os-master-okd-scos-images |
|
@Prashanth684: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
There was a problem hiding this comment.
Actionable comments posted: 2
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@ci-operator/config/openshift/os/openshift-os-release-4.22__okd-scos.yaml`:
- Around line 22-23: Update both YUM_REPO_NAMES entries in the 4.22 SCOS
configuration to replace c10s-baseos,c10s-appstream with the mirrored repository
names used by openshift-os-master__okd-scos.yaml, while preserving the remaining
repositories.
- Around line 67-73: The generated openshift-os presubmit jobs are out of sync
with the added e2e-aws-ovn test. Run make update to regenerate the openshift-os
presubmits, ensuring openshift-os-release-4.22-presubmits.yaml includes the
optional e2e-aws-ovn job defined by the test configuration.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Repository YAML (base), Central YAML (inherited)
Review profile: CHILL
Plan: Enterprise
Run ID: 42e9af3d-0d2b-4f53-a613-709639be9d88
📒 Files selected for processing (2)
ci-operator/config/openshift/os/openshift-os-master__okd-scos.yamlci-operator/config/openshift/os/openshift-os-release-4.22__okd-scos.yaml
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: Prashanth684 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 |
|
[REHEARSALNOTIFIER]
Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
/pj-rehearse pull-ci-openshift-os-master-okd-scos-images |
|
@Prashanth684: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/pj-rehearse pull-ci-openshift-os-release-4.22-okd-scos-images |
|
@Prashanth684: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
@Prashanth684: The following tests 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. |
Summary by CodeRabbit
Adds CI configuration for building and releasing the OKD SCOS 4.22 OpenShift OS variant, including standard and extensions images, release promotion, resource defaults, and an optional AWS OVN end-to-end workflow.
Updates the shared OKD SCOS configuration to use mirrored CentOS 10 repositories and promote current builds to the SCOS 5.0 release namespaces.