Skip to content

Add new RHOSO selfsched jobs#80510

Open
masco wants to merge 1 commit into
openshift:mainfrom
masco:rhos-selfsched-jobs
Open

Add new RHOSO selfsched jobs#80510
masco wants to merge 1 commit into
openshift:mainfrom
masco:rhos-selfsched-jobs

Conversation

@masco

@masco masco commented Jun 15, 2026

Copy link
Copy Markdown
Contributor

this PR to add a new rhoso self scheduled job
and test the osp-selfsched cluster profile

Summary by CodeRabbit

This PR adds a new self-scheduled OpenShift QE perfscale CI job to the openshift/release repository to run RHOSO (Red Hat OpenStack) tests on bare metal.

What changes

  • Introduces ci-operator/config/openshift-eng/ocp-qe-perfscale-ci/openshift-eng-ocp-qe-perfscale-ci-main__metal-rhoso-selfsched-x86.yaml, defining a new test entry as: rhoso-self-sched.
  • The job targets the metal-perfscale-osp-selfsched cluster profile (OSP self-scheduling environment) and runs the openshift-qe-installer-bm-deploy workflow.
  • Configures the job to use the releases.latest stable channel for OpenShift 4.18.
  • Sets default resource requests for the job to 100m CPU and 200Mi memory.
  • Enables intranet capability (intranet) and allows unrestricted network access (restrict_network_access: false).

Impact

  • Extends the existing ocp-qe-perfscale-ci RHOSO test coverage with an additional self-scheduled (non-weekly) bare-metal lane focused specifically on the osp-selfsched cluster profile, improving flexibility for RHOSO validation in the OpenShift QE perfscale suite.

@openshift-ci openshift-ci Bot requested review from mffiedler and shahsahil264 June 15, 2026 08:48
@coderabbitai

coderabbitai Bot commented Jun 15, 2026

Copy link
Copy Markdown
Contributor

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: Enterprise

Run ID: 96f031d3-f11f-40a5-9e91-9adcb3384e23

📥 Commits

Reviewing files that changed from the base of the PR and between 246a3e2 and af98e46.

