Skip to content

Commit c1070d9

Browse files
📖 Add CI env variable to e2e docs (#224)
**What is the purpose of this pull request/Why do we need it?** Adds information about the `CI` environment variable to the e2e docs. **Issue #, if available:** **Description of changes:** **Special notes for your reviewer:** **Checklist:** - [x] Documentation updated - [x] Includes [emojis](https://github.com/kubernetes-sigs/kubebuilder-release-tools?tab=readme-ov-file#kubebuilder-project-versioning)
1 parent 6a2374c commit c1070d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎test/e2e/README.md‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Besides the tools, the following environment variables need to be set:
1616
- `IONOS_TOKEN`: The IONOS API token
1717
- `CONTROL_PLANE_ENDPOINT_LOCATION`: The location for the control plane endpoint and machine image.
1818
- `IONOSCLOUD_MACHINE_IMAGE_ID`: The ID of the machine image to be used for the nodes. MUST be in the location specified by `CONTROL_PLANE_ENDPOINT_LOCATION`.
19+
- `CI`: If running the tests locally, this has to be `false`. Otherwise (running in a CI), it has to be `true`.
1920

2021
Before running the tests, you need to build the provider image.
2122

0 commit comments

Comments
 (0)