Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions doc/contributing-konflux-testing-rhoai.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Konflux/Tekton objects, OLM and operator vocabulary, and [**olminstall**](../int
| <a id="snapshot"></a>**Snapshot** | A Konflux [CR](#cr) that records built component images. When a Snapshot matches an [ITS](#its), the Integration Service creates a [PipelineRun](#pipelinerun). |
| <a id="its"></a>**ITS** | IntegrationTestScenario: A Konflux [CR](#cr) that defines which pipeline to run and which applications or [Snapshots](#snapshot) should trigger it. |
| <a id="integration-service"></a>**Integration Service** | Konflux subsystem that matches [Snapshots](#snapshot) to [ITS](#its) resources and creates [PipelineRuns](#pipelinerun) ([docs](https://konflux-ci.dev/docs/how-tos/testing/integration/)). |
| <a id="bvt"></a>**BVT** | Build Verification Test — basic post-install checks to confirm the operator deployed and core behavior works. |
| <a id="bvt"></a>**BVT** | Build Verification Test — basic post-install checks to confirm the operator deployed and core behavior works. The Konflux [olminstall](../integration-tests/olminstall/README.md) pipeline runs `opendatahub-tests` pytest markers `cluster_health` and `operator_health` after [CSV](#csv) success when `TESTS` includes `bvt` (aligned with Jenkins `validateHealth`). |
| <a id="csv"></a>**CSV** | ClusterServiceVersion — the [OLM](#olm) object that represents an installed operator version; reaching `Succeeded` means the operator is running |
| <a id="cri-o"></a>**CRI-O** | Container Runtime Interface for OCI — the container runtime used by OpenShift nodes |
| <a id="dbus"></a>**DBus** | D-Bus — Linux inter-process communication bus; used here by [HCCO](#hcco) to signal kubelet to restart |
Expand Down Expand Up @@ -134,7 +134,7 @@ If the file uses a fixed `metadata.name`, delete the previous run before recreat

## Snapshot-driven example (olminstall)

The **olminstall** integration under `integration-tests/olminstall/` exercises [Snapshot](#snapshot) + [ITS](#its): Konflux [EaaS](#eaas) provisions a short-lived [HyperShift](#hypershift) cluster, installs the operator from the snapshot catalog, then destroys the cluster. For triggers (including [`olm_pipeline.py`](../integration-tests/olminstall/olm_pipeline.py)), parameters, pipeline behavior, and glossary cross-links, see [integration-tests/olminstall/README.md](../integration-tests/olminstall/README.md) (**Triggering**). Vocabulary is in [Terms and abbreviations](#terms-and-abbreviations) above.
The **olminstall** integration under `integration-tests/olminstall/` exercises [Snapshot](#snapshot) + [ITS](#its): Konflux [EaaS](#eaas) provisions a short-lived [HyperShift](#hypershift) cluster, installs the operator from the snapshot catalog, then destroys the cluster. For triggers (including [`olm_pipeline.py`](../integration-tests/olminstall/olm_pipeline.py)), parameters, pipeline behavior, and glossary cross-links, see [integration-tests/olminstall/README.md](../integration-tests/olminstall/README.md) (**Triggering**). To stream logs or replay pruned runs from KubeArchive, use **`python3 integration-tests/olminstall/olm_pipeline.py --watch`** (see that README). Vocabulary is in [Terms and abbreviations](#terms-and-abbreviations) above.

<!-- Future: document EaaS quota limits, supported OCP versions, cluster size options,
provisioning-timeout troubleshooting, and the alternative shared-cluster approach. -->
Expand Down
Loading