chore: bump e2e-test-utils to 1.10.0 across all workspaces#2581
Conversation
Point E2E_TEST_UTILS_GIT_REF to the fork branch that fixes default.packages.yaml URL resolution for release-1.10. This allows nightly tests to run with the fix before it's published to npm. Temporary — will be reverted once e2e-test-utils 1.10.0 is published. Assisted-by: Claude Code Co-Authored-By: Claude Code
|
/test ? |
|
/test e2e-ocp-helm-nightly |
❌ Failed Nightly E2E TestsPlatform: ocp 4.18 | RHDH Version: 1.10 | Duration: 36m 52s |
Update all 22 workspace e2e-tests to use @red-hat-developer-hub/e2e-test-utils@1.10.0 which fixes default.packages.yaml URL resolution for release-1.10. Revert temporary E2E_TEST_UTILS_GIT_REF override in run-e2e.sh — no longer needed now that 1.10.0 is published to npm (dist-tag: 1.10). Assisted-by: Claude Code Co-Authored-By: Claude Code
|
|
/test e2e-ocp-helm-nightly |
|
/publish |
|
PR action ( |
❌ Failed Nightly E2E TestsPlatform: ocp 4.18 | RHDH Version: 1.10 | Duration: 38m 56s |
|
@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. |
fa6fd98
into
redhat-developer:release-1.10



Summary
@red-hat-developer-hub/e2e-test-utilsfrom1.1.43/1.1.44to1.10.0across all 22 workspacee2e-tests/package.jsonfiles + lock files.E2E_TEST_UTILS_GIT_REFoverride inrun-e2e.sh— no longer needed now that1.10.0is published to npm (dist-tag:1.10).Context
e2e-test-utils@1.10.0fixesdefault.packages.yamlURL resolution forrelease-1.10— the file was removed from therhdhrepo (PR #4932) and the legacy fallback URL was broken. All branches now fetch fromrhdh-plugin-export-overlays.See: rhdh-e2e-test-utils PR #113
Test plan
/test e2e-teststo verify nightly tests pass with the fixAssisted-by: Claude Code