You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .claude/rules/ci-e2e-testing.md
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -528,5 +528,3 @@ The choice of config map depends on the **Playwright test project** being execut
528
528
### **Configuration Deployment Process**
529
529
530
530
The config maps are deployed as Kubernetes ConfigMaps during CI/CD pipeline execution and are mounted into the RHDH pods to provide runtime configuration. The pipeline selects the appropriate config map based on the test project being executed.
Copy file name to clipboardExpand all lines: .cursor/rules/ci-e2e-testing.mdc
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -531,5 +531,3 @@ The choice of config map depends on the **Playwright test project** being execut
531
531
### **Configuration Deployment Process**
532
532
533
533
The config maps are deployed as Kubernetes ConfigMaps during CI/CD pipeline execution and are mounted into the RHDH pods to provide runtime configuration. The pipeline selects the appropriate config map based on the test project being executed.
In the CI/CD pipeline, tests are executed directly using Playwright's `--project` flag via the `run_tests()`function in `.ci/pipelines/utils.sh`:
129
+
In the CI/CD pipeline, tests are executed directly using Playwright's `--project` flag via `testing::run_tests()` in `.ci/pipelines/lib/testing.sh`:
129
130
130
131
```bash
131
132
yarn playwright test --project="${playwright_project}"
132
133
```
133
134
134
-
The namespace and Playwright project are decoupled, allowing flexible reuse. The `check_and_test()` and `run_tests()` functions accept an explicit `playwright_project` argument:
135
+
The namespace and Playwright project are decoupled, allowing flexible reuse. The `testing::check_and_test()` and `testing::run_tests()` functions accept an explicit `playwright_project` argument:
@@ -266,25 +267,7 @@ Check the readme at `.ci/pipelines/README.md`
266
267
267
268
### Cluster Pools
268
269
269
-
Available cluster pools for different OCP versions:
270
-
271
-
-**RHDH-4-19-US-EAST-2**
272
-
- Usage: OCP v4.19 nightly jobs
273
-
-[Cluster Pool Configuration](https://github.com/openshift/release/blob/master/clusters/hosted-mgmt/hive/pools/rhdh/rhdh-ocp-4-19-0-amd64-aws-us-east-2_clusterpool.yaml)
274
-
275
-
-**RHDH-4-18-US-EAST-2**
276
-
- Usage: OCP v4.18 nightly jobs
277
-
-[Cluster Pool Configuration](https://github.com/openshift/release/blob/master/clusters/hosted-mgmt/hive/pools/rhdh/rhdh-ocp-4-18-0-amd64-aws-us-east-2_clusterpool.yaml)
278
-
279
-
-**RHDH-4-17-US-EAST-2**
280
-
- Usage: PR checks on main branch and OCP v4.17 nightly jobs
281
-
-[Cluster Pool Configuration](https://github.com/openshift/release/blob/master/clusters/hosted-mgmt/hive/pools/rhdh/rhdh-ocp-4-17-0-amd64-aws-us-east-2_clusterpool.yaml)
282
-
283
-
-**RHDH-4-16-US-EAST-2**
284
-
- Usage: OCP v4.16 nightly jobs
285
-
-[Cluster Pool Configuration](https://github.com/openshift/release/blob/master/clusters/hosted-mgmt/hive/pools/rhdh/rhdh-ocp-4-16-0-amd64-aws-us-east-2_clusterpool.yaml)
286
-
287
-
**Note:** This is subject to change. Use `.ci/pipelines/README.md` as a source of truth.
270
+
RHDH uses dedicated Hive cluster pools with the `rhdh` prefix on AWS `us-east-2`. Pool versions rotate as new OCP releases come out. Find the current list by filtering for `rhdh` in the [existing cluster pools](https://docs.ci.openshift.org/how-tos/cluster-claim/#existing-cluster-pools) page. See also `.ci/pipelines/README.md`.
288
271
289
272
### CI Job Types
290
273
@@ -297,7 +280,7 @@ Available cluster pools for different OCP versions:
#### Special Case: showcase-auth-providers Deployment
360
344
@@ -544,5 +528,3 @@ The choice of config map depends on the **Playwright test project** being execut
544
528
### **Configuration Deployment Process**
545
529
546
530
The config maps are deployed as Kubernetes ConfigMaps during CI/CD pipeline execution and are mounted into the RHDH pods to provide runtime configuration. The pipeline selects the appropriate config map based on the test project being executed.
Copy file name to clipboardExpand all lines: .rulesync/rules/ci-e2e-testing.md
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -534,5 +534,3 @@ The choice of config map depends on the **Playwright test project** being execut
534
534
### **Configuration Deployment Process**
535
535
536
536
The config maps are deployed as Kubernetes ConfigMaps during CI/CD pipeline execution and are mounted into the RHDH pods to provide runtime configuration. The pipeline selects the appropriate config map based on the test project being executed.
0 commit comments