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
|`SKIP_CLEANUP`| Skip deleting the cluster after the tests finish running. |
310
+
|`KUBECONFIG`| Provide your existing cluster kubeconfig filepath. If no kubeconfig is provided, `./kubeconfig` will be used. |
311
+
|`SKIP`| Regexp for test cases to skip. |
312
+
|`FOCUS`| Regexp for which test cases to run. |
313
+
|`PARALLEL`| Skip serial tests and set --ginkgo-parallel. |
314
+
|`USE_CI_ARTIFACTS`| Use a CI version of Kubernetes, ie. not a released version (eg. `v1.19.0-alpha.1.426+0926c9c47677e9`) |
315
+
|`CI_VERSION`| Provide a custom CI version of Kubernetes. By default, the latest master commit will be used. |
316
+
317
+
You can also customize the configuration of the CAPZ cluster (assuming that `SKIP_CREATE_CLUSTER` is not set). See [Customizing the cluster deployment](#customizing-the-cluster-deployment) for more details.
0 commit comments