Skip to content

Commit a9ae773

Browse files
📖 Add CI env variable to e2e docs (#224) (#259)
Cherry-pick of #224 for release v0.5.1
1 parent 6259091 commit a9ae773

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)