more okd fixes#81711
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 (6)
📒 Files selected for processing (3)
✅ Files skipped from review due to trivial changes (1)
🚧 Files skipped from review as they are similar to previous changes (1)
WalkthroughThree OKD-SCOS ci-operator configurations now source ChangesOKD-SCOS build configuration updates
Estimated code review effort: 1 (Trivial) | ~3 minutes Possibly related PRs
Suggested labels: 🚥 Pre-merge checks | ✅ 14 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (14 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
6741d94 to
859a387
Compare
|
/pj-rehearse pull-ci-openshift-assisted-installer-agent-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-aws-encryption-provider-master-okd-scos-images |
|
@Prashanth684: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
7b5a482 to
17c15d4
Compare
|
/pj-rehearse pull-ci-openshift-assisted-installer-agent-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-assisted-installer-agent-master-okd-scos-images |
|
@Prashanth684: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
17c15d4 to
cfbbf04
Compare
|
/pj-rehearse pull-ci-openshift-cluster-node-tuning-operator-main-okd-scos-images |
|
@Prashanth684: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
[REHEARSALNOTIFIER]
Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
@Prashanth684: 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. |
|
/pj-rehearse ack |
|
@Prashanth684: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
[APPROVALNOTIFIER] This PR is APPROVED Approval requirements bypassed by manually added approval. This pull-request has been approved by: Prashanth684 The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Summary by CodeRabbit
This PR updates OKD-SCOS CI configuration for OpenShift components under
ci-operator/config/openshift/**:openshift/assisted-installer-agent: switches the pipelinebuild_rootto usefrom_repository: true(instead of an OpenShiftimage_stream_tag) and updates the SCOS base build image fromorigin_scos-5.0_base-stream9toorigin_scos-4.22_base-stream9.openshift/aws-encryption-provider: switches the pipelinebuild_roottofrom_repository: true(instead of an OpenShift release/image-stream source), while keeping the SCOS base image onorigin_scos-5.0_base-stream9.openshift/cluster-node-tuning-operator: switches the pipelinebuild_roottofrom_repository: truefor the OKD-SCOS variant (SCOS base image remainsorigin_scos-5.0_base-stream9).In practical terms, these changes reduce reliance on external OpenShift image stream tags for the
build_rootused by OKD-SCOS builds, and align the assisted-installer-agent build to the 4.22 SCOS base stream.