NO-ISSUE: Run full e2e suite in TechPreview CI via script symlinks#16777
NO-ISSUE: Run full e2e suite in TechPreview CI via script symlinks#16777perdasilva wants to merge 2 commits into
Conversation
Run the full test suite in TechPreview CI rather than a curated subset. Individual tests that fail on TechPreview clusters will be adjusted or skipped directly in the test code. Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
|
Pipeline controller notification For optional jobs, comment This repository is configured in: LGTM mode |
|
@perdasilva: This pull request explicitly references no jira issue. DetailsIn response to this:
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. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: perdasilva The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
/hold |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository: openshift/coderabbit/.coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (5)
WalkthroughThe PR adds ChangesRepository tooling cleanup
Estimated code review effort: 1 (Trivial) | ~2 minutes Possibly related PRs
Important Pre-merge checks failedPlease resolve all errors before merging. Addressing warnings is optional. ❌ Failed checks (1 error, 1 warning)
✅ Passed checks (13 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
/retest |
|
@perdasilva: 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. |
Analysis / Root cause:
The TechPreview CI scripts (test-prow-e2e-techpreview.sh and
test-prow-playwright-e2e-techpreview.sh) are currently stubs that run nothing.
Solution description:
Replace both stub scripts with symlinks to their base equivalents
(test-prow-e2e.sh and test-prow-playwright-e2e.sh) so TechPreview CI runs
the full e2e suite. Individual tests that are incompatible with TechPreview
clusters will be adjusted or skipped directly in the test code as a follow-up.
Screenshots / screen recording:
N/A — CI script change only.
Test setup:
N/A
Test cases:
rather than exiting immediately.
Browser conformance:
N/A — no UI changes.
Additional info:
N/A
Summary by CodeRabbit