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
docs: fix org membership requirement and OSD-GCP description
- /ok-to-test requires membership in both openshift and redhat-developer orgs
- Add OSD-GCP description in CI Medic Guide job types
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
**OSD-GCP variant**: When the job name contains `osd-gcp`, orchestrator is disabled and localization tests are skipped.
384
+
**OSD-GCP variant**: Nightly tests on OpenShift Dedicated on GCP. Uses the same handler but orchestrator is disabled and localization tests are skipped.
Copy file name to clipboardExpand all lines: docs/e2e-tests/CI.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,13 +17,13 @@ For scenarios where tests are not automatically triggered, or when you need to m
17
17
18
18
1.**Commenting `/ok-to-test`:**
19
19
-**Purpose:** This command is used to validate a PR for testing, especially important for external contributors or when tests are not automatically triggered.
20
-
-**Who Can Use It:** Only members of the [openshift](https://github.com/openshift)or[redhat-developer](https://github.com/redhat-developer) GitHub organizations can mark the PR with this comment.
20
+
-**Who Can Use It:** Only members of both the [openshift](https://github.com/openshift)and[redhat-developer](https://github.com/redhat-developer) GitHub organizations can mark the PR with this comment.
21
21
-**Use Cases:**
22
22
-**External Contributors:** For PRs from contributors outside the organization, a member needs to comment `/ok-to-test` to initiate tests.
23
23
-**More Details:** For additional information about `/ok-to-test`, please refer to the [Kubernetes Community Pull Requests Guide](https://github.com/kubernetes/community/blob/master/contributors/guide/pull-requests.md#more-about-ok-to-test).
24
24
25
25
2.**Triggering Tests Post-Validation:**
26
-
- After an `openshift`or`redhat-developer` org member has validated the PR with `/ok-to-test`, anyone can trigger tests using the following commands:
26
+
- After an `openshift`and`redhat-developer` org member has validated the PR with `/ok-to-test`, anyone can trigger tests using the following commands:
27
27
-`/test ?` to get a list of all available jobs
28
28
-`/test e2e-ocp-helm` for mandatory PR checks
29
29
-**Note:** Avoid using `/test all` as it may trigger unnecessary jobs and consume CI resources. Instead, use `/test ?` to see available options and trigger only the specific tests you need.
@@ -51,7 +51,7 @@ If the initial automatically triggered tests fail, OpenShift-CI will add a comme
51
51
-**Purpose:** Validate new PRs for code quality, functionality, and integration.
52
52
-**Trigger:**
53
53
-**Automatic:** When a PR includes code changes affecting tests (excluding doc-only changes), tests are automatically triggered.
54
-
-**Manual:** When `/ok-to-test` is commented by an `openshift`or`redhat-developer` org member for external contributors or when `/test`, `/test images`, or `/test e2e-ocp-helm` is commented after validation.
54
+
-**Manual:** When `/ok-to-test` is commented by an `openshift`and`redhat-developer` org member for external contributors or when `/test`, `/test images`, or `/test e2e-ocp-helm` is commented after validation.
55
55
-**Environment:** Runs on ephemeral OpenShift clusters managed by Hive. Kubernetes jobs use ephemeral EKS and AKS clusters on spot instances managed by [Mapt](https://github.com/redhat-developer/mapt). GKE uses a long-running cluster.
56
56
-**Configurations:**
57
57
- Tests are executed on both **RBAC** (Role-Based Access Control) and **non-RBAC** namespaces. Different sets of tests are executed for both the **non-RBAC RHDH instance** and the **RBAC RHDH instance**, each deployed in separate namespaces.
0 commit comments