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.
  • Switches the jobs to the console-playwright-runner image and removes CYPRESS_RECORD_KEY usage.
  • Renames the TechPreview job to e2e-gcp-console-techpreview and updates its test script.
  • Reduces GCP E2E job timeouts from six hours to two hours.
  • Updates plugin dependency handling through PLUGIN_PULL_SPEC.
  • Removes redundant Playwright job wiring and regenerates presubmit configuration for the main, 4.23, 5.0, and 5.1 release configurations.
  • Updates Console image builds to resolve the Yarn entrypoint from .yarnrc.yml and use it for installation and the generated Yarn wrapper.

@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

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

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: e46e4b6e-584e-47b4-8753-91cb9a47fef7

📥 Commits

Reviewing files that changed from the base of the PR and between 6085899 and 474c479.

⛔ Files ignored due to path filters (4)
  • ci-operator/jobs/openshift/console/openshift-console-main-presubmits.yaml is excluded by !ci-operator/jobs/**
  • 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 (4)
  • ci-operator/config/openshift/console/openshift-console-main.yaml
  • 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
🚧 Files skipped from review as they are similar to previous changes (2)
  • ci-operator/config/openshift/console/openshift-console-release-5.1.yaml
  • ci-operator/config/openshift/console/openshift-console-main.yaml

Walkthrough

Console CI configurations now resolve Yarn from .yarnrc.yml. GCP E2E jobs no longer export Cypress recording credentials. TechPreview jobs use the GCP console name and standard TechPreview script.

Changes

Console CI updates

Layer / File(s) Summary
Dynamic Yarn build resolution
ci-operator/config/openshift/console/openshift-console-main.yaml, 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
Build commands derive the Yarn path from .yarnrc.yml for immutable installation and the generated /usr/local/bin/yarn wrapper.
GCP E2E job wiring
ci-operator/config/openshift/console/openshift-console-*.yaml
Standard GCP E2E jobs remove Cypress recording credentials. TechPreview jobs are renamed and use ./test-prow-e2e-techpreview.sh. Release 4.23 also updates the E2E image, dependencies, and timeout.

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

Suggested labels: rehearsals-ack

Suggested reviewers: rhamilto

🚥 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 clearly summarizes the main change: removing Cypress CI jobs and switching the GCP end-to-end job to Playwright.
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 The patch changes only six YAML configuration/generated presubmit files. It adds no Ginkgo title declarations or dynamic test-title construction.
Test Structure And Quality ✅ Passed The commit changes only CI YAML configuration and generated presubmit YAML; it adds no Ginkgo test code or It blocks, so this check is not applicable.
Microshift Test Compatibility ✅ Passed The pull request changes only six YAML CI configuration files; it adds no Go files, Ginkgo declarations, or new e2e tests requiring MicroShift API review.
Single Node Openshift (Sno) Test Compatibility ✅ Passed The PR changes only CI YAML and generated presubmit files; it adds no Ginkgo e2e tests or multi-node assumptions.
Topology-Aware Scheduling Compatibility ✅ Passed The diff changes only CI configuration and generated presubmit jobs; it adds no deployment, operator, controller, pod scheduling, topology, or node-placement constraints.
Ote Binary Stdout Contract ✅ Passed The commit changes six YAML configuration/job files only; no OTE binary, process-level Go setup, or stdout write was added.
Ipv6 And Disconnected Network Test Compatibility ✅ Passed The diff changes only six CI YAML/generated presubmit files; it adds no Ginkgo test definitions or test code, so this check is not applicable.
No-Weak-Crypto ✅ Passed The PR diff and all six changed YAML files contain no MD5, SHA1, DES, RC4, Blowfish, ECB, custom crypto, or secret-comparison logic.
Container-Privileges ✅ Passed The complete PR diff adds no privileged, hostPID, hostNetwork, hostIPC, SYS_ADMIN, allowPrivilegeEscalation, or securityContext settings; existing build-stage USER root is unchanged and used for dn...
No-Sensitive-Data-In-Logs ✅ Passed Changed commands only resolve Yarn paths and run E2E tests; no sensitive values are logged, and the Cypress record-key export and mount were removed.
✨ 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 do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. and removed lgtm Indicates that a PR is ready to be merged. labels 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

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

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

…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>
…sion

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

Signed-off-by: Sahil Shah <sahshah@redhat.com>
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>
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>
@coderabbitai

coderabbitai Bot commented Aug 6, 2026

Copy link
Copy Markdown
Contributor

Note

GitHub couldn't provide a complete incremental comparison for this pull request, so CodeRabbit is performing a full review instead. This review may take a little longer.

@openshift-ci openshift-ci Bot removed the lgtm Indicates that a PR is ready to be merged. label Aug 6, 2026
@openshift-ci

openshift-ci Bot commented Aug 6, 2026

Copy link
Copy Markdown
Contributor

New changes are detected. LGTM label has been removed.

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

@shahsahil264: pj-rehearse could not automatically process this event because the request waited in queue for longer than 5 minutes. Use /pj-rehearse to trigger rehearsals manually.

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.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants