Skip to content

OCPBUGS-100190, CONSOLE-5234: Remove Cypress CI jobs, switch e2e-gcp-console to Playwright - #82685 - #82685

Open
shahsahil264 wants to merge 5 commits into
openshift:mainfrom
shahsahil264:CONSOLE-5234
Open

OCPBUGS-100190, CONSOLE-5234: Remove Cypress CI jobs, switch e2e-gcp-console to Playwright - #82685#82685
shahsahil264 wants to merge 5 commits into
openshift:mainfrom
shahsahil264:CONSOLE-5234

Conversation

@shahsahil264

@shahsahil264 shahsahil264 commented Jul 30, 2026

Copy link
Copy Markdown
Contributor

Summary

Switch the OpenShift Console E2E CI jobs from Cypress to Playwright as part of the Cypress-to-Playwright migration (CONSOLE-5234).

Changes to ci-operator/config/openshift/console/openshift-console-main.yaml:

e2e-gcp-console (required E2E job):

  • Switch from: srcfrom: console-playwright-runner (Playwright needs Chromium which is pre-installed in this image)
  • test-prow-e2e.sh now runs Playwright (updated in openshift/console#16883)
  • Remove CYPRESS_RECORD_KEY credential mount (no longer needed)
  • Change CYPRESS_PLUGIN_PULL_SPECPLUGIN_PULL_SPEC dependency
  • Reduce timeout from 6h to 2h (Playwright is significantly faster)

e2e-gcp-console-techpreview:

  • Same image and credential changes as above

Removed jobs:

  • e2e-playwright — redundant now that e2e-gcp-console runs Playwright
  • e2e-playwright-techpreview — redundant now that e2e-gcp-console-techpreview runs Playwright

Generated files

  • ci-operator/jobs/openshift/console/openshift-console-main-presubmits.yaml — regenerated via make jobs

Companion PR

/cc @rhamilto @logonoff

Summary by CodeRabbit

  • Migrates OpenShift Console GCP E2E CI jobs from Cypress to Playwright by switching the test runner to the console-playwright-runner image and removing Cypress-specific handling from the GCP E2E steps (no CYPRESS_RECORD_KEY usage remains in the updated job definitions).
  • Rewires the TechPreview E2E job to run as e2e-gcp-console-techpreview (with FEATURE_SET: TechPreviewNoUpgrade) and uses the Playwright TechPreview script ./test-prow-e2e-techpreview.sh instead of the prior Playwright TechPreview script.
  • Reduces the GCP E2E job timeouts from 6 hours to 2 hours (timeout: 2h0m0s in both e2e-gcp-console and e2e-gcp-console-techpreview).
  • Updates the Console image build to dynamically resolve the Yarn 4 entrypoint path from .yarnrc.yml and uses it for both yarn install --immutable and a generated /usr/local/bin/yarn wrapper (including corrected argument forwarding).
  • Updates CI wiring for the console plugin dependency via PLUGIN_PULL_SPEC, removes redundant Playwright job wiring, and regenerates presubmit configuration in ci-operator/config/openshift/console/openshift-console-main.yaml and the release-specific variants (release-4.23, release-5.0, release-5.1).

…right

- Update e2e-gcp-console to use console-playwright-runner image
  and run Playwright via test-prow-e2e.sh (which now runs Playwright)
- Update e2e-gcp-console-techpreview similarly
- Remove e2e-playwright and e2e-playwright-techpreview jobs
  (redundant now that e2e-gcp-console runs Playwright)
- Remove Cypress credentials and dependencies
- Reduce timeout from 6h to 2h (Playwright is faster)
Generated by `make jobs` — removes e2e-playwright and
e2e-playwright-techpreview presubmit job definitions that are
no longer needed.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

Signed-off-by: Sahil Shah <sahshah@redhat.com>
@openshift-ci
openshift-ci Bot requested a review from logonoff July 30, 2026 18:01
@openshift-ci-robot openshift-ci-robot added the jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. label Jul 30, 2026
@openshift-ci
openshift-ci Bot requested a review from rhamilto July 30, 2026 18:01
@openshift-ci-robot

openshift-ci-robot commented Jul 30, 2026

Copy link
Copy Markdown
Contributor

@shahsahil264: This pull request references CONSOLE-5234 which is a valid jira issue.

Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "5.0.0" version, but no target version was set.

Details

In response to this:

Summary

Switch the OpenShift Console E2E CI jobs from Cypress to Playwright as part of the Cypress-to-Playwright migration (CONSOLE-5234).

Changes to ci-operator/config/openshift/console/openshift-console-main.yaml:

e2e-gcp-console (required E2E job):

  • Switch from: srcfrom: console-playwright-runner (Playwright needs Chromium which is pre-installed in this image)
  • test-prow-e2e.sh now runs Playwright (updated in openshift/console#16883)
  • Remove CYPRESS_RECORD_KEY credential mount (no longer needed)
  • Change CYPRESS_PLUGIN_PULL_SPECPLUGIN_PULL_SPEC dependency
  • Reduce timeout from 6h to 2h (Playwright is significantly faster)

e2e-gcp-console-techpreview:

  • Same image and credential changes as above

Removed jobs:

  • e2e-playwright — redundant now that e2e-gcp-console runs Playwright
  • e2e-playwright-techpreview — redundant now that e2e-gcp-console-techpreview runs Playwright

Generated files

  • ci-operator/jobs/openshift/console/openshift-console-main-presubmits.yaml — regenerated via make jobs

Companion PR

/cc @rhamilto @logonoff

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 openshift-eng/jira-lifecycle-plugin repository.

@coderabbitai

coderabbitai Bot commented Jul 30, 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: 1682d0d2-65ec-4b57-afc7-8f7008251778

📥 Commits

Reviewing files that changed from the base of the PR and between cd55f64 and 8222d29.

⛔ Files ignored due to path filters (3)
  • ci-operator/jobs/openshift/console/openshift-console-release-4.23-presubmits.yaml is excluded by !ci-operator/jobs/**
  • ci-operator/jobs/openshift/console/openshift-console-release-5.0-presubmits.yaml is excluded by !ci-operator/jobs/**
  • ci-operator/jobs/openshift/console/openshift-console-release-5.1-presubmits.yaml is excluded by !ci-operator/jobs/**
📒 Files selected for processing (3)
  • ci-operator/config/openshift/console/openshift-console-release-4.23.yaml
  • ci-operator/config/openshift/console/openshift-console-release-5.0.yaml
  • ci-operator/config/openshift/console/openshift-console-release-5.1.yaml

Walkthrough

Console CI configurations now resolve Yarn from .yarnrc.yml and update GCP E2E jobs by removing Cypress record-key exports and using revised Playwright-oriented workflows.

Changes

Console CI updates

Layer / File(s) Summary
Dynamic Yarn build resolution
ci-operator/config/openshift/console/openshift-console-*.yaml
Build commands derive the Yarn entrypoint dynamically for dependency installation and the generated /usr/local/bin/yarn wrapper, while retaining Chromium installation.
GCP E2E job wiring
ci-operator/config/openshift/console/openshift-console-*.yaml
E2E steps remove Cypress record-key exports; related job, image, dependency, timeout, and TechPreview script configuration is updated where applicable.

Estimated code review effort: 3 (Moderate) | ~20 minutes

Possibly related PRs

Suggested labels: do-not-merge/work-in-progress

Suggested reviewers: rhamilto, logonoff

🚥 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 captures the main change: migrating console CI from Cypress to Playwright and updating e2e-gcp-console jobs.
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 PASS: The PR only changes CI YAML and generated presubmit job configs; no Ginkgo It/Describe/Context/When titles or dynamic test names are introduced.
Test Structure And Quality ✅ Passed No Ginkgo test code changed; PR only updates CI/job YAML, so the test-quality checklist isn’t applicable.
Microshift Test Compatibility ✅ Passed Only CI YAML/job configs changed; no Ginkgo test code or MicroShift-sensitive test additions were introduced.
Single Node Openshift (Sno) Test Compatibility ✅ Passed No new Ginkgo tests were added; the PR only changes ci-operator YAML/job configs and removes jobs, so SNO-specific test review isn’t applicable.
Topology-Aware Scheduling Compatibility ✅ Passed Changes only adjust CI job/image wiring; no deployment manifests/controllers and no nodeSelector, affinity, topology spread, PDB, or replica logic was added.
Ote Binary Stdout Contract ✅ Passed PR only changes ci-operator YAML/job wiring; no OTE binary code or process-level stdout writes were introduced.
Ipv6 And Disconnected Network Test Compatibility ✅ Passed PR only changes CI config/job definitions; no Ginkgo test code or new network/IP assumptions were added.
No-Weak-Crypto ✅ Passed Diff only touches CI YAML and Cypress→Playwright wiring; no MD5/SHA1/DES/RC4/3DES/ECB, custom crypto, or secret-comparison code was found.
Container-Privileges ✅ Passed No touched CI YAML adds privileged, hostPID/Network/IPC, SYS_ADMIN, root, or allowPrivilegeEscalation settings.
No-Sensitive-Data-In-Logs ✅ Passed PASS: The patch removes a Cypress secret export/credential mount and changes job wiring; it adds no echo/set -x/printenv or other secret-logging.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Comment @coderabbitai help to get the list of available commands.

Comment thread ci-operator/config/openshift/console/openshift-console-main.yaml Outdated

@logonoff logonoff left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

/lgtm

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

Copy link
Copy Markdown
Contributor Author

/hold

@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 30, 2026
…sion

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

Signed-off-by: Sahil Shah <sahshah@redhat.com>
@openshift-ci openshift-ci Bot removed the lgtm Indicates that a PR is ready to be merged. label Jul 30, 2026
@shahsahil264

Copy link
Copy Markdown
Contributor Author

put hold on this PR, as waiting for the complete migration of playwrights tests, once its done we can merge this!

@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/console/openshift-console-main.yaml`:
- Around line 37-38: Update the generated Yarn wrapper command in the Docker
build so the emitted script contains "$@" rather than "\$@". Remove the extra
escaping while preserving the existing node path and argument forwarding
behavior.
🪄 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: 91deb53f-f19a-453d-9c39-dfc5a16f0fde

📥 Commits

Reviewing files that changed from the base of the PR and between b9f93d6 and 921a5c0.

📒 Files selected for processing (1)
  • ci-operator/config/openshift/console/openshift-console-main.yaml

Comment thread ci-operator/config/openshift/console/openshift-console-main.yaml Outdated
The triple-escaped \"\\\$@\" produced "\$@" in the generated script,
preventing argument forwarding. Use \"\$@\" to produce "$@".

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

Signed-off-by: Sahil Shah <sahshah@redhat.com>

@logonoff logonoff left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

you probably want to make the same change in the other branches tracking main? like release-5.0, release-4.23, release-5.1, ...

@logonoff

logonoff commented Jul 30, 2026

Copy link
Copy Markdown
Member

/retitle OCPBUGS-100190, CONSOLE-5234: Remove Cypress CI jobs, switch e2e-gcp-console to Playwright - #82685

@openshift-ci openshift-ci Bot changed the title CONSOLE-5234: Remove Cypress CI jobs, switch e2e-gcp-console to Playwright OCPBUGS-100190, CONSOLE-5234: Remove Cypress CI jobs, switch e2e-gcp-console to Playwright - #82685 Jul 30, 2026
@openshift-ci-robot openshift-ci-robot added the jira/valid-bug Indicates that a referenced Jira bug is valid for the branch this PR is targeting. label Jul 30, 2026
@openshift-ci-robot

openshift-ci-robot commented Jul 30, 2026

Copy link
Copy Markdown
Contributor

@shahsahil264: This pull request references Jira Issue OCPBUGS-100190, which is valid. The bug has been moved to the POST state.

3 validation(s) were run on this bug
  • bug is open, matching expected state (open)
  • bug target version (5.0.0) matches configured target version for branch (5.0.0)
  • bug is in the state New, which is one of the valid states (NEW, ASSIGNED, POST)

The bug has been updated to refer to the pull request using the external bug tracker.

This pull request references CONSOLE-5234 which is a valid jira issue.

Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "5.0.0" version, but no target version was set.

Details

In response to this:

Summary

Switch the OpenShift Console E2E CI jobs from Cypress to Playwright as part of the Cypress-to-Playwright migration (CONSOLE-5234).

Changes to ci-operator/config/openshift/console/openshift-console-main.yaml:

e2e-gcp-console (required E2E job):

  • Switch from: srcfrom: console-playwright-runner (Playwright needs Chromium which is pre-installed in this image)
  • test-prow-e2e.sh now runs Playwright (updated in openshift/console#16883)
  • Remove CYPRESS_RECORD_KEY credential mount (no longer needed)
  • Change CYPRESS_PLUGIN_PULL_SPECPLUGIN_PULL_SPEC dependency
  • Reduce timeout from 6h to 2h (Playwright is significantly faster)

e2e-gcp-console-techpreview:

  • Same image and credential changes as above

Removed jobs:

  • e2e-playwright — redundant now that e2e-gcp-console runs Playwright
  • e2e-playwright-techpreview — redundant now that e2e-gcp-console-techpreview runs Playwright

Generated files

  • ci-operator/jobs/openshift/console/openshift-console-main-presubmits.yaml — regenerated via make jobs

Companion PR

/cc @rhamilto @logonoff

Summary by CodeRabbit

  • Updates OpenShift Console CI presubmit configuration for GCP E2E to run via the console-playwright-runner image as part of migrating from Cypress to Playwright.
  • Removes Cypress CYPRESS_RECORD_KEY export from the e2e-gcp-console command sequence, while keeping the TechPreview test execution wired to the appropriate record-key secret and script.
  • Rewires the TechPreview E2E job from e2e-playwright-techpreview to e2e-gcp-console-techpreview, including switching the TechPreview test script from ./test-prow-playwright-e2e-techpreview.sh to ./test-prow-e2e-techpreview.sh.
  • Adjusts the Console image build to resolve the Yarn 4 entrypoint dynamically from .yarnrc.yml, then uses that resolved path for both yarn install --immutable and a generated /usr/local/bin/yarn wrapper (with corrected "$@" argument forwarding).
  • Updates the CI/plugin dependency variable, reduces the GCP E2E timeout from 6 hours to 2 hours, removes redundant Playwright jobs, and regenerates the presubmit configuration in ci-operator/config/openshift/console/openshift-console-main.yaml.

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 openshift-eng/jira-lifecycle-plugin repository.

Apply the same e2e-gcp-console Playwright migration to release-4.23,
release-5.0, and release-5.1 configs: switch image to
console-playwright-runner, remove Cypress credentials, remove redundant
e2e-playwright jobs, and use dynamic yarn path.

Regenerated presubmits via make jobs.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

Signed-off-by: Sahil Shah <sahshah@redhat.com>

@shahsahil264 shahsahil264 left a comment

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.

Done — applied the same changes to release-5.1, release-5.0, and release-4.23 configs + regenerated presubmits.

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

[REHEARSALNOTIFIER]
@shahsahil264: 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-console-release-5.1-analyze openshift/console presubmit Ci-operator config changed
pull-ci-openshift-console-release-5.1-backend openshift/console presubmit Ci-operator config changed
pull-ci-openshift-console-release-5.1-e2e-gcp-console openshift/console presubmit Ci-operator config changed
pull-ci-openshift-console-release-5.1-frontend openshift/console presubmit Ci-operator config changed
pull-ci-openshift-console-release-5.1-images openshift/console presubmit Ci-operator config changed
pull-ci-openshift-console-release-4.23-analyze openshift/console presubmit Ci-operator config changed
pull-ci-openshift-console-release-4.23-backend openshift/console presubmit Ci-operator config changed
pull-ci-openshift-console-release-4.23-e2e-gcp-console openshift/console presubmit Ci-operator config changed
pull-ci-openshift-console-release-4.23-frontend openshift/console presubmit Ci-operator config changed
pull-ci-openshift-console-release-4.23-images openshift/console presubmit Ci-operator config changed
pull-ci-openshift-console-main-analyze openshift/console presubmit Ci-operator config changed
pull-ci-openshift-console-main-backend openshift/console presubmit Ci-operator config changed
pull-ci-openshift-console-main-e2e-gcp-console openshift/console presubmit Ci-operator config changed
pull-ci-openshift-console-main-e2e-gcp-console-techpreview openshift/console presubmit Ci-operator config changed
pull-ci-openshift-console-main-frontend openshift/console presubmit Ci-operator config changed
pull-ci-openshift-console-main-images openshift/console presubmit Ci-operator config changed
pull-ci-openshift-console-main-okd-scos-e2e-aws-ovn openshift/console presubmit Ci-operator config changed
pull-ci-openshift-console-main-okd-scos-images openshift/console presubmit Ci-operator config changed
pull-ci-openshift-console-release-5.0-analyze openshift/console presubmit Ci-operator config changed
pull-ci-openshift-console-release-5.0-backend openshift/console presubmit Ci-operator config changed
pull-ci-openshift-console-release-5.0-e2e-gcp-console openshift/console presubmit Ci-operator config changed
pull-ci-openshift-console-release-5.0-frontend openshift/console presubmit Ci-operator config changed
pull-ci-openshift-console-release-5.0-images openshift/console presubmit Ci-operator config 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-ci-robot

openshift-ci-robot commented Jul 30, 2026

Copy link
Copy Markdown
Contributor

@shahsahil264: This pull request references Jira Issue OCPBUGS-100190, which is valid.

3 validation(s) were run on this bug
  • bug is open, matching expected state (open)
  • bug target version (5.0.0) matches configured target version for branch (5.0.0)
  • bug is in the state POST, which is one of the valid states (NEW, ASSIGNED, POST)

This pull request references CONSOLE-5234 which is a valid jira issue.

Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "5.0.0" version, but no target version was set.

Details

In response to this:

Summary

Switch the OpenShift Console E2E CI jobs from Cypress to Playwright as part of the Cypress-to-Playwright migration (CONSOLE-5234).

Changes to ci-operator/config/openshift/console/openshift-console-main.yaml:

e2e-gcp-console (required E2E job):

  • Switch from: srcfrom: console-playwright-runner (Playwright needs Chromium which is pre-installed in this image)
  • test-prow-e2e.sh now runs Playwright (updated in openshift/console#16883)
  • Remove CYPRESS_RECORD_KEY credential mount (no longer needed)
  • Change CYPRESS_PLUGIN_PULL_SPECPLUGIN_PULL_SPEC dependency
  • Reduce timeout from 6h to 2h (Playwright is significantly faster)

e2e-gcp-console-techpreview:

  • Same image and credential changes as above

Removed jobs:

  • e2e-playwright — redundant now that e2e-gcp-console runs Playwright
  • e2e-playwright-techpreview — redundant now that e2e-gcp-console-techpreview runs Playwright

Generated files

  • ci-operator/jobs/openshift/console/openshift-console-main-presubmits.yaml — regenerated via make jobs

Companion PR

/cc @rhamilto @logonoff

Summary by CodeRabbit

  • Migrates OpenShift Console GCP E2E CI jobs from Cypress to Playwright by switching the test runner to the console-playwright-runner image and removing Cypress-specific handling from the GCP E2E steps (no CYPRESS_RECORD_KEY usage remains in the updated job definitions).
  • Rewires the TechPreview E2E job to run as e2e-gcp-console-techpreview (with FEATURE_SET: TechPreviewNoUpgrade) and uses the Playwright TechPreview script ./test-prow-e2e-techpreview.sh instead of the prior Playwright TechPreview script.
  • Reduces the GCP E2E job timeouts from 6 hours to 2 hours (timeout: 2h0m0s in both e2e-gcp-console and e2e-gcp-console-techpreview).
  • Updates the Console image build to dynamically resolve the Yarn 4 entrypoint path from .yarnrc.yml and uses it for both yarn install --immutable and a generated /usr/local/bin/yarn wrapper (including corrected argument forwarding).
  • Updates CI wiring for the console plugin dependency via PLUGIN_PULL_SPEC, removes redundant Playwright job wiring, and regenerates presubmit configuration in ci-operator/config/openshift/console/openshift-console-main.yaml and the release-specific variants (release-4.23, release-5.0, release-5.1).

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 openshift-eng/jira-lifecycle-plugin repository.

@logonoff logonoff left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

/lgtm

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

Copy link
Copy Markdown
Member

/pj-rehearse auto-ack

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

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

@openshift-ci

openshift-ci Bot commented Jul 30, 2026

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: logonoff, shahsahil264
Once this PR has been reviewed and has the lgtm label, please assign jhadvig for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found 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 commented Jul 31, 2026

Copy link
Copy Markdown
Contributor

@shahsahil264: 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/openshift/console/main/backend 8222d29 link unknown /pj-rehearse pull-ci-openshift-console-main-backend
ci/rehearse/openshift/console/main/e2e-gcp-console 8222d29 link unknown /pj-rehearse pull-ci-openshift-console-main-e2e-gcp-console

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

do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. jira/valid-bug Indicates that a referenced Jira bug is valid for the branch this PR is targeting. jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. lgtm Indicates that a PR is ready to be merged.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants