Skip to content

Add winfio_vm and winfio_vm_scale CI test steps for benchmark-runner#79894

Open
ebattat wants to merge 3 commits into
openshift:mainfrom
ebattat:winfio
Open

Add winfio_vm and winfio_vm_scale CI test steps for benchmark-runner#79894
ebattat wants to merge 3 commits into
openshift:mainfrom
ebattat:winfio

Conversation

@ebattat
Copy link
Copy Markdown
Contributor

@ebattat ebattat commented May 31, 2026

Summary

  • Add winfio-vm test step that runs WORKLOAD=winfio_vm using the redhat-performance-benchmark-runner ref
  • Add winfio-vm-scale test step that runs WORKLOAD=winfio_vm with SCALE=2 and WINDOWS_IMAGE=windows_server_mssql_2025 for scaled testing
  • Add support for windows_server_mssql_2025 image URL mapping (WINDOWS_SERVER_MSSQL_2025_URL) in benchmark-runner-commands.sh
  • Add arpsharm as approver and reviewer in the redhat-performance OWNERS file

Test plan

  • Trigger winfio-vm test with /test test-step-winfio-vm on a benchmark-runner PR
  • Trigger winfio-vm-scale test with /test test-step-winfio-vm-scale on a benchmark-runner PR
  • Verify WINDOWS_SERVER_MSSQL_2025_URL env var is picked up correctly in the scale test

Made with Cursor

Summary by CodeRabbit

This PR updates OpenShift CI configuration and step scripts for the redhat-performance/benchmark-runner component to wire a new Windows MSSQL 2025 image secret and update step ownership.

Key changes

  • CI test-step YAML
    • Adds WINDOWS_IMAGE: windows_server_mssql_2025 to the existing winmssql-vm test step in ci-operator/config/redhat-performance/benchmark-runner/redhat-performance-benchmark-runner-main__test-step.yaml.
  • Commands script
    • Exports WINDOWS_SERVER_MSSQL_2025_URL from Vault (adds windows_server_mssql_2025_url to the keys read from /secret) in ci-operator/step-registry/redhat-performance/benchmark-runner/redhat-performance-benchmark-runner-commands.sh.
    • Maps WINDOWS_IMAGE=windows_server_mssql_2025 to set WINDOWS_URL from WINDOWS_SERVER_MSSQL_2025_URL in the per-workload image override logic.
  • OWNERS
    • Adds arpsharm to approvers and reviewers in ci-operator/step-registry/redhat-performance/OWNERS.

Practical impact

  • The benchmark-runner step for the winmssql VM workload can now be configured to use a Windows Server MSSQL 2025 image when the WINDOWS_SERVER_MSSQL_2025_URL secret is provided.
  • The updated OWNERS adds arpsharm as approver/reviewer for the redhat-performance step registry.

@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented May 31, 2026

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: ebattat

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 May 31, 2026
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 31, 2026

Note

Reviews paused

It looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the reviews.auto_review.auto_pause_after_reviewed_commits setting.

Use the following commands to manage reviews:

  • @coderabbitai resume to resume automatic reviews.
  • @coderabbitai review to trigger a single review.

Use the checkboxes below for quick actions:

  • ▶️ Resume reviews
  • 🔍 Trigger review

Walkthrough

Adds two winfio benchmark test entries using a Windows Server MSSQL 2025 image, updates the benchmark-runner script to accept that image URL, and adds arpsharm to the redhat-performance OWNERS approvers and reviewers.

Changes

winfio Workload Support with Windows MSSQL 2025 Image

Layer / File(s) Summary
Vault export and WINDOWS_IMAGE handling
ci-operator/step-registry/redhat-performance/benchmark-runner/redhat-performance-benchmark-runner-commands.sh
Exports WINDOWS_SERVER_MSSQL_2025_URL from Vault and adds a WINDOWS_IMAGE case branch for windows_server_mssql_2025 mapping WINDOWS_SERVER_MSSQL_2025_URLWINDOWS_URL.
winmssql and winfio test entries
ci-operator/config/redhat-performance/benchmark-runner/redhat-performance-benchmark-runner-main__test-step.yaml
Adds WINDOWS_IMAGE: windows_server_mssql_2025 to winmssql-vm, and inserts winfio-vm (WORKLOAD=winfio_vm) and winfio-vm-scale (WORKLOAD=winfio_vm, SCALE: "2") intranet-capable test steps.
OWNERS update
ci-operator/step-registry/redhat-performance/OWNERS
Adds arpsharm to both approvers and reviewers lists.

Estimated code review effort

🎯 3 (Moderate) | ⏱️ ~20 minutes

Suggested labels

ok-to-test, rehearsals-ack

🚥 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 accurately describes the main change: adding two new CI test steps (winfio-vm and winfio-vm-scale) for benchmark-runner, which aligns with the primary modifications across all three files.
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 Pull request contains no Ginkgo tests (*.go test files). Check applies only to Ginkgo test titles; not applicable here.
Test Structure And Quality ✅ Passed PR contains no Ginkgo test code. Changes are CI configuration files (.yaml), shell scripts, and OWNERS updates for benchmark-runner test steps. Custom check not applicable.
Microshift Test Compatibility ✅ Passed PR modifies only CI operator config (YAML), OWNERS file, and bash scripts—no Ginkgo e2e tests (It/Describe/Context) are added, so MicroShift compatibility check does not apply.
Single Node Openshift (Sno) Test Compatibility ✅ Passed PR adds CI test step configurations and infrastructure changes only—no Ginkgo e2e tests are added, making SNO compatibility check not applicable.
Topology-Aware Scheduling Compatibility ✅ Passed PR modifies CI-Operator test configurations, OWNERS file, and CI pipeline scripts—not deployment manifests, operator code, or controllers with scheduling constraints. Check is not applicable.
Ote Binary Stdout Contract ✅ Passed OTE Binary Stdout Contract check is not applicable: PR modifies only CI configuration (YAML), shell scripts, and owner metadata—not Go test source code or compiled OTE binaries.
Ipv6 And Disconnected Network Test Compatibility ✅ Passed PR adds CI test step configurations and infrastructure scripts, not Ginkgo e2e test code. Custom check requires actual Ginkgo tests (It/Describe/Context/When); none are added here.
No-Weak-Crypto ✅ Passed No weak cryptography patterns detected. PR adds test step configurations and CI/CD setup only; no MD5, SHA1, DES, RC4, 3DES, Blowfish, ECB, custom crypto, or insecure token comparisons found.
Container-Privileges ✅ Passed No container privilege escalation settings (privileged, hostPID, hostNetwork, hostIPC, SYS_ADMIN, allowPrivilegeEscalation, or root without justification) found in modified files.
No-Sensitive-Data-In-Logs ✅ Passed No sensitive data logging found. Secret URLs (WINDOWS_SERVER_MSSQL_2025_URL) are loaded from Vault and exported to environment variables but never echoed or logged in any output statements.

✏️ 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-ci openshift-ci Bot requested review from RobertKrawitz and gqlo May 31, 2026 10:20
Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 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/step-registry/redhat-performance/benchmark-runner/redhat-performance-benchmark-runner-commands.sh`:
- Line 130: Update the documented allowed values for the WINDOWS_IMAGE parameter
so it matches the script: add the value windows_server_mssql_2025 to the list of
allowed images in the redhat-performance-benchmark-runner-ref.yaml documentation
(the WINDOWS_IMAGE variable currently lists windows11, windows_server_2022,
windows_server_2025 but the script accepts windows_server_mssql_2025); ensure
the YAML description and any enumerated/validation entries referencing
WINDOWS_IMAGE include windows_server_mssql_2025 so docs and
redhat-performance-benchmark-runner-commands.sh are consistent.
🪄 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: a545cab8-164d-446d-821f-81e7a8716b73

📥 Commits

Reviewing files that changed from the base of the PR and between 63ca5bb and 5d4d5b1.

⛔ Files ignored due to path filters (1)
  • ci-operator/jobs/redhat-performance/benchmark-runner/redhat-performance-benchmark-runner-main-presubmits.yaml is excluded by !ci-operator/jobs/**
📒 Files selected for processing (3)
  • ci-operator/config/redhat-performance/benchmark-runner/redhat-performance-benchmark-runner-main__test-step.yaml
  • ci-operator/step-registry/redhat-performance/OWNERS
  • ci-operator/step-registry/redhat-performance/benchmark-runner/redhat-performance-benchmark-runner-commands.sh

case "${WINDOWS_IMAGE}" in
windows_server_2022) [[ -n "${WINDOWS_SERVER_2022_URL:-}" ]] && export WINDOWS_URL="${WINDOWS_SERVER_2022_URL}" ;;
windows_server_2025) [[ -n "${WINDOWS_SERVER_2025_URL:-}" ]] && export WINDOWS_URL="${WINDOWS_SERVER_2025_URL}" ;;
windows_server_mssql_2025) [[ -n "${WINDOWS_SERVER_MSSQL_2025_URL:-}" ]] && export WINDOWS_URL="${WINDOWS_SERVER_MSSQL_2025_URL}" ;;
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor | ⚡ Quick win

🧩 Analysis chain

🏁 Script executed:

#!/bin/bash
# Description: Verify WINDOWS_IMAGE documentation includes windows_server_mssql_2025

rg -n 'WINDOWS_IMAGE' ci-operator/step-registry/redhat-performance/benchmark-runner/redhat-performance-benchmark-runner-ref.yaml -A 2

Repository: openshift/release

Length of output: 223


🏁 Script executed:

#!/bin/bash
set -euo pipefail

echo "== ref.yaml WINDOWS_IMAGE documentation =="
rg -n 'WINDOWS_IMAGE' ci-operator/step-registry/redhat-performance/benchmark-runner/redhat-performance-benchmark-runner-ref.yaml -A 4

echo
echo "== usages of windows_server_mssql_2025 =="
rg -n 'windows_server_mssql_2025' ci-operator/step-registry/redhat-performance/benchmark-runner -S || true

echo
echo "== any other ref.yaml docs elsewhere =="
rg -n 'WINDOWS_IMAGE' ci-operator/step-registry/redhat-performance/benchmark-runner -S || true

Repository: openshift/release

Length of output: 2092


Update WINDOWS_IMAGE documentation to include windows_server_mssql_2025
redhat-performance-benchmark-runner-ref.yaml documents WINDOWS_IMAGE as (windows11, windows_server_2022, windows_server_2025) but redhat-performance-benchmark-runner-commands.sh accepts windows_server_mssql_2025; update the documented allowed values (ref.yaml line 35).

🤖 Prompt for 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.

In
`@ci-operator/step-registry/redhat-performance/benchmark-runner/redhat-performance-benchmark-runner-commands.sh`
at line 130, Update the documented allowed values for the WINDOWS_IMAGE
parameter so it matches the script: add the value windows_server_mssql_2025 to
the list of allowed images in the redhat-performance-benchmark-runner-ref.yaml
documentation (the WINDOWS_IMAGE variable currently lists windows11,
windows_server_2022, windows_server_2025 but the script accepts
windows_server_mssql_2025); ensure the YAML description and any
enumerated/validation entries referencing WINDOWS_IMAGE include
windows_server_mssql_2025 so docs and
redhat-performance-benchmark-runner-commands.sh are consistent.

@ebattat
Copy link
Copy Markdown
Contributor Author

ebattat commented May 31, 2026

/pj-rehearse

@openshift-merge-bot
Copy link
Copy Markdown
Contributor

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

@arpsharm
Copy link
Copy Markdown
Contributor

/pj-rehearse abort

@openshift-merge-bot
Copy link
Copy Markdown
Contributor

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

@ebattat
Copy link
Copy Markdown
Contributor Author

ebattat commented May 31, 2026

/pj-rehearse pull-ci-redhat-performance-benchmark-runner-main-test-step-winfio-vm

@ebattat
Copy link
Copy Markdown
Contributor Author

ebattat commented May 31, 2026

/pj-rehearse abort

@openshift-merge-bot
Copy link
Copy Markdown
Contributor

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

@ebattat
Copy link
Copy Markdown
Contributor Author

ebattat commented Jun 1, 2026

/pj-rehearse pull-ci-redhat-performance-benchmark-runner-main-test-step-winfio-vm

@openshift-merge-bot
Copy link
Copy Markdown
Contributor

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

steps:
env:
WORKLOAD: winmssql_vm
WINDOWS_IMAGE: windows_server_mssql_2025
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@arpsharm, is it ok to add it here ?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ebattat We can but it will eventually get overwritten by script when running

@ebattat
Copy link
Copy Markdown
Contributor Author

ebattat commented Jun 1, 2026

/pj-rehearse abort

@openshift-merge-bot
Copy link
Copy Markdown
Contributor

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

@ebattat
Copy link
Copy Markdown
Contributor Author

ebattat commented Jun 1, 2026

/pj-rehearse abort

@openshift-merge-bot
Copy link
Copy Markdown
Contributor

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

@ebattat
Copy link
Copy Markdown
Contributor Author

ebattat commented Jun 1, 2026

/pj-rehearse pull-ci-redhat-performance-benchmark-runner-main-test-step-winfio-vm

@openshift-merge-bot
Copy link
Copy Markdown
Contributor

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

ebattat and others added 2 commits June 1, 2026 15:47
- Add winfio-vm test step running WORKLOAD=winfio_vm
- Add winfio-vm-scale test step running WORKLOAD=winfio_vm with SCALE=2 and windows_server_mssql_2025 image
- Add support for windows_server_mssql_2025 image URL mapping in commands.sh
- Add arpsharm as approver and reviewer in OWNERS

Co-authored-by: Cursor <cursoragent@cursor.com>
…ecret mapping

- Add WINDOWS_IMAGE=windows_server_mssql_2025 to the winmssql_vm test step
- Add windows_server_mssql_2025_url to the secret key mapping in commands.sh

Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
@openshift-merge-bot
Copy link
Copy Markdown
Contributor

[REHEARSALNOTIFIER]
@ebattat: 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-redhat-performance-benchmark-runner-main-test-step-winfio-vm redhat-performance/benchmark-runner presubmit Presubmit changed
pull-ci-redhat-performance-benchmark-runner-main-test-step-winfio-vm-scale redhat-performance/benchmark-runner presubmit Presubmit changed
pull-ci-redhat-performance-benchmark-runner-main-test-step-winmssql-vm redhat-performance/benchmark-runner presubmit Ci-operator config changed
pull-ci-redhat-performance-benchmark-runner-main-test-step-uperf-pod redhat-performance/benchmark-runner presubmit Registry content changed
pull-ci-redhat-performance-benchmark-runner-main-test-step-uperf-vm redhat-performance/benchmark-runner presubmit Registry content changed
pull-ci-redhat-performance-benchmark-runner-main-test-step-hammerdb-pod-mariadb redhat-performance/benchmark-runner presubmit Registry content changed
pull-ci-redhat-performance-benchmark-runner-main-test-step-hammerdb-vm-mariadb redhat-performance/benchmark-runner presubmit Registry content changed
pull-ci-redhat-performance-benchmark-runner-main-test-step-hammerdb-pod-mariadb-lso redhat-performance/benchmark-runner presubmit Registry content changed
pull-ci-redhat-performance-benchmark-runner-main-test-step-hammerdb-vm-mariadb-lso redhat-performance/benchmark-runner presubmit Registry content changed
pull-ci-redhat-performance-benchmark-runner-main-test-step-hammerdb-pod-postgres redhat-performance/benchmark-runner presubmit Registry content changed
pull-ci-redhat-performance-benchmark-runner-main-test-step-hammerdb-vm-postgres redhat-performance/benchmark-runner presubmit Registry content changed
pull-ci-redhat-performance-benchmark-runner-main-test-step-hammerdb-pod-postgres-lso redhat-performance/benchmark-runner presubmit Registry content changed
pull-ci-redhat-performance-benchmark-runner-main-test-step-hammerdb-vm-postgres-lso redhat-performance/benchmark-runner presubmit Registry content changed
pull-ci-redhat-performance-benchmark-runner-main-test-step-hammerdb-pod-mssql redhat-performance/benchmark-runner presubmit Registry content changed
pull-ci-redhat-performance-benchmark-runner-main-test-step-hammerdb-vm-mssql redhat-performance/benchmark-runner presubmit Registry content changed
pull-ci-redhat-performance-benchmark-runner-main-test-step-hammerdb-pod-mssql-lso redhat-performance/benchmark-runner presubmit Registry content changed
pull-ci-redhat-performance-benchmark-runner-main-test-step-hammerdb-vm-mssql-lso redhat-performance/benchmark-runner presubmit Registry content changed
pull-ci-redhat-performance-benchmark-runner-main-test-step-vdbench-pod redhat-performance/benchmark-runner presubmit Registry content changed
pull-ci-redhat-performance-benchmark-runner-main-test-step-vdbench-vm redhat-performance/benchmark-runner presubmit Registry content changed
pull-ci-redhat-performance-benchmark-runner-main-test-step-bootstorm-vm redhat-performance/benchmark-runner presubmit Registry content changed
pull-ci-redhat-performance-benchmark-runner-main-test-step-vdbench-pod-scale redhat-performance/benchmark-runner presubmit Registry content changed
pull-ci-redhat-performance-benchmark-runner-main-test-step-vdbench-vm-scale redhat-performance/benchmark-runner presubmit Registry content changed
pull-ci-redhat-performance-benchmark-runner-main-test-step-bootstorm-vm-scale redhat-performance/benchmark-runner presubmit Registry content changed
pull-ci-redhat-performance-benchmark-runner-main-test-step-sysbench-pod redhat-performance/benchmark-runner presubmit Registry content changed
pull-ci-redhat-performance-benchmark-runner-main-test-step-sysbench-vm redhat-performance/benchmark-runner presubmit Registry content changed

A total of 33 jobs have been affected by this change. The above listing is non-exhaustive and limited to 25 jobs.

A full list of affected jobs can be found here

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
Copy link
Copy Markdown
Contributor

[REHEARSALNOTIFIER]
@ebattat: 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-redhat-performance-benchmark-runner-main-test-step-winfio-vm redhat-performance/benchmark-runner presubmit Presubmit changed
pull-ci-redhat-performance-benchmark-runner-main-test-step-winfio-vm-scale redhat-performance/benchmark-runner presubmit Presubmit changed
pull-ci-redhat-performance-benchmark-runner-main-test-step-winmssql-vm redhat-performance/benchmark-runner presubmit Ci-operator config changed
pull-ci-redhat-performance-benchmark-runner-main-test-step-uperf-pod redhat-performance/benchmark-runner presubmit Registry content changed
pull-ci-redhat-performance-benchmark-runner-main-test-step-uperf-vm redhat-performance/benchmark-runner presubmit Registry content changed
pull-ci-redhat-performance-benchmark-runner-main-test-step-hammerdb-pod-mariadb redhat-performance/benchmark-runner presubmit Registry content changed
pull-ci-redhat-performance-benchmark-runner-main-test-step-hammerdb-vm-mariadb redhat-performance/benchmark-runner presubmit Registry content changed
pull-ci-redhat-performance-benchmark-runner-main-test-step-hammerdb-pod-mariadb-lso redhat-performance/benchmark-runner presubmit Registry content changed
pull-ci-redhat-performance-benchmark-runner-main-test-step-hammerdb-vm-mariadb-lso redhat-performance/benchmark-runner presubmit Registry content changed
pull-ci-redhat-performance-benchmark-runner-main-test-step-hammerdb-pod-postgres redhat-performance/benchmark-runner presubmit Registry content changed
pull-ci-redhat-performance-benchmark-runner-main-test-step-hammerdb-vm-postgres redhat-performance/benchmark-runner presubmit Registry content changed
pull-ci-redhat-performance-benchmark-runner-main-test-step-hammerdb-pod-postgres-lso redhat-performance/benchmark-runner presubmit Registry content changed
pull-ci-redhat-performance-benchmark-runner-main-test-step-hammerdb-vm-postgres-lso redhat-performance/benchmark-runner presubmit Registry content changed
pull-ci-redhat-performance-benchmark-runner-main-test-step-hammerdb-pod-mssql redhat-performance/benchmark-runner presubmit Registry content changed
pull-ci-redhat-performance-benchmark-runner-main-test-step-hammerdb-vm-mssql redhat-performance/benchmark-runner presubmit Registry content changed
pull-ci-redhat-performance-benchmark-runner-main-test-step-hammerdb-pod-mssql-lso redhat-performance/benchmark-runner presubmit Registry content changed
pull-ci-redhat-performance-benchmark-runner-main-test-step-hammerdb-vm-mssql-lso redhat-performance/benchmark-runner presubmit Registry content changed
pull-ci-redhat-performance-benchmark-runner-main-test-step-vdbench-pod redhat-performance/benchmark-runner presubmit Registry content changed
pull-ci-redhat-performance-benchmark-runner-main-test-step-vdbench-vm redhat-performance/benchmark-runner presubmit Registry content changed
pull-ci-redhat-performance-benchmark-runner-main-test-step-bootstorm-vm redhat-performance/benchmark-runner presubmit Registry content changed
pull-ci-redhat-performance-benchmark-runner-main-test-step-vdbench-pod-scale redhat-performance/benchmark-runner presubmit Registry content changed
pull-ci-redhat-performance-benchmark-runner-main-test-step-vdbench-vm-scale redhat-performance/benchmark-runner presubmit Registry content changed
pull-ci-redhat-performance-benchmark-runner-main-test-step-bootstorm-vm-scale redhat-performance/benchmark-runner presubmit Registry content changed
pull-ci-redhat-performance-benchmark-runner-main-test-step-sysbench-pod redhat-performance/benchmark-runner presubmit Registry content changed
pull-ci-redhat-performance-benchmark-runner-main-test-step-sysbench-vm redhat-performance/benchmark-runner presubmit Registry content changed

A total of 33 jobs have been affected by this change. The above listing is non-exhaustive and limited to 25 jobs.

A full list of affected jobs can be found here

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-ci
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented Jun 1, 2026

@ebattat: all tests passed!

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.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants