test: new auth providers for e2e - #3355
Conversation
|
/test e2e-helm-ocp-nightly |
|
|
/test e2e-ocp-helm-nightly |
|
🤖 Finished Review · ✅ Success · Started 10:11 AM UTC · Completed 10:14 AM UTC Commit: |
Review — ⛔ Changes RequestedPR: #3355 — SummaryThis PR replaces the environment-variable-driven default for Findings🔴 High — Hardcoded personal fork breaks all E2E infrastructureFile: The change replaces: E2E_TEST_UTILS_GIT_REF="${E2E_TEST_UTILS_GIT_REF:-}"with: E2E_TEST_UTILS_GIT_REF="jrichter1/rhdh-e2e-test-utils#auth-providers"Impact if merged:
Remediation: If the intent is to test changes to E2E_TEST_UTILS_GIT_REF="jrichter1/rhdh-e2e-test-utils#auth-providers" ./run-e2e.sh -w <workspace>Do not commit this hardcoded value to Verdictrequest-changes — This change must not be merged to Labels: PR modifies the E2E test runner script and appears to be a work-in-progress test change |
| E2E_TEST_UTILS_VERSION="${E2E_TEST_UTILS_VERSION:-}" | ||
| # Git ref for e2e-test-utils: "owner/repo#branch" — clones and sets E2E_TEST_UTILS_PATH | ||
| E2E_TEST_UTILS_GIT_REF="${E2E_TEST_UTILS_GIT_REF:-}" | ||
| E2E_TEST_UTILS_GIT_REF="jrichter1/rhdh-e2e-test-utils#auth-providers" |
There was a problem hiding this comment.
[high] correctness
E2E_TEST_UTILS_GIT_REF is hardcoded to a personal fork branch (jrichter1/rhdh-e2e-test-utils#auth-providers), replacing the environment variable override pattern. If merged, all E2E runs (nightly, PR checks, local) would clone from a personal fork instead of using the published npm package. The env var override is removed, and E2E_TEST_UTILS_PATH/E2E_TEST_UTILS_VERSION settings become dead code.
Suggested fix: Revert to the original pattern: E2E_TEST_UTILS_GIT_REF="${E2E_TEST_UTILS_GIT_REF:-}". Use the env var mechanism to test fork branches locally or in CI without committing the reference.
❌ Failed Nightly E2E TestsPlatform: ocp 4.20 | RHDH Version: 1.11 | Duration: 45m 2s |
|
/test e2e-ocp-helm-nightly |
❌ Failed Nightly E2E TestsPlatform: ocp 4.20 | RHDH Version: 1.11 | Duration: 47m 26s |
|
/test e2e-ocp-helm-nightly |
❌ Failed Nightly E2E TestsPlatform: ocp 4.20 | RHDH Version: 1.11 | Duration: 45m 25s |
|
@jrichter1: 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. |
|
🤖 Finished Retro · ✅ Success · Started 1:44 PM UTC · Completed 1:55 PM UTC Commit: |
Retro: PR #3355 — test: new auth providers for e2eVerdict: Workflow operated correctly. No novel proposals warranted. TimelinePR #3355 was a short-lived human-authored WIP PR by What went well
Evidence for existing issues
|



just testing changes for the utils