OCPNETUI-56: Add CI scripts for hot-cluster E2E infrastructure - #489
OCPNETUI-56: Add CI scripts for hot-cluster E2E infrastructure#489lkladnit wants to merge 1 commit into
Conversation
Add shell scripts and nginx configs for running E2E tests on a persistent (hot) OpenShift cluster via GitHub Actions + ARC: - check-cluster-health.sh: pre-flight checks (API server, nodes, ARC, storage, console route) - test-cleanup.sh: delete networking test resources (NADs, policies, routes, UDNs) after test runs - start-console.sh: run off-cluster OpenShift console container with bearer-token auth - start-plugin-container.sh: run plugin image with nginx (HTTP/HTTPS) - resolve-console-image.sh: match console image tag to cluster OCP version - _cluster-helpers.sh: CLI download URL resolution helpers - nginx-9080.conf / nginx-9443.conf: nginx configs for plugin serving These scripts support both the Docker-based local approach and the Helm-based ci-env-controller approach (charts in follow-up PR). Jira: OCPNETUI-56 Co-authored-by: Cursor <cursoragent@cursor.com>
|
Pipeline controller notification For optional jobs, comment This repository is configured in: LGTM mode |
|
@lkladnit: This pull request references OCPNETUI-56 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "5.1.0" version, but no target version was set. 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. |
|
Important
This repository does not receive automatic reviews because it has fewer than 10 stars. ⚙️ Run configurationConfiguration used: Repository: openshift/coderabbit/.coderabbit.yaml Review profile: CHILL Plan: Advanced Run ID: Comment |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: lkladnit The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
@lkladnit: all tests passed! 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. |
Summary
Add shell scripts and nginx configs for running E2E tests on a persistent (hot) OpenShift cluster via GitHub Actions + ARC:
check-cluster-health.shtest-cleanup.shstart-console.shstart-plugin-container.shresolve-console-image.sh_cluster-helpers.shnginx-9080.conf/nginx-9443.confThese support both Docker-based local testing and the Helm-based ci-env-controller (charts in follow-up PR).
Adapted from kubevirt-plugin hot-cluster CI (CNV-74265, PR #4099).
Jira: OCPNETUI-56
Test plan
bash ci-scripts/check-cluster-health.shpasses on a cluster with ARC installedchmod +x)Made with Cursor