Skip to content

OCM-23830 Migrate cs-rosa-hcp-backup-cp-upgrade-integration-main OCM FVT job to Prow periodic. - #78767

Merged
openshift-merge-bot[bot] merged 1 commit into
openshift:mainfrom
tinaafitz:ocm-23830-migrate-cs-rosa-hcp-backup-cp-upgrade-integration
May 29, 2026
Merged

OCM-23830 Migrate cs-rosa-hcp-backup-cp-upgrade-integration-main OCM FVT job to Prow periodic.#78767
openshift-merge-bot[bot] merged 1 commit into
openshift:mainfrom
tinaafitz:ocm-23830-migrate-cs-rosa-hcp-backup-cp-upgrade-integration

Conversation

@tinaafitz

@tinaafitz tinaafitz commented May 4, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Add Prow periodic for cs-rosa-hcp-backup-cp-upgrade-integration-main OCM FVT job
  • Migrates from Tekton/Konflux to Prow using nested-podman + ocmci container pattern
  • Runs CMS API backup/restore tests during control plane upgrades against integration OCM environment
  • Test scopes: HCP-Backup-Restore-Autoscaling (feature-backup-cp-upgrade, no flake retries)

Details

This PR adds a new Prow periodic job configuration for the OpenShift Rosa E2E test suite, migrating the cs-rosa-hcp-backup-cp-upgrade-integration-main job from Tekton/Konflux to Prow.

Configuration Details:

  • The new periodic test runs daily at 08:00 UTC against an integration OCM environment
  • Uses a nested-podman container pattern to execute the ocmci tool, which runs CMS API backup/restore tests during control plane upgrades on HCP clusters
  • Configured with feature scope HCP-Backup-Restore-Autoscaling and no flake retries
  • Includes Jira ticket reporting integration to track test results

Technical Note:
The Prow test name is shortened to ocm-fvt-periodic-cs-rosa-hcp-bkp-cp-upgrade-integration-main (using "bkp" instead of "backup") to comply with ci-operator's 61-character naming limit, while the full job name cs-rosa-hcp-backup-cp-upgrade-integration-main is preserved in the ocmtest command parameter.

Infrastructure Impact:
This change affects CI testing for the Rosa E2E suite, enabling automated validation of OpenShift Service on AWS backup and restore functionality during control plane upgrades as part of the regular test pipeline.

@openshift-ci openshift-ci Bot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label May 4, 2026
@openshift-merge-bot

Copy link
Copy Markdown
Contributor

@tinaafitz, pj-rehearse: unable to determine affected jobs. This could be due to a branch that needs to be rebased. ERROR:

couldn't prepare candidate: couldn't rebase candidate onto 800a8338cb12dc318a0ecba13d7804b4a76da57d due to conflicts
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.

@coderabbitai

coderabbitai Bot commented May 4, 2026

Copy link
Copy Markdown
Contributor

Walkthrough

A new CI-operator configuration file is added for an OpenShift Rosa E2E test job. The file specifies base images, build environment, OCP 4.22 releases, resource constraints, and a periodic test job that executes OCM FVT integration tests with Jira reporting.

Changes

Rosa E2E OCM FVT Integration Test Configuration

Layer / File(s) Summary
Base Images & Build Environment
ci-operator/config/openshift-online/rosa-e2e/openshift-online-rosa-e2e-main__ocm-fvt-rosa-hcp-integration.yaml (lines 1–11)
Configures nested-podman base image and builder image stream with OpenShift 4.22 tag.
Releases & Resource Constraints
ci-operator/config/openshift-online/rosa-e2e/openshift-online-rosa-e2e-main__ocm-fvt-rosa-hcp-integration.yaml (lines 12–24)
Defines nightly OCP 4.22 release stream and CPU/memory resource limits for test execution.
Test Job Definition
ci-operator/config/openshift-online/rosa-e2e/openshift-online-rosa-e2e-main__ocm-fvt-rosa-hcp-integration.yaml (lines 25–53)
Specifies test job name, environment variables with JOB_LINK construction logic, credential sourcing, and ocmci container invocation for OCM test execution and Jira ticket reporting.
Scheduling & Execution Configuration
ci-operator/config/openshift-online/rosa-e2e/openshift-online-rosa-e2e-main__ocm-fvt-rosa-hcp-integration.yaml (lines 54–62)
Configures cron schedule, memory-backed volume, nested-podman settings, and credential mounts for the test job.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

🚥 Pre-merge checks | ✅ 12
✅ Passed checks (12 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 PR adds only CI-operator YAML configuration, not Ginkgo test code. No Ginkgo test titles (It(), Describe(), Context(), etc.) are defined or modified. Check is not applicable.
Test Structure And Quality ✅ Passed The custom check reviews Ginkgo test code quality. This PR only adds a YAML ci-operator configuration file with no Ginkgo test code. The check is not applicable.
Microshift Test Compatibility ✅ Passed This PR adds only a CI-operator YAML configuration file, not Ginkgo e2e test code. The custom check applies specifically to new Ginkgo e2e tests, which are not present here.
Single Node Openshift (Sno) Test Compatibility ✅ Passed PR adds ci-operator YAML configuration for a Prow periodic job running OCM tests via container, not new Ginkgo e2e tests. The custom check applies only to Ginkgo test code, not CI configuration.
Topology-Aware Scheduling Compatibility ✅ Passed File is a ci-operator configuration (not a deployment manifest, operator code, or controller), so the topology-aware scheduling check does not apply. File contains no scheduling constraints.
Ote Binary Stdout Contract ✅ Passed OTE Binary Stdout Contract check applies only to Go test binaries. This PR adds only YAML config files for a Prow periodic job with no Go code or test binaries involved.
Ipv6 And Disconnected Network Test Compatibility ✅ Passed This PR only adds a ci-operator YAML configuration file, not Ginkgo test code. The check applies to test code files, not CI infrastructure configuration.
Title check ✅ Passed The title directly references the main change: migrating an OCM FVT job to Prow periodic, matching the PR's primary objective.

✏️ 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 dustman9000 and tiwillia May 4, 2026 18:30

@coderabbitai coderabbitai Bot 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.

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/config/openshift-online/rosa-e2e/openshift-online-rosa-e2e-main.yaml`:
- Around line 237-239: The umask is set after mktemp, so the temp file created
by podman_env_file="$(mktemp ...)" isn't protected by the intended umask; move
the umask 077 line to before the mktemp invocation so umask takes effect for the
newly created file (i.e., set umask 077, then create podman_env_file with
mktemp, then install the trap to remove it). Ensure you still keep the trap('rm
-f "${podman_env_file}"' EXIT) and no other behavior changes.
🪄 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: 7ec0eed1-0b05-4e49-9f9f-b62f69079088

📥 Commits

Reviewing files that changed from the base of the PR and between 800a833 and 8c41919.

⛔ Files ignored due to path filters (1)
  • ci-operator/jobs/openshift-online/rosa-e2e/openshift-online-rosa-e2e-main-periodics.yaml is excluded by !ci-operator/jobs/**
📒 Files selected for processing (1)
  • ci-operator/config/openshift-online/rosa-e2e/openshift-online-rosa-e2e-main.yaml

Comment thread ci-operator/config/openshift-online/rosa-e2e/openshift-online-rosa-e2e-main.yaml Outdated
@tinaafitz tinaafitz changed the title OCM-23830 Migrate cs-rosa-hcp-backup-cp-upgrade-integration-main OCM FVT job to Prow periodic. wip OCM-23830 Migrate cs-rosa-hcp-backup-cp-upgrade-integration-main OCM FVT job to Prow periodic. May 4, 2026
@openshift-ci openshift-ci Bot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label May 4, 2026
@tinaafitz
tinaafitz force-pushed the ocm-23830-migrate-cs-rosa-hcp-backup-cp-upgrade-integration branch from 8c41919 to f952194 Compare May 6, 2026 22:03
@openshift-ci openshift-ci Bot removed the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label May 6, 2026

@coderabbitai coderabbitai Bot 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.

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/config/openshift-online/rosa-e2e/openshift-online-rosa-e2e-main__ocm-fvt-rosa-hcp-integration.yaml`:
- Around line 29-38: The JOB_LINK construction is done inside a sanitized shell
started with "env -i bash --norc --noprofile << 'EOF' > /tmp/podman.env", which
clears PULL_NUMBER, JOB_NAME and BUILD_ID; update the invocation so those Prow
environment variables are preserved (either remove "env -i" or explicitly export
PULL_NUMBER, JOB_NAME and BUILD_ID into the subshell before constructing
JOB_LINK) so the conditional that appends pr-logs or logs uses the real values;
ensure the symbols JOB_LINK, PULL_NUMBER, JOB_NAME and BUILD_ID in the here-doc
reflect the preserved variables.
🪄 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: 9d48b4fd-7d50-4914-b82c-ae1968339b9d

📥 Commits

Reviewing files that changed from the base of the PR and between 8c41919 and f952194.

📒 Files selected for processing (1)
  • ci-operator/config/openshift-online/rosa-e2e/openshift-online-rosa-e2e-main__ocm-fvt-rosa-hcp-integration.yaml

Comment on lines +29 to +38
env -i bash --norc --noprofile << 'EOF' > /tmp/podman.env
export AWS_SHARED_CREDENTIALS_FILE=/credentials/aws-cred
export AWS_SHARED_VPC_CREDENTIALS_FILE=/credentials/aws-shared-vpc-credentials
export ENABLE_JIRA_REPORTING=true
JOB_LINK="https://prow.ci.openshift.org/view/gs/test-platform-results/"
if [ -n "${PULL_NUMBER:-}" ]; then
JOB_LINK="${JOB_LINK}pr-logs/pull/openshift_release/${PULL_NUMBER}/${JOB_NAME}/${BUILD_ID}"
else
JOB_LINK="${JOB_LINK}logs/${JOB_NAME}/${BUILD_ID}"
fi

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

Preserve Prow vars when generating JOB_LINK.

env -i drops PULL_NUMBER, JOB_NAME, and BUILD_ID, so the constructed link can become incomplete/incorrect. Pass required vars explicitly (or remove env -i) before building JOB_LINK.

Suggested fix
-    env -i bash --norc --noprofile << 'EOF' > /tmp/podman.env
+    env -i \
+      PULL_NUMBER="${PULL_NUMBER:-}" \
+      JOB_NAME="${JOB_NAME:-}" \
+      BUILD_ID="${BUILD_ID:-}" \
+      bash --norc --noprofile << 'EOF' > /tmp/podman.env
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
env -i bash --norc --noprofile << 'EOF' > /tmp/podman.env
export AWS_SHARED_CREDENTIALS_FILE=/credentials/aws-cred
export AWS_SHARED_VPC_CREDENTIALS_FILE=/credentials/aws-shared-vpc-credentials
export ENABLE_JIRA_REPORTING=true
JOB_LINK="https://prow.ci.openshift.org/view/gs/test-platform-results/"
if [ -n "${PULL_NUMBER:-}" ]; then
JOB_LINK="${JOB_LINK}pr-logs/pull/openshift_release/${PULL_NUMBER}/${JOB_NAME}/${BUILD_ID}"
else
JOB_LINK="${JOB_LINK}logs/${JOB_NAME}/${BUILD_ID}"
fi
env -i \
PULL_NUMBER="${PULL_NUMBER:-}" \
JOB_NAME="${JOB_NAME:-}" \
BUILD_ID="${BUILD_ID:-}" \
bash --norc --noprofile << 'EOF' > /tmp/podman.env
export AWS_SHARED_CREDENTIALS_FILE=/credentials/aws-cred
export AWS_SHARED_VPC_CREDENTIALS_FILE=/credentials/aws-shared-vpc-credentials
export ENABLE_JIRA_REPORTING=true
JOB_LINK="https://prow.ci.openshift.org/view/gs/test-platform-results/"
if [ -n "${PULL_NUMBER:-}" ]; then
JOB_LINK="${JOB_LINK}pr-logs/pull/openshift_release/${PULL_NUMBER}/${JOB_NAME}/${BUILD_ID}"
else
JOB_LINK="${JOB_LINK}logs/${JOB_NAME}/${BUILD_ID}"
fi
🤖 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/config/openshift-online/rosa-e2e/openshift-online-rosa-e2e-main__ocm-fvt-rosa-hcp-integration.yaml`
around lines 29 - 38, The JOB_LINK construction is done inside a sanitized shell
started with "env -i bash --norc --noprofile << 'EOF' > /tmp/podman.env", which
clears PULL_NUMBER, JOB_NAME and BUILD_ID; update the invocation so those Prow
environment variables are preserved (either remove "env -i" or explicitly export
PULL_NUMBER, JOB_NAME and BUILD_ID into the subshell before constructing
JOB_LINK) so the conditional that appends pr-logs or logs uses the real values;
ensure the symbols JOB_LINK, PULL_NUMBER, JOB_NAME and BUILD_ID in the here-doc
reflect the preserved variables.

@tinaafitz tinaafitz changed the title wip OCM-23830 Migrate cs-rosa-hcp-backup-cp-upgrade-integration-main OCM FVT job to Prow periodic. OCM-23830 Migrate cs-rosa-hcp-backup-cp-upgrade-integration-main OCM FVT job to Prow periodic. May 8, 2026
@openshift-ci openshift-ci Bot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label May 8, 2026
@dustman9000

Copy link
Copy Markdown
Member

/pj-rehearse periodic-ci-openshift-online-rosa-e2e-main-ocm-fvt-rosa-hcp-integration-ocm-fvt-periodic-cs-rosa-hcp-bkp-cp-upgrade-integration-main

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

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

@tinaafitz
tinaafitz force-pushed the ocm-23830-migrate-cs-rosa-hcp-backup-cp-upgrade-integration branch from f952194 to 7225ff9 Compare May 18, 2026 15:38
@tinaafitz

Copy link
Copy Markdown
Contributor Author

/pj-rehearse periodic-ci-openshift-online-rosa-e2e-main-ocm-fvt-rosa-hcp-integration-ocm-fvt-periodic-cs-rosa-hcp-bkp-cp-upgrade-integration-main

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

@tinaafitz: 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 needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label May 18, 2026
@tinaafitz
tinaafitz force-pushed the ocm-23830-migrate-cs-rosa-hcp-backup-cp-upgrade-integration branch from 7225ff9 to 373859b Compare May 19, 2026 18:31
@openshift-ci openshift-ci Bot removed the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label May 19, 2026
@tinaafitz

Copy link
Copy Markdown
Contributor Author

pj-rehearse periodic-ci-openshift-online-rosa-e2e-main-ocm-fvt-rosa-hcp-integration-ocm-fvt-periodic-cs-rosa-hcp-bkp-cp-upgrade-integration-main

@tinaafitz
tinaafitz force-pushed the ocm-23830-migrate-cs-rosa-hcp-backup-cp-upgrade-integration branch from 373859b to 7312c52 Compare May 20, 2026 16:02
@tinaafitz

Copy link
Copy Markdown
Contributor Author

pj-rehearse periodic-ci-openshift-online-rosa-e2e-main-ocm-fvt-rosa-hcp-integration-ocm-fvt-periodic-cs-rosa-hcp-bkp-cp-upgrade-integration-main

@dustman9000

Copy link
Copy Markdown
Member

/pj-rehearse periodic-ci-openshift-online-rosa-e2e-main-ocm-fvt-rosa-hcp-integration-ocm-fvt-periodic-cs-rosa-hcp-bkp-cp-upgrade-integration-main

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

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

@tinaafitz
tinaafitz force-pushed the ocm-23830-migrate-cs-rosa-hcp-backup-cp-upgrade-integration branch 2 times, most recently from 46e666d to 8746092 Compare May 26, 2026 15:53
@tinaafitz

Copy link
Copy Markdown
Contributor Author

/pj-rehearse periodic-ci-openshift-online-rosa-e2e-main-ocm-fvt-rosa-hcp-integration-ocm-fvt-periodic-cs-rosa-hcp-bkp-cp-upgrade-integration-main

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

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

@tinaafitz

Copy link
Copy Markdown
Contributor Author

pj-rehearse periodic-ci-openshift-online-rosa-e2e-main-ocm-fvt-rosa-hcp-integration-ocm-fvt-periodic-cs-rosa-hcp-bkp-cp-upgrade-integration-main

@tinaafitz
tinaafitz force-pushed the ocm-23830-migrate-cs-rosa-hcp-backup-cp-upgrade-integration branch from 33cd0cd to 94979f2 Compare May 27, 2026 19:38
@tinaafitz

Copy link
Copy Markdown
Contributor Author

pj-rehearse periodic-ci-openshift-online-rosa-e2e-main-ocm-fvt-rosa-hcp-integration-ocm-fvt-periodic-cs-rosa-hcp-bkp-cp-upgrade-integration-main

@tinaafitz

Copy link
Copy Markdown
Contributor Author

/retest

@tinaafitz
tinaafitz force-pushed the ocm-23830-migrate-cs-rosa-hcp-backup-cp-upgrade-integration branch from 94979f2 to 6842cd9 Compare May 28, 2026 14:29
@tinaafitz
tinaafitz force-pushed the ocm-23830-migrate-cs-rosa-hcp-backup-cp-upgrade-integration branch from 6842cd9 to bb77d36 Compare May 29, 2026 17:17
@tinaafitz

Copy link
Copy Markdown
Contributor Author

/retest-required

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

[REHEARSALNOTIFIER]
@tinaafitz: 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
periodic-ci-openshift-online-rosa-e2e-main-ocm-fvt-rosa-hcp-integration-ocm-fvt-periodic-cs-rosa-hcp-bkp-cp-upgrade-integration-main N/A periodic Periodic 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.

@tinaafitz

Copy link
Copy Markdown
Contributor Author

/pj-rehearse periodic-ci-openshift-online-rosa-e2e-main-ocm-fvt-rosa-hcp-integration-ocm-fvt-periodic-cs-rosa-hcp-bkp-cp-upgrade-integration-main

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

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

@dustman9000

Copy link
Copy Markdown
Member

/lgtm
/approve
/pj-rehearse ack

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

@dustman9000: 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 May 29, 2026
@openshift-ci openshift-ci Bot added the lgtm Indicates that a PR is ready to be merged. label May 29, 2026
@openshift-ci

openshift-ci Bot commented May 29, 2026

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: dustman9000, tinaafitz

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 29, 2026
@openshift-ci

openshift-ci Bot commented May 29, 2026

Copy link
Copy Markdown
Contributor

@tinaafitz: 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.

@openshift-merge-bot
openshift-merge-bot Bot merged commit 40073ff into openshift:main May 29, 2026
17 checks passed
krisnababu pushed a commit to oharan2/release that referenced this pull request Jul 3, 2026
andrej1991 pushed a commit to andrej1991/release that referenced this pull request Jul 6, 2026
TimurMP pushed a commit to TimurMP/release that referenced this pull request Jul 8, 2026
SachinNinganure pushed a commit to SachinNinganure/release that referenced this pull request Jul 20, 2026
srivickynesh pushed a commit to srivickynesh/release that referenced this pull request Aug 5, 2026
malingatembo pushed a commit to malingatembo/release that referenced this pull request Aug 5, 2026
TimurMP pushed a commit to TimurMP/release that referenced this pull request Sep 5, 2026
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.

2 participants