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
Copy file name to clipboardExpand all lines: e2e/Makefile
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,7 @@ TEST_USERNAME?=$(USER)
23
23
ENABLE_CHAOS_TESTS?=true
24
24
CHAOS_NAMESPACE?=chaos-testing
25
25
STORAGE_CLASS?=
26
+
STORAGE_ENGINE?=
26
27
DUMP_OPERATOR_STATE?=true
27
28
# Defines the cloud provider used for the underlying Kubernetes cluster. Currently only kind is support, other cloud providers
28
29
# should still work but this test framework has no special cases for those.
@@ -129,4 +130,5 @@ nightly-tests: run
129
130
--cloud-provider=$(CLOUD_PROVIDER)\
130
131
--dump-operator-state=$(DUMP_OPERATOR_STATE)\
131
132
--cluster-name=$(CLUSTER_NAME)\
133
+
--storage-engine=$(STORAGE_ENGINE)\
132
134
| grep -v 'constructing many client instances from the same exec auth config can cause performance problems during cert rotation'&>$(BASE_DIR)/../logs/$<.log
0 commit comments