Skip to content

chore(e2e): bump e2e-test-utils to 1.1.43 and fix nightly registry for ghcr.io plugins#2480

Merged
jrichter1 merged 5 commits into
redhat-developer:mainfrom
subhashkhileri:chore/bump-e2e-test-utils-1.1.42
May 26, 2026
Merged

chore(e2e): bump e2e-test-utils to 1.1.43 and fix nightly registry for ghcr.io plugins#2480
jrichter1 merged 5 commits into
redhat-developer:mainfrom
subhashkhileri:chore/bump-e2e-test-utils-1.1.42

Conversation

@subhashkhileri

@subhashkhileri subhashkhileri commented May 18, 2026

Copy link
Copy Markdown
Member

Summary

  • Bumps @red-hat-developer-hub/e2e-test-utils to 1.1.43 across all e2e workspaces
  • Sets NIGHTLY_DPDY_OCI_REGISTRY_MAP in quay and tekton specs so their community plugins (published to ghcr.io) resolve {{inherit}} to the correct registry in nightly mode — broken by rhdh-e2e-test-utils#104 which defaults to RHEC
  • Skips homepage nightly tests until homepage-backend appears in the DPDY (RHDHBUGS-3190)

Assisted-by: Claude Code

@subhashkhileri

Copy link
Copy Markdown
Member Author

/test ?

@subhashkhileri

Copy link
Copy Markdown
Member Author

/test e2e-ocp-helm-nightly

@subhashkhileri

Copy link
Copy Markdown
Member Author

/publish

@github-actions

Copy link
Copy Markdown
Contributor

PR action (/publish) cancelled: PR doesn't touch only 1 workspace.

@rhdh-test-bot

Copy link
Copy Markdown

❌ Failed Nightly E2E Tests

Platform: ocp 4.18 | RHDH Version: 1.10 | Duration: 41m 33s
Passed: 129 | Failed: 5 | Flaky: 0 | Skipped: 49
Playwright Report | Build Log | Logs | Artifacts

@subhashkhileri subhashkhileri force-pushed the chore/bump-e2e-test-utils-1.1.42 branch from db77d1e to 91418e7 Compare May 25, 2026 05:21
@subhashkhileri

Copy link
Copy Markdown
Member Author

/test e2e-ocp-helm-nightly

@rhdh-test-bot

Copy link
Copy Markdown

❌ Failed Nightly E2E Tests

Platform: ocp 4.18 | RHDH Version: 1.10 | Duration: 41m 13s
Passed: 123 | Failed: 11 | Flaky: 0 | Skipped: 69
Playwright Report | Build Log | Logs | Artifacts

@subhashkhileri subhashkhileri changed the title chore(e2e): bump e2e-test-utils to 1.1.42 across all workspaces chore(e2e): bump e2e-test-utils to 1.1.43 and fix nightly registry for ghcr.io plugins May 25, 2026
@subhashkhileri

Copy link
Copy Markdown
Member Author

/test e2e-ocp-helm-nightly

@rhdh-test-bot

Copy link
Copy Markdown

❌ Failed Nightly E2E Tests

Platform: ocp 4.18 | RHDH Version: 1.10 | Duration: 42m 15s
Passed: 121 | Failed: 11 | Flaky: 0 | Skipped: 71
Playwright Report | Build Log | Logs | Artifacts

@subhashkhileri

Copy link
Copy Markdown
Member Author

/test e2e-ocp-helm-nightly

@subhashkhileri

Copy link
Copy Markdown
Member Author

/test e2e-ocp-helm-nightly

@rhdh-test-bot

Copy link
Copy Markdown

❌ Failed Nightly E2E Tests

Platform: ocp 4.18 | RHDH Version: 1.10 | Duration: 39m 0s
Passed: 127 | Failed: 8 | Flaky: 0 | Skipped: 68
Playwright Report | Build Log | Logs | Artifacts

@openshift-ci

openshift-ci Bot commented May 25, 2026

Copy link
Copy Markdown

@subhashkhileri: The following test 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/prow/e2e-ocp-helm-nightly a31d406 link false /test e2e-ocp-helm-nightly

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.

subhashkhileri and others added 5 commits May 26, 2026 15:32
Assisted-by: Claude Code
Co-Authored-By: Claude Code <noreply@anthropic.com>
…nightly mode

Plugins whose artifacts live in ghcr.io (quay, tekton, homepage-backend)
get {{inherit}} resolved against the wrong (RHEC) registry in nightly mode
since e2e-test-utils PR redhat-developer#104. Set NIGHTLY_DPDY_OCI_REGISTRY_MAP in each
affected spec's beforeAll to route them to the correct ghcr.io registry.

Assisted-by: Claude Code
Co-Authored-By: Claude Code <noreply@anthropic.com>
Assisted-by: Claude Code
Co-Authored-By: Claude Code <noreply@anthropic.com>
homepage-backend is absent from the DPDY in the catalog index image
despite being added to default.packages.yaml (rhdh PR #4828), causing
{{inherit}} resolution to fail in nightly mode.

Assisted-by: Claude Code
Co-Authored-By: Claude Code <noreply@anthropic.com>
Superseded by the nightly skip added for RHDHBUGS-3190 — the override
never runs since the suite skips in nightly mode.

Assisted-by: Claude Code
Co-Authored-By: Claude Code <noreply@anthropic.com>
@subhashkhileri subhashkhileri force-pushed the chore/bump-e2e-test-utils-1.1.42 branch from a31d406 to c13c5eb Compare May 26, 2026 10:03
@sonarqubecloud

Copy link
Copy Markdown

@jrichter1

Copy link
Copy Markdown
Member

/publish

@github-actions

Copy link
Copy Markdown
Contributor

PR action (/publish) cancelled: PR doesn't touch only 1 workspace.

@jrichter1 jrichter1 merged commit 8d3f439 into redhat-developer:main May 26, 2026
4 checks passed
04kash pushed a commit to 04kash/rhdh-plugin-export-overlays that referenced this pull request May 26, 2026
…r ghcr.io plugins (redhat-developer#2480)

* chore(e2e): bump e2e-test-utils to 1.1.43 across all workspaces

Assisted-by: Claude Code
Co-Authored-By: Claude Code <noreply@anthropic.com>

* chore(e2e): set NIGHTLY_DPDY_OCI_REGISTRY_MAP for ghcr.io plugins in nightly mode

Plugins whose artifacts live in ghcr.io (quay, tekton, homepage-backend)
get {{inherit}} resolved against the wrong (RHEC) registry in nightly mode
since e2e-test-utils PR redhat-developer#104. Set NIGHTLY_DPDY_OCI_REGISTRY_MAP in each
affected spec's beforeAll to route them to the correct ghcr.io registry.

Assisted-by: Claude Code
Co-Authored-By: Claude Code <noreply@anthropic.com>

* chore(e2e): improve NIGHTLY_DPDY_OCI_REGISTRY_MAP comments in spec files

Assisted-by: Claude Code
Co-Authored-By: Claude Code <noreply@anthropic.com>

* chore(e2e): skip homepage nightly tests until RHDHBUGS-3190 is resolved

homepage-backend is absent from the DPDY in the catalog index image
despite being added to default.packages.yaml (rhdh PR #4828), causing
{{inherit}} resolution to fail in nightly mode.

Assisted-by: Claude Code
Co-Authored-By: Claude Code <noreply@anthropic.com>

* chore(e2e): remove NIGHTLY_DPDY_OCI_REGISTRY_MAP from homepage spec

Superseded by the nightly skip added for RHDHBUGS-3190 — the override
never runs since the suite skips in nightly mode.

Assisted-by: Claude Code
Co-Authored-By: Claude Code <noreply@anthropic.com>

---------

Co-authored-by: Claude Code <noreply@anthropic.com>
HusneShabbir pushed a commit to HusneShabbir/rhdh-plugin-export-overlays that referenced this pull request Jun 2, 2026
…r ghcr.io plugins (redhat-developer#2480)

* chore(e2e): bump e2e-test-utils to 1.1.43 across all workspaces

Assisted-by: Claude Code
Co-Authored-By: Claude Code <noreply@anthropic.com>

* chore(e2e): set NIGHTLY_DPDY_OCI_REGISTRY_MAP for ghcr.io plugins in nightly mode

Plugins whose artifacts live in ghcr.io (quay, tekton, homepage-backend)
get {{inherit}} resolved against the wrong (RHEC) registry in nightly mode
since e2e-test-utils PR redhat-developer#104. Set NIGHTLY_DPDY_OCI_REGISTRY_MAP in each
affected spec's beforeAll to route them to the correct ghcr.io registry.

Assisted-by: Claude Code
Co-Authored-By: Claude Code <noreply@anthropic.com>

* chore(e2e): improve NIGHTLY_DPDY_OCI_REGISTRY_MAP comments in spec files

Assisted-by: Claude Code
Co-Authored-By: Claude Code <noreply@anthropic.com>

* chore(e2e): skip homepage nightly tests until RHDHBUGS-3190 is resolved

homepage-backend is absent from the DPDY in the catalog index image
despite being added to default.packages.yaml (rhdh PR #4828), causing
{{inherit}} resolution to fail in nightly mode.

Assisted-by: Claude Code
Co-Authored-By: Claude Code <noreply@anthropic.com>

* chore(e2e): remove NIGHTLY_DPDY_OCI_REGISTRY_MAP from homepage spec

Superseded by the nightly skip added for RHDHBUGS-3190 — the override
never runs since the suite skips in nightly mode.

Assisted-by: Claude Code
Co-Authored-By: Claude Code <noreply@anthropic.com>

---------

Co-authored-by: Claude Code <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants