Skip to content

Commit

Permalink
πŸ“– Add CI env variable to e2e docs (#224)
Browse files Browse the repository at this point in the history
**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)
  • Loading branch information
jriedel-ionos authored Sep 30, 2024
1 parent 6a2374c commit c1070d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/e2e/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Besides the tools, the following environment variables need to be set:
- `IONOS_TOKEN`: The IONOS API token
- `CONTROL_PLANE_ENDPOINT_LOCATION`: The location for the control plane endpoint and machine image.
- `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`.
- `CI`: If running the tests locally, this has to be `false`. Otherwise (running in a CI), it has to be `true`.

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

Expand Down

0 comments on commit c1070d9

Please sign in to comment.