⛔ Files ignored due to path filters (1)
  • ci-operator/jobs/openshift-eng/ocp-qe-perfscale-ci/openshift-eng-ocp-qe-perfscale-ci-main-presubmits.yaml is excluded by !ci-operator/jobs/**
📒 Files selected for processing (1)
  • ci-operator/config/openshift-eng/ocp-qe-perfscale-ci/openshift-eng-ocp-qe-perfscale-ci-main__metal-rhoso-selfsched-x86.yaml
✅ Files skipped from review due to trivial changes (1)
  • ci-operator/config/openshift-eng/ocp-qe-perfscale-ci/openshift-eng-ocp-qe-perfscale-ci-main__metal-rhoso-selfsched-x86.yaml

Walkthrough

A new ci-operator configuration file is added for the openshift-eng-ocp-qe-perfscale-ci-main__metal-rhoso-selfsched-x86 job. It defines base and build image streams, sets the release channel to stable at OpenShift 4.18, configures default resource requests, and declares a single rhoso-self-sched test using the metal-perfscale-osp-selfsched cluster profile and openshift-qe-installer-bm-deploy workflow.

Changes

metal-rhoso-selfsched-x86 CI Job Configuration

Layer / File(s) Summary
Full CI job config: images, release, resources, and test
ci-operator/config/openshift-eng/ocp-qe-perfscale-ci/openshift-eng-ocp-qe-perfscale-ci-main__metal-rhoso-selfsched-x86.yaml
New file defining ocp-qe-perfscale-ci:latest base image, build root image stream, stable/4.18 release channel, cpu: 100m/memory: 200Mi resource defaults, and a rhoso-self-sched test entry with intranet capability, restrict_network_access: false, metal-perfscale-osp-selfsched cluster profile, and openshift-qe-installer-bm-deploy workflow.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

🚥 Pre-merge checks | ✅ 15
✅ Passed checks (15 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title 'Add new RHOSO selfsched jobs' directly and clearly describes the main change in the pull request, which adds new RHOSO self-scheduled job configuration.
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 PR contains only CI operator YAML configuration files, no Ginkgo test code. Check for dynamic test names is not applicable.
Test Structure And Quality ✅ Passed This PR only modifies CI-operator YAML configuration files (specifically, adds a new job configuration), not Ginkgo test code. The custom check for "Test Structure and Quality" does not apply to co...
Microshift Test Compatibility ✅ Passed This PR adds only CI-operator job configuration YAML files, not Ginkgo e2e tests. The MicroShift compatibility check applies only to new Ginkgo e2e test code.
Single Node Openshift (Sno) Test Compatibility ✅ Passed PR adds only a CI job configuration YAML file, not Ginkgo e2e test code. SNO compatibility check applies only to new e2e tests; configuration files are not in scope.
Topology-Aware Scheduling Compatibility ✅ Passed PR adds only a CI-operator configuration file for a test job, not deployment manifests, operator code, or workload scheduling constraints. The check does not apply to CI infrastructure configuratio...
Ote Binary Stdout Contract ✅ Passed PR only adds a YAML CI configuration file with no Go code or executable statements. OTE Binary Stdout Contract check applies only to process-level code (main, init, suite setup), which is absent fr...
Ipv6 And Disconnected Network Test Compatibility ✅ Passed PR adds CI configuration YAML only, not Ginkgo e2e test code. Check requires new Ginkgo tests (It/Describe/Context/When) which are absent here.
No-Weak-Crypto ✅ Passed The PR adds a YAML CI-operator configuration file with no references to weak cryptographic algorithms, custom crypto implementations, or insecure secret comparisons.
Container-Privileges ✅ Passed The added RHOSO self-scheduled job file is a CI-operator config that references workflows/profiles without defining container specs; no privileged, hostPID, hostNetwork, hostIPC, SYS_ADMIN, allowPr...
No-Sensitive-Data-In-Logs ✅ Passed The PR adds a CI configuration file with no logging statements, passwords, tokens, API keys, PII, credentials, session IDs, or sensitive data of any kind.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ 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 and usage tips.

@openshift-merge-bot openshift-merge-bot Bot added the rehearsals-ack Signifies that rehearsal jobs have been acknowledged label Jun 15, 2026
this PR to add a new rhoso self scheduled job
and test the osp-selfsched cluster profile
@masco masco force-pushed the rhos-selfsched-jobs branch from 246a3e2 to af98e46 Compare June 15, 2026 09:41
@openshift-merge-bot

Copy link
Copy Markdown
Contributor

[REHEARSALNOTIFIER]
@masco: the pj-rehearse plugin accommodates running rehearsal tests for the changes in this PR. Expand 'Interacting with pj-rehearse' for usage details. The following rehearsable tests have been affected by this change:

Test name Repo Type Reason
pull-ci-openshift-eng-ocp-qe-perfscale-ci-main-metal-rhoso-selfsched-x86-rhoso-self-sched openshift-eng/ocp-qe-perfscale-ci presubmit Presubmit changed
Interacting with pj-rehearse

Comment: /pj-rehearse to run up to 5 rehearsals
Comment: /pj-rehearse skip to opt-out of rehearsals
Comment: /pj-rehearse {test-name}, with each test separated by a space, to run one or more specific rehearsals
Comment: /pj-rehearse more to run up to 10 rehearsals
Comment: /pj-rehearse max to run up to 25 rehearsals
Comment: /pj-rehearse auto-ack to run up to 5 rehearsals, and add the rehearsals-ack label on success
Comment: /pj-rehearse list to get an up-to-date list of affected jobs
Comment: /pj-rehearse abort to abort all active rehearsals
Comment: /pj-rehearse network-access-allowed to allow rehearsals of tests that have the restrict_network_access field set to false. This must be executed by an openshift org member who is not the PR author

Once you are satisfied with the results of the rehearsals, comment: /pj-rehearse ack to unblock merge. When the rehearsals-ack label is present on your PR, merge will no longer be blocked by rehearsals.
If you would like the rehearsals-ack label removed, comment: /pj-rehearse reject to re-block merging.

@openshift-merge-bot openshift-merge-bot Bot removed the rehearsals-ack Signifies that rehearsal jobs have been acknowledged label Jun 15, 2026
@mcornea

mcornea commented Jun 15, 2026

Copy link
Copy Markdown
Contributor

/approve

@mcornea

mcornea commented Jun 15, 2026

Copy link
Copy Markdown
Contributor

/pj-rehearse network-access-allowed

@openshift-ci

openshift-ci Bot commented Jun 15, 2026

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: masco, mcornea

The full list of commands accepted by this bot can be found here.

The pull request process is described 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 added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jun 15, 2026
@openshift-merge-bot

Copy link
Copy Markdown
Contributor

@mcornea: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel.

@masco

masco commented Jun 15, 2026

Copy link
Copy Markdown
Contributor Author

/pj-reharse pull-ci-openshift-eng-ocp-qe-perfscale-ci-main-metal-rhoso-selfsched-x86-rhoso-self-sched

@masco

masco commented Jun 15, 2026

Copy link
Copy Markdown
Contributor Author

/pj-rehearse pull-ci-openshift-eng-ocp-qe-perfscale-ci-main-metal-rhoso-selfsched-x86-rhoso-self-sched

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

@masco: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel.

@openshift-ci

openshift-ci Bot commented Jun 15, 2026

Copy link
Copy Markdown
Contributor

@masco: 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/rehearse/openshift-eng/ocp-qe-perfscale-ci/main/metal-rhoso-selfsched-x86-rhoso-self-sched af98e46 link unknown /pj-rehearse pull-ci-openshift-eng-ocp-qe-perfscale-ci-main-metal-rhoso-selfsched-x86-rhoso-self-sched

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.

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

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. network-access-rehearsals-ok

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants