Skip to content

Move Kueue operator CI jobs from OCP 4.21 to 4.22#81057

Merged
openshift-merge-bot[bot] merged 1 commit into
openshift:mainfrom
PannagaRao:kueue-upstream-dra-4-22
Jul 7, 2026
Merged

Move Kueue operator CI jobs from OCP 4.21 to 4.22#81057
openshift-merge-bot[bot] merged 1 commit into
openshift:mainfrom
PannagaRao:kueue-upstream-dra-4-22

Conversation

@PannagaRao

@PannagaRao PannagaRao commented Jun 25, 2026

Copy link
Copy Markdown
Contributor

Signed-off-by: Pannaga Rao Bhoja Ramamanohara

Summary by CodeRabbit

  • Updated the OpenShift CI configuration for the Kueue operator to run the upstream DRA E2E presubmit against OCP 4.22 instead of 4.21 by adding a 4-22-latest nightly OCP release candidate (version: "4.22").
  • Replaced the 4.21 upstream DRA optional job (test-e2e-ci-build-upstream-dra-4-21) with test-e2e-ci-build-upstream-dra-4-22, running on ipi-aws with cluster_profile: openshift-org-aws, setting DRA_GPU_PARTITIONS: "4", and overriding the install release to release:4-22-latest via OPENSHIFT_INSTALL_RELEASE_IMAGE_OVERRIDE and RELEASE_IMAGE_LATEST.
  • The upstream DRA test flow now executes the DRA enablement feature gate, installs dra-example-driver, and runs make e2e-upstream-test with E2E_TARGET_FOLDERS set to dra/whole-device and dra/counter.
  • Improved dra-example-driver-install-commands.sh to wait until at least one example.com ResourceSlice is present, then print an “All ResourceSlice details” section by iterating over every oc get resourceslice -o name result and dumping each slice’s full YAML.

@coderabbitai

coderabbitai Bot commented Jun 25, 2026

Copy link
Copy Markdown
Contributor

Walkthrough

Updates the OpenShift Kueue operator CI config for a 4.22 nightly release candidate and a matching upstream DRA job, and changes the DRA install script to print YAML for every ResourceSlice.

Changes

OpenShift Kueue CI and DRA updates

Layer / File(s) Summary
Release candidate and DRA job config
ci-operator/config/openshift/kueue-operator/openshift-kueue-operator-main.yaml
Adds the 4-22-latest release candidate and switches the optional upstream DRA job to test-e2e-ci-build-upstream-dra-4-22 with release:4-22-latest dependencies.
ResourceSlice output loop
ci-operator/step-registry/dra-example-driver/install/dra-example-driver-install-commands.sh
Replaces single ResourceSlice output with a loop that prints full YAML for each ResourceSlice.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes


Important

Pre-merge checks failed

Please resolve all errors before merging. Addressing warnings is optional.

❌ Failed checks (1 error)

Check name Status Explanation Resolution
No-Sensitive-Data-In-Logs ❌ Error FAIL: The install script logs full oc get ... -o yaml for every ResourceSlice; ResourceSlice can contain nodeName, so CI logs may expose internal hostnames. Print only non-sensitive fields (or redact nodeName/nodeSelector) instead of dumping full ResourceSlice YAML.
✅ Passed checks (14 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
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 No Ginkgo titles were added or modified; the PR only changes CI config and a shell install script, neither containing It/Describe/Context/When test names.
Test Structure And Quality ✅ Passed No Ginkgo test code was changed; the PR only updates CI config and a shell install script, and the script uses bounded waits/timeouts.
Microshift Test Compatibility ✅ Passed No new Ginkgo e2e tests were added; the PR only updates CI config and an install script, so MicroShift test compatibility is not implicated.
Single Node Openshift (Sno) Test Compatibility ✅ Passed PR only updates ci-operator config and a shell install script; no new or modified Ginkgo e2e tests or SNO-sensitive test logic were introduced.
Topology-Aware Scheduling Compatibility ✅ Passed Only CI/release references and ResourceSlice logging changed; no nodeSelector, affinity, anti-affinity, spread, or topology assumptions were added.
Ote Binary Stdout Contract ✅ Passed PASS: The patch only changes YAML config and a shell step script; no Go main/init/TestMain/BeforeSuite code or stdout-logging setup was added.
Ipv6 And Disconnected Network Test Compatibility ✅ Passed No new Ginkgo e2e tests were added or changed; the PR only updates CI config and a shell install script.
No-Weak-Crypto ✅ Passed Diff only adds a 4.22 release config and expands ResourceSlice logging; no weak crypto, custom crypto, or secret comparisons found.
Container-Privileges ✅ Passed PASS: The touched YAML and script add no privileged, hostPID/network/IPC, SYS_ADMIN, allowPrivilegeEscalation, or root container settings.
Title check ✅ Passed The title accurately summarizes the main change: updating Kueue operator CI jobs from OpenShift 4.21 to 4.22.
✨ 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.

@openshift-ci openshift-ci Bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jun 25, 2026
@PannagaRao PannagaRao force-pushed the kueue-upstream-dra-4-22 branch from bcb808d to a5e6324 Compare June 25, 2026 07:36
@PannagaRao

Copy link
Copy Markdown
Contributor Author

/pj-rehearse pull-ci-openshift-kueue-operator-main-test-e2e-ci-build-upstream-dra-4-22

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

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

@PannagaRao

Copy link
Copy Markdown
Contributor Author

/pj-rehearse pull-ci-openshift-kueue-operator-main-test-e2e-ci-build-upstream-dra-4-22

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

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

@PannagaRao

Copy link
Copy Markdown
Contributor Author

/pj-rehearse pull-ci-openshift-kueue-operator-main-test-e2e-ci-build-upstream-dra-4-22

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

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

@PannagaRao

Copy link
Copy Markdown
Contributor Author

/pj-rehearse pull-ci-openshift-kueue-operator-main-test-e2e-ci-build-upstream-dra-4-22

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

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

@hector-vido

Copy link
Copy Markdown
Contributor

/pj-rehearse pull-ci-openshift-kueue-operator-main-test-e2e-ci-build-upstream-dra-4-22

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

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

@PannagaRao PannagaRao force-pushed the kueue-upstream-dra-4-22 branch from a5e6324 to 409bf28 Compare June 25, 2026 21:24
@PannagaRao

Copy link
Copy Markdown
Contributor Author

/pj-rehearse pull-ci-openshift-kueue-operator-main-test-e2e-ci-build-upstream-dra-4-22

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

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

optional: true
steps:
cluster_profile: openshift-org-aws
dependencies:

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.

I'm curious why we need this change for 4.22 but did not need it for 4.21.

Is it because our latest points to 4.21 on line 75?

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.

Yes, you are right.

I still see the rehearsal using 4.21 though. I'll re trigger to confirm

@PannagaRao

Copy link
Copy Markdown
Contributor Author

/pj-rehearse pull-ci-openshift-kueue-operator-main-test-e2e-ci-build-upstream-dra-4-22

@PannagaRao PannagaRao force-pushed the kueue-upstream-dra-4-22 branch from 409bf28 to 62c691c Compare June 29, 2026 19:45
@PannagaRao

Copy link
Copy Markdown
Contributor Author

/pj-rehearse pull-ci-openshift-kueue-operator-main-test-e2e-ci-build-upstream-dra-4-22

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

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

@PannagaRao PannagaRao force-pushed the kueue-upstream-dra-4-22 branch from 62c691c to 3c8c8c9 Compare July 1, 2026 10:19
@PannagaRao

Copy link
Copy Markdown
Contributor Author

/pj-rehearse pull-ci-openshift-kueue-operator-main-test-e2e-ci-build-upstream-dra-4-22

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

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

@PannagaRao

Copy link
Copy Markdown
Contributor Author

/pj-rehearse pull-ci-openshift-kueue-operator-main-test-e2e-ci-build-upstream-dra-4-22

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

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

@PannagaRao

Copy link
Copy Markdown
Contributor Author

/pj-rehearse pull-ci-openshift-kueue-operator-main-test-e2e-ci-build-downstream-4-22

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

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

@openshift-ci openshift-ci Bot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Jul 2, 2026
@PannagaRao PannagaRao force-pushed the kueue-upstream-dra-4-22 branch from 7f2bfbd to b75c91f Compare July 2, 2026 05:55
@openshift-ci

openshift-ci Bot commented Jul 2, 2026

Copy link
Copy Markdown
Contributor

@PannagaRao: The following tests 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/periodic-ci-openshift-kueue-operator-main-perfscale-kueue-operator-9nodes 7f2bfbd link unknown /pj-rehearse periodic-ci-openshift-kueue-operator-main-perfscale-kueue-operator-9nodes
ci/rehearse/openshift/kueue-operator/main/test-e2e-dra-gpu-4-22 3c8c8c9 link unknown /pj-rehearse pull-ci-openshift-kueue-operator-main-test-e2e-dra-gpu-4-22

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.

@PannagaRao PannagaRao changed the title Move upstream DRA presubmit from OCP 4.21 to 4.22 Move Kueue operator CI jobs from OCP 4.21 to 4.22 Jul 2, 2026

@kannon92 kannon92 left a comment

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.

/lgtm
/approve

@openshift-ci openshift-ci Bot added the lgtm Indicates that a PR is ready to be merged. label Jul 2, 2026
@PannagaRao

Copy link
Copy Markdown
Contributor Author

/pj-rehearse pull-ci-openshift-kueue-operator-main-test-e2e-ci-build-upstream-dra-4-22

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

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

@kannon92

kannon92 commented Jul 6, 2026

Copy link
Copy Markdown
Contributor

/hold cancel

@openshift-ci openshift-ci Bot removed the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Jul 6, 2026
@kannon92

kannon92 commented Jul 6, 2026

Copy link
Copy Markdown
Contributor

looks like there is a rebase issue btw.

@openshift-ci openshift-ci Bot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Jul 6, 2026
@PannagaRao PannagaRao force-pushed the kueue-upstream-dra-4-22 branch from b75c91f to fd65bae Compare July 6, 2026 16:47
@openshift-ci openshift-ci Bot removed lgtm Indicates that a PR is ready to be merged. needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. labels Jul 6, 2026
Signed-off-by: Pannaga Rao Bhoja Ramamanohara
@PannagaRao PannagaRao force-pushed the kueue-upstream-dra-4-22 branch from fd65bae to d59b111 Compare July 6, 2026 16:50
@openshift-merge-bot

Copy link
Copy Markdown
Contributor

[REHEARSALNOTIFIER]
@PannagaRao: 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-kueue-operator-main-ci-bundle-kueue-bundle openshift/kueue-operator presubmit Presubmit changed
pull-ci-openshift-kueue-operator-main-fips-image-scan-kueue-operator openshift/kueue-operator presubmit Presubmit changed
pull-ci-openshift-kueue-operator-main-lint openshift/kueue-operator presubmit Presubmit changed
pull-ci-openshift-kueue-operator-main-perfscale-pr-kueue-operator-9nodes openshift/kueue-operator presubmit Presubmit changed
pull-ci-openshift-kueue-operator-main-security openshift/kueue-operator presubmit Presubmit changed
pull-ci-openshift-kueue-operator-main-test openshift/kueue-operator presubmit Presubmit changed
pull-ci-openshift-kueue-operator-main-test-e2e-ci-build-downstream-4-22 openshift/kueue-operator presubmit Presubmit changed
pull-ci-openshift-kueue-operator-main-test-e2e-ci-build-upstream-4-22 openshift/kueue-operator presubmit Presubmit changed
pull-ci-openshift-kueue-operator-main-test-e2e-ci-build-upstream-dra-4-22 openshift/kueue-operator presubmit Presubmit changed
pull-ci-openshift-kueue-operator-main-test-e2e-dra-gpu-4-22 openshift/kueue-operator presubmit Presubmit changed
pull-ci-openshift-kueue-operator-main-test-generate openshift/kueue-operator presubmit Presubmit changed
pull-ci-openshift-kueue-operator-release-1.4-perfscale-pr-kueue-operator-9nodes openshift/kueue-operator presubmit Presubmit changed
pull-ci-openshift-kueue-operator-release-1.4-test-e2e-ci-build-downstream-4-22 openshift/kueue-operator presubmit Presubmit changed
pull-ci-openshift-kueue-operator-release-1.4-test-e2e-ci-build-upstream-4-22 openshift/kueue-operator presubmit Presubmit changed
pull-ci-openshift-kueue-operator-release-1.4-test-e2e-ci-build-upstream-dra-4-22 openshift/kueue-operator presubmit Presubmit changed
pull-ci-openshift-kueue-operator-release-1.4-test-e2e-dra-gpu-4-22 openshift/kueue-operator presubmit Presubmit changed
pull-ci-openshift-kueue-operator-release-1.4-upgrade-from-4.18-e2e-ocp-upgrade-4-18-to-4-19-kueue-1-4 openshift/kueue-operator presubmit Presubmit changed
pull-ci-openshift-kueue-operator-release-1.4-upgrade-from-4.18-e2e-operator-upgrade-4-18-kueue-1-3-to-1-4 openshift/kueue-operator presubmit Presubmit changed
pull-ci-openshift-kueue-operator-release-1.4-upgrade-from-4.19-e2e-ocp-upgrade-4-19-to-4-20-kueue-1-4 openshift/kueue-operator presubmit Presubmit changed
pull-ci-openshift-kueue-operator-release-1.4-upgrade-from-4.19-e2e-operator-upgrade-4-19-kueue-1-3-to-1-4 openshift/kueue-operator presubmit Presubmit changed
pull-ci-openshift-kueue-operator-release-1.4-upgrade-from-4.20-e2e-ocp-upgrade-4-20-to-4-21-kueue-1-4 openshift/kueue-operator presubmit Presubmit changed
pull-ci-openshift-kueue-operator-release-1.4-upgrade-from-4.20-e2e-operator-upgrade-4-20-kueue-1-3-to-1-4 openshift/kueue-operator presubmit Presubmit changed
pull-ci-openshift-kueue-operator-release-1.4-upgrade-from-4.21-e2e-ocp-upgrade-4-21-to-4-22-kueue-1-4 openshift/kueue-operator presubmit Presubmit changed
pull-ci-openshift-kueue-operator-release-1.4-upgrade-from-4.21-e2e-operator-upgrade-4-21-kueue-1-3-to-1-4 openshift/kueue-operator presubmit Presubmit changed
pull-ci-openshift-kueue-operator-release-1.4-upgrade-from-4.21-images openshift/kueue-operator presubmit Presubmit changed

A total of 80 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]
@PannagaRao: 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-origin-main-e2e-aws-ovn-dra-example openshift/origin presubmit Registry content changed
pull-ci-openshift-origin-release-5.1-e2e-aws-ovn-dra-example openshift/origin presubmit Registry content changed
pull-ci-openshift-origin-release-5.0-e2e-aws-ovn-dra-example openshift/origin presubmit Registry content changed
pull-ci-openshift-origin-release-4.23-e2e-aws-ovn-dra-example openshift/origin presubmit Registry content changed
pull-ci-openshift-kueue-operator-main-ci-bundle-kueue-bundle openshift/kueue-operator presubmit Presubmit changed
pull-ci-openshift-kueue-operator-main-fips-image-scan-kueue-operator openshift/kueue-operator presubmit Presubmit changed
pull-ci-openshift-kueue-operator-main-lint openshift/kueue-operator presubmit Presubmit changed
pull-ci-openshift-kueue-operator-main-perfscale-pr-kueue-operator-9nodes openshift/kueue-operator presubmit Presubmit changed
pull-ci-openshift-kueue-operator-main-security openshift/kueue-operator presubmit Presubmit changed
pull-ci-openshift-kueue-operator-main-test openshift/kueue-operator presubmit Presubmit changed
pull-ci-openshift-kueue-operator-main-test-e2e-ci-build-downstream-4-22 openshift/kueue-operator presubmit Presubmit changed
pull-ci-openshift-kueue-operator-main-test-e2e-ci-build-upstream-4-22 openshift/kueue-operator presubmit Presubmit changed
pull-ci-openshift-kueue-operator-main-test-e2e-ci-build-upstream-dra-4-22 openshift/kueue-operator presubmit Presubmit changed
pull-ci-openshift-kueue-operator-main-test-e2e-dra-gpu-4-22 openshift/kueue-operator presubmit Presubmit changed
pull-ci-openshift-kueue-operator-main-test-generate openshift/kueue-operator presubmit Presubmit changed
pull-ci-openshift-kueue-operator-release-1.4-perfscale-pr-kueue-operator-9nodes openshift/kueue-operator presubmit Presubmit changed
pull-ci-openshift-kueue-operator-release-1.4-test-e2e-ci-build-downstream-4-22 openshift/kueue-operator presubmit Presubmit changed
pull-ci-openshift-kueue-operator-release-1.4-test-e2e-ci-build-upstream-4-22 openshift/kueue-operator presubmit Presubmit changed
pull-ci-openshift-kueue-operator-release-1.4-test-e2e-ci-build-upstream-dra-4-22 openshift/kueue-operator presubmit Presubmit changed
pull-ci-openshift-kueue-operator-release-1.4-test-e2e-dra-gpu-4-22 openshift/kueue-operator presubmit Presubmit changed
pull-ci-openshift-kueue-operator-release-1.4-upgrade-from-4.18-e2e-ocp-upgrade-4-18-to-4-19-kueue-1-4 openshift/kueue-operator presubmit Presubmit changed
pull-ci-openshift-kueue-operator-release-1.4-upgrade-from-4.18-e2e-operator-upgrade-4-18-kueue-1-3-to-1-4 openshift/kueue-operator presubmit Presubmit changed
pull-ci-openshift-kueue-operator-release-1.4-upgrade-from-4.19-e2e-ocp-upgrade-4-19-to-4-20-kueue-1-4 openshift/kueue-operator presubmit Presubmit changed
pull-ci-openshift-kueue-operator-release-1.4-upgrade-from-4.19-e2e-operator-upgrade-4-19-kueue-1-3-to-1-4 openshift/kueue-operator presubmit Presubmit changed
pull-ci-openshift-kueue-operator-release-1.4-upgrade-from-4.20-e2e-ocp-upgrade-4-20-to-4-21-kueue-1-4 openshift/kueue-operator presubmit Presubmit changed

A total of 80 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.

@PannagaRao

Copy link
Copy Markdown
Contributor Author

/pj-rehearse pull-ci-openshift-kueue-operator-main-test-e2e-ci-build-upstream-dra-4-22

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

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

@PannagaRao

Copy link
Copy Markdown
Contributor Author

/pj-rehearse ack

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

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

@openshift-merge-bot openshift-merge-bot Bot added the rehearsals-ack Signifies that rehearsal jobs have been acknowledged label Jul 6, 2026
@PannagaRao

Copy link
Copy Markdown
Contributor Author

@kannon92 Could you please tag the PR again? Thanks!

@kannon92

kannon92 commented Jul 7, 2026

Copy link
Copy Markdown
Contributor

/lgtm

@openshift-ci openshift-ci Bot added the lgtm Indicates that a PR is ready to be merged. label Jul 7, 2026
@openshift-ci

openshift-ci Bot commented Jul 7, 2026

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: kannon92, PannagaRao

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-merge-bot openshift-merge-bot Bot merged commit 972e800 into openshift:main Jul 7, 2026
18 of 19 checks passed
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. lgtm Indicates that a PR is ready to be merged. rehearsals-ack Signifies that rehearsal jobs have been acknowledged

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants