Skip to content

HELM-763: Fix microscopic helm spelling - #16785

Merged
openshift-merge-bot[bot] merged 7 commits into
openshift:mainfrom
sowmya-sl:fix-microscopic-helm-spelling
Aug 15, 2026
Merged

HELM-763: Fix microscopic helm spelling#16785
openshift-merge-bot[bot] merged 7 commits into
openshift:mainfrom
sowmya-sl:fix-microscopic-helm-spelling

Conversation

@sowmya-sl

@sowmya-sl sowmya-sl commented Jul 21, 2026

Copy link
Copy Markdown
Contributor

Change microscopic spelling, active voice changes to maintain consistency.

Additional info:

Based on #16676

Reviewers and assignees:

Summary by CodeRabbit

  • Style
    • Standardized Helm UI wording/capitalization across headings, tabs, breadcrumbs, empty/error states, filters, and menu/action labels (e.g., “Helm release(s)”, “Helm release”, “Helm Chart”).
    • Refreshed Helm install/upgrade and URL/tar guidance copy (including “.tar file” and “less than 2048 characters”), plus various Helm release/upgrade instructions and modal/help text.
  • Tests
    • Updated integration and component expectations (feature files, step definitions, page objects) and unit tests to match the revised UI text.
    • Added/adjusted an upgrade smoke assertion to verify available post-upgrade actions.

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

Pipeline controller notification
This repo is configured to use the pipeline controller. Second-stage tests will be triggered either automatically or after lgtm label is added, depending on the repository configuration. The pipeline controller will automatically detect which contexts are required and will utilize /test Prow commands to trigger the second stage.

For optional jobs, comment /test ? to see a list of all defined jobs. To trigger manually all jobs from second stage use /pipeline required command.

This repository is configured in: LGTM mode

@coderabbitai

coderabbitai Bot commented Jul 21, 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

Walkthrough

Helm release and chart terminology was standardized across English translations, UI components, Cypress support code, and Gherkin integration scenarios. URL installation guidance and related test assertions were also reworded.

Changes

Helm copy alignment

Layer / File(s) Summary
Application copy and display contracts
frontend/packages/helm-plugin/locales/en/helm-plugin.json, frontend/packages/helm-plugin/src/{models,utils,actions,catalog,topology}/..., frontend/packages/helm-plugin/src/components/...
Helm release/chart labels, action descriptions, navigation text, detail and list headings, form guidance, validation messages, mock data, and component assertions were updated.
Integration step and page-object contracts
frontend/packages/helm-plugin/integration-tests/support/...
Cypress page objects, step definitions, static messages, selectors, and related support text were aligned with the revised UI wording.
Gherkin scenario alignment
frontend/packages/helm-plugin/integration-tests/features/...
Feature titles, scenario wording, navigation assertions, action labels, filters, redirects, and upgrade-flow checks were updated.

Estimated code review effort: 2 (Simple) | ~10 minutes

Possibly related PRs

Suggested labels: kind/cypress

Suggested reviewers: baijum, logonoff

🚥 Pre-merge checks | ✅ 13 | ❌ 2

❌ Failed checks (2 warnings)

Check name Status Explanation Resolution
Description check ⚠️ Warning Most required template sections are missing or left blank, so the PR description is too incomplete for review. Fill in Analysis/Root cause, Solution description, Screenshots, Test setup, Test cases, Browser conformance, and any other required sections.
Docstring Coverage ⚠️ Warning Docstring coverage is 0.00% which is insufficient. The required threshold is 80.00%. Write docstrings for the functions missing them to satisfy the coverage threshold.
✅ Passed checks (13 passed)
Check name Status Explanation
Title check ✅ Passed The title is concise, Jira-prefixed, and accurately summarizes the main change: Helm spelling/casing cleanup.
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 new dynamic/unstable test titles found; modified feature/spec names are static strings and ID-labeled scenarios only.
Test Structure And Quality ✅ Passed PR only changes Cypress feature/step text and UI strings; no Ginkgo It/BeforeEach/Eventually patterns or cleanup issues were introduced.
Microshift Test Compatibility ✅ Passed Only Helm copy/localization changed; no new Ginkgo tests or MicroShift-unsupported APIs/resources were added.
Single Node Openshift (Sno) Test Compatibility ✅ Passed No new Ginkgo e2e tests were added; the commit only changes Helm copy/i18n strings and UI text, with no node/topology assumptions.
Topology-Aware Scheduling Compatibility ✅ Passed PASS: The PR only touches Helm UI copy/locales/tests; no deployment manifests, operator code, controllers, or scheduling constraints were added.
Ote Binary Stdout Contract ✅ Passed PR only touches frontend Helm UI text/tests; scans found no main/TestMain/BeforeSuite or klog/fmt.Print in suite setup. The only console.* are inside component catch blocks.
Ipv6 And Disconnected Network Test Compatibility ✅ Passed Diff is wording-only across Helm feature/TS files; no new Ginkgo It/Describe tests, IPv4 assumptions, or external-network logic were added.
No-Weak-Crypto ✅ Passed Diff is Helm copy/test text only; patch scan found no MD5/SHA1/DES/RC4/3DES/Blowfish/ECB, crypto APIs, or secret/token comparisons.
Container-Privileges ✅ Passed Full PR diff is frontend text-only and contains no privileged, hostPID/hostNetwork/hostIPC, SYS_ADMIN, or allowPrivilegeEscalation settings.
No-Sensitive-Data-In-Logs ✅ Passed PR hunks are copy-only; no added or changed logging statements expose passwords, tokens, PII, hostnames, or customer data.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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

@openshift-ci
openshift-ci Bot requested review from baijum and webbnh July 21, 2026 08:14
@openshift-ci openshift-ci Bot added component/helm Related to helm-plugin kind/i18n Indicates issue or PR relates to internationalization or has content that needs to be translated approved Indicates a PR has been approved by an approver from all required OWNERS files. labels Jul 21, 2026
@sowmya-sl

Copy link
Copy Markdown
Contributor Author

/retest

@jseseCCS

Copy link
Copy Markdown

/label docs-approved

@openshift-ci openshift-ci Bot added the docs-approved Signifies that Docs has signed off on this PR label Jul 21, 2026
@jseseCCS

Copy link
Copy Markdown

i can't tell now what comments i made and whether they were applied, so i'm conditionally approving in good faith. thanks!

@sowmya-sl sowmya-sl changed the title Fix microscopic helm spelling HELM-763: Fix microscopic helm spelling Jul 22, 2026
@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 22, 2026
@openshift-ci-robot

openshift-ci-robot commented Jul 22, 2026

Copy link
Copy Markdown
Contributor

@sowmya-sl: This pull request references HELM-763 which is a valid jira issue.

Details

In response to this:

Change microscopic spelling, active voice changes to maintain consistency.

Additional info:

Based on #16676

Reviewers and assignees:

Summary by CodeRabbit

  • Style

  • Standardized Helm release and Helm chart capitalization across navigation, tabs, headings, menus, breadcrumbs, filters, and status messages.

  • Refined Helm chart URL installation instructions, examples, authentication guidance, and validation messages.

  • Updated create, upgrade, rollback, delete, and uninstall labels for consistent presentation.

  • Tests

  • Updated integration, component, and utility test expectations to match the revised UI wording.

  • Added coverage confirming available actions and release form 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 openshift-eng/jira-lifecycle-plugin repository.

@openshift-ci openshift-ci Bot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Jul 23, 2026
@sowmya-sl
sowmya-sl force-pushed the fix-microscopic-helm-spelling branch from 221f691 to a09dca8 Compare July 24, 2026 07:02
@openshift-ci openshift-ci Bot removed the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Jul 24, 2026
Comment thread frontend/packages/helm-plugin/locales/en/helm-plugin.json Outdated
Comment on lines +2 to +3
" (Provided by {{chartRepoName}})": "helm-plugin~ (Provided by {{chartRepoName}})",
" / App Version {{appVersion}}": "helm-plugin~ / App Version {{appVersion}}",

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.

The helm-plugin~ prefix is supposed to appear in the reference (i.e., in the invocation of the t() function), not in the translation string...right?? (The prefix indicates which file to pull from...right?...so it doesn't make sense to have it inside that file....) Note that this problem occurs repeatedly.

Also, it seems a little weird/fragile to have the string start with a blank space...but, I see that you didn't introduce it.

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.

The helm-plugin~ prefix is added as the output of yarn i18n. Its because source code has helm-plugin~ added - which is a utility file. The reason these utility files use t('helm-plugin~...') instead of just t('...') is that they're plain .ts files that can't call useTranslation('helm-plugin') ( React hook only works in components). The inline helm-plugin~ is how the extractor knows the key belongs to the helm-plugin namespace. Not adding the helm-plugin~ pushes these to public.json

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.

What you're saying makes sense in the context of a Javascript or Typescript source file. That is, the helm-plugin~ prefix should be used there in the invocations of t() as needed.

But, this file here is the .json file that the prefix refers to. The prefix shouldn't appear inside this file. (In particular, it shouldn't appear in the string translation -- that will be displayed to the user!)

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.

You're right. Removing this from the file.

Comment on lines +89 to +90
"Latest Chart version": "Latest Chart version",
"Maintainers": "Maintainers",
"Must be a valid OCI URL or a valid HTTP/HTTPS tar file; for example - oci://registry.example.com/chart, https://example.com/chart-1.0.0.tgz.": "Must be a valid OCI URL or a valid HTTP/HTTPS tar file; for example - oci://registry.example.com/chart, https://example.com/chart-1.0.0.tgz.",
"Latest chart version": "helm-plugin~Latest chart version",

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.

Is this change correct? Here we are down-casing chart, whereas earlier lines (like 82 & 83) are up-casing it.

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.

Chart is lowercase when its not preceded by Helm.

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

(Sorry, I hit "Submit review" accidentally on my previous comments. 😞)

It looks like there are a few problems, here:

  • The changes to Chart look inconsistent.
  • There seem to be a number of errant helm-plugin~ insertions.
  • There's a translation key addition/change that you probably don't want in this PR.

@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 26, 2026
@openshift-merge-bot

Copy link
Copy Markdown
Contributor

Scheduling tests matching the pipeline_run_if_changed or not excluded by pipeline_skip_if_only_changed parameters:
/test e2e-gcp-console
/test e2e-playwright

@logonoff

Copy link
Copy Markdown
Member

/lgtm cancel

unresolved review comments

@openshift-ci openshift-ci Bot removed the lgtm Indicates that a PR is ready to be merged. label Jul 26, 2026
@sowmya-sl
sowmya-sl force-pushed the fix-microscopic-helm-spelling branch from a09dca8 to 2011305 Compare July 29, 2026 08: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
`@frontend/packages/helm-plugin/src/components/forms/url-chart/HelmURLInstallForm.tsx`:
- Line 114: Update the Alert title in HelmURLInstallForm to use lowercase
“chart” in “You cannot install the Helm chart.”
🪄 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: openshift/coderabbit/.coderabbit.yaml

Review profile: CHILL

Plan: Enterprise

Run ID: 777b0ffe-de48-482c-9ce1-86798610e6e2

📥 Commits

Reviewing files that changed from the base of the PR and between a09dca8 and 2011305.

📒 Files selected for processing (40)
  • frontend/packages/helm-plugin/integration-tests/features/helm-release.feature
  • frontend/packages/helm-plugin/integration-tests/features/helm/actions-on-helm-release-after-upgrade.feature
  • frontend/packages/helm-plugin/integration-tests/features/helm/actions-on-helm-release.feature
  • frontend/packages/helm-plugin/integration-tests/features/helm/helm-compatibility.feature
  • frontend/packages/helm-plugin/integration-tests/features/helm/helm-installation-view.feature
  • frontend/packages/helm-plugin/integration-tests/features/helm/helm-navigation.feature
  • frontend/packages/helm-plugin/integration-tests/features/helm/helm-page-tabs.feature
  • frontend/packages/helm-plugin/integration-tests/features/helm/install-helm-chart.feature
  • frontend/packages/helm-plugin/integration-tests/features/helm/install-url-chart.feature
  • frontend/packages/helm-plugin/integration-tests/features/helm/topology-helm-release.feature
  • frontend/packages/helm-plugin/integration-tests/support/constants/static-text/helm-text.ts
  • frontend/packages/helm-plugin/integration-tests/support/pages/helm/helm-details-page.ts
  • frontend/packages/helm-plugin/integration-tests/support/pages/helm/helm-page.ts
  • frontend/packages/helm-plugin/integration-tests/support/pages/helm/upgrade-helm-release-page.ts
  • frontend/packages/helm-plugin/integration-tests/support/step-definitions/common/common.ts
  • frontend/packages/helm-plugin/integration-tests/support/step-definitions/helm/helm-compatibility.ts
  • frontend/packages/helm-plugin/integration-tests/support/step-definitions/helm/helm-navigation.ts
  • frontend/packages/helm-plugin/integration-tests/support/step-definitions/helm/helm-release.ts
  • frontend/packages/helm-plugin/locales/en/helm-plugin.json
  • frontend/packages/helm-plugin/src/actions/creators.ts
  • frontend/packages/helm-plugin/src/catalog/utils/catalog-utils.tsx
  • frontend/packages/helm-plugin/src/components/__tests__/helm-release-mock-data.ts
  • frontend/packages/helm-plugin/src/components/details-page/HelmReleaseDetails.tsx
  • frontend/packages/helm-plugin/src/components/details-page/history/HelmReleaseHistory.tsx
  • frontend/packages/helm-plugin/src/components/details-page/overview/HelmReleaseOverview.tsx
  • frontend/packages/helm-plugin/src/components/details-page/overview/__tests__/HelmReleaseOverview.spec.tsx
  • frontend/packages/helm-plugin/src/components/forms/__tests__/HelmInstallUpgradeForm.spec.tsx
  • frontend/packages/helm-plugin/src/components/forms/install-upgrade/HelmInstallUpgradeForm.tsx
  • frontend/packages/helm-plugin/src/components/forms/url-chart/HelmURLChartForm.tsx
  • frontend/packages/helm-plugin/src/components/forms/url-chart/HelmURLChartInstallPage.tsx
  • frontend/packages/helm-plugin/src/components/forms/url-chart/HelmURLInstallForm.tsx
  • frontend/packages/helm-plugin/src/components/forms/url-chart/helm-oci-validation-utils.ts
  • frontend/packages/helm-plugin/src/components/list-page/HelmReleaseList.tsx
  • frontend/packages/helm-plugin/src/components/list-page/HelmReleaseListPage.tsx
  • frontend/packages/helm-plugin/src/components/list-page/HelmReleaseListRow.tsx
  • frontend/packages/helm-plugin/src/components/list-page/HelmTabbedPage.tsx
  • frontend/packages/helm-plugin/src/models/helm.ts
  • frontend/packages/helm-plugin/src/topology/helmFilters.ts
  • frontend/packages/helm-plugin/src/utils/__tests__/helm-utils.spec.ts
  • frontend/packages/helm-plugin/src/utils/helm-utils.ts
💤 Files with no reviewable changes (1)
  • frontend/packages/helm-plugin/integration-tests/support/step-definitions/common/common.ts
🚧 Files skipped from review as they are similar to previous changes (32)
  • frontend/packages/helm-plugin/integration-tests/support/pages/helm/upgrade-helm-release-page.ts
  • frontend/packages/helm-plugin/integration-tests/support/constants/static-text/helm-text.ts
  • frontend/packages/helm-plugin/integration-tests/features/helm/helm-installation-view.feature
  • frontend/packages/helm-plugin/integration-tests/features/helm/install-url-chart.feature
  • frontend/packages/helm-plugin/integration-tests/features/helm/install-helm-chart.feature
  • frontend/packages/helm-plugin/integration-tests/support/pages/helm/helm-page.ts
  • frontend/packages/helm-plugin/src/components/list-page/HelmReleaseListRow.tsx
  • frontend/packages/helm-plugin/integration-tests/features/helm/topology-helm-release.feature
  • frontend/packages/helm-plugin/src/components/list-page/HelmReleaseList.tsx
  • frontend/packages/helm-plugin/src/models/helm.ts
  • frontend/packages/helm-plugin/src/components/details-page/HelmReleaseDetails.tsx
  • frontend/packages/helm-plugin/integration-tests/features/helm/helm-compatibility.feature
  • frontend/packages/helm-plugin/src/catalog/utils/catalog-utils.tsx
  • frontend/packages/helm-plugin/src/components/forms/tests/HelmInstallUpgradeForm.spec.tsx
  • frontend/packages/helm-plugin/src/components/forms/url-chart/HelmURLChartForm.tsx
  • frontend/packages/helm-plugin/src/components/forms/install-upgrade/HelmInstallUpgradeForm.tsx
  • frontend/packages/helm-plugin/integration-tests/support/pages/helm/helm-details-page.ts
  • frontend/packages/helm-plugin/src/components/tests/helm-release-mock-data.ts
  • frontend/packages/helm-plugin/integration-tests/features/helm/helm-page-tabs.feature
  • frontend/packages/helm-plugin/src/components/details-page/overview/tests/HelmReleaseOverview.spec.tsx
  • frontend/packages/helm-plugin/src/components/details-page/history/HelmReleaseHistory.tsx
  • frontend/packages/helm-plugin/integration-tests/support/step-definitions/helm/helm-compatibility.ts
  • frontend/packages/helm-plugin/integration-tests/features/helm/actions-on-helm-release-after-upgrade.feature
  • frontend/packages/helm-plugin/src/utils/helm-utils.ts
  • frontend/packages/helm-plugin/src/components/forms/url-chart/HelmURLChartInstallPage.tsx
  • frontend/packages/helm-plugin/integration-tests/support/step-definitions/helm/helm-navigation.ts
  • frontend/packages/helm-plugin/integration-tests/features/helm/helm-navigation.feature
  • frontend/packages/helm-plugin/integration-tests/features/helm/actions-on-helm-release.feature
  • frontend/packages/helm-plugin/src/components/list-page/HelmTabbedPage.tsx
  • frontend/packages/helm-plugin/src/utils/tests/helm-utils.spec.ts
  • frontend/packages/helm-plugin/locales/en/helm-plugin.json
  • frontend/packages/helm-plugin/integration-tests/features/helm-release.feature

@openshift-ci-robot

Copy link
Copy Markdown
Contributor

@sowmya-sl: This PR has been marked as verified by @sowmya-sl.

Details

In response to this:

/verified by @sowmya-sl

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.

@sowmya-sl

Copy link
Copy Markdown
Contributor Author

/test e2e-gcp-console

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

/retest-required

Remaining retests: 0 against base HEAD 85e1584 and 2 for PR HEAD 0046211 in total

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

/retest-required

Remaining retests: 0 against base HEAD 83eb732 and 1 for PR HEAD 0046211 in total

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

/retest-required

Remaining retests: 0 against base HEAD 73e93c9 and 0 for PR HEAD 0046211 in total

Update Helm Cypress E2E test selectors, constants, and assertions to
use sentence case ("Helm release", "Helm releases") matching the
current UI labels. The source code was updated to sentence case but
the Cypress tests still referenced title case, causing test failures.

Co-authored-by: Cursor <cursoragent@cursor.com>
@openshift-ci-robot openshift-ci-robot removed the verified Signifies that the PR passed pre-merge verification criteria label Aug 14, 2026
@openshift-ci openshift-ci Bot added component/dev-console Related to dev-console component/topology Related to topology and removed lgtm Indicates that a PR is ready to be merged. labels Aug 14, 2026

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

@openshift-ci openshift-ci Bot added the lgtm Indicates that a PR is ready to be merged. label Aug 14, 2026
@openshift-merge-bot

Copy link
Copy Markdown
Contributor

Scheduling tests matching the pipeline_run_if_changed or not excluded by pipeline_skip_if_only_changed parameters:
/test e2e-gcp-console
/test e2e-playwright

@sowmya-sl

Copy link
Copy Markdown
Contributor Author

/test e2e-gcp-console

The page heading is "Helm" (from MultiTabListPage), not "Helm releases"
which is only the tab label. Update the Cypress step definition to check
for the correct heading text.

Co-authored-by: Cursor <cursoragent@cursor.com>
@openshift-ci openshift-ci Bot removed the lgtm Indicates that a PR is ready to be merged. label Aug 15, 2026
@logonoff

Copy link
Copy Markdown
Member

/lgtm
/label tide/merge-method-squash
/verified by ci

@openshift-ci openshift-ci Bot added the tide/merge-method-squash Denotes a PR that should be squashed by tide when it merges. label Aug 15, 2026
@openshift-ci-robot openshift-ci-robot added the verified Signifies that the PR passed pre-merge verification criteria label Aug 15, 2026
@openshift-ci-robot

Copy link
Copy Markdown
Contributor

@logonoff: This PR has been marked as verified by ci.

Details

In response to this:

/lgtm
/label tide/merge-method-squash
/verified by ci

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.

@openshift-ci openshift-ci Bot added the lgtm Indicates that a PR is ready to be merged. label Aug 15, 2026
@openshift-merge-bot

Copy link
Copy Markdown
Contributor

Scheduling tests matching the pipeline_run_if_changed or not excluded by pipeline_skip_if_only_changed parameters:
/test e2e-gcp-console
/test e2e-playwright

@openshift-ci

openshift-ci Bot commented Aug 15, 2026

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: jseseCCS, logonoff, sowmya-sl, webbnh

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 68185f4 into openshift:main Aug 15, 2026
10 of 11 checks passed
@sowmya-sl

Copy link
Copy Markdown
Contributor Author

/backport 5.0

@sowmya-sl

Copy link
Copy Markdown
Contributor Author

/cherry-pick release-5.0

@openshift-cherrypick-robot

Copy link
Copy Markdown

@sowmya-sl: new pull request created: #17012

Details

In response to this:

/cherry-pick release-5.0

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.

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. component/dev-console Related to dev-console component/helm Related to helm-plugin component/topology Related to topology docs-approved Signifies that Docs has signed off on this PR jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. kind/i18n Indicates issue or PR relates to internationalization or has content that needs to be translated lgtm Indicates that a PR is ready to be merged. px-approved Signifies that Product Support has signed off on this PR tide/merge-method-squash Denotes a PR that should be squashed by tide when it merges. verified Signifies that the PR passed pre-merge verification criteria

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants