chore(e2e): bump e2e-test-utils to 1.1.43 and fix nightly registry for ghcr.io plugins#2480
Conversation
|
/test ? |
|
/test e2e-ocp-helm-nightly |
|
/publish |
|
PR action ( |
❌ Failed Nightly E2E TestsPlatform: ocp 4.18 | RHDH Version: 1.10 | Duration: 41m 33s |
db77d1e to
91418e7
Compare
|
/test e2e-ocp-helm-nightly |
❌ Failed Nightly E2E TestsPlatform: ocp 4.18 | RHDH Version: 1.10 | Duration: 41m 13s |
|
/test e2e-ocp-helm-nightly |
❌ Failed Nightly E2E TestsPlatform: ocp 4.18 | RHDH Version: 1.10 | Duration: 42m 15s |
|
/test e2e-ocp-helm-nightly |
|
/test e2e-ocp-helm-nightly |
❌ Failed Nightly E2E TestsPlatform: ocp 4.18 | RHDH Version: 1.10 | Duration: 39m 0s |
|
@subhashkhileri: The following test failed, say
Full PR test history. Your PR dashboard. DetailsInstructions 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. |
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>
a31d406 to
c13c5eb
Compare
|
|
/publish |
|
PR action ( |
…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>
…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>



Summary
@red-hat-developer-hub/e2e-test-utilsto1.1.43across all e2e workspacesNIGHTLY_DPDY_OCI_REGISTRY_MAPinquayandtektonspecs so their community plugins (published toghcr.io) resolve{{inherit}}to the correct registry in nightly mode — broken by rhdh-e2e-test-utils#104 which defaults to RHEChomepage-backendappears in the DPDY (RHDHBUGS-3190)Assisted-by: Claude Code