File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,10 @@ set -x;
25
25
# TODO: make test-integration should handle this automatically
26
26
source ./hack/install-etcd.sh
27
27
28
+ # TODO: drop KUBE_INTEGRATION_TEST_MAX_CONCURRENCY later when we've figured out
29
+ # stabilizing the tests / CI Setting this to a hardcoded value is fragile.
30
+ export KUBE_INTEGRATION_TEST_MAX_CONCURRENCY=4
31
+
28
32
# Save the verbose stdout as well.
29
33
export KUBE_KEEP_VERBOSE_TEST_OUTPUT=y
30
34
export LOG_LEVEL=4
Original file line number Diff line number Diff line change @@ -26,4 +26,8 @@ set -x;
26
26
# TODO: make test-integration should handle this automatically
27
27
source ./hack/install-etcd.sh
28
28
29
+ # TODO: drop KUBE_INTEGRATION_TEST_MAX_CONCURRENCY later when we've figured out
30
+ # stabilizing the tests / CI Setting this to a hardcoded value is fragile.
31
+ export KUBE_INTEGRATION_TEST_MAX_CONCURRENCY=4
32
+
29
33
make test-integration KUBE_KEEP_VERBOSE_TEST_OUTPUT=y LOG_LEVEL=4
You can’t perform that action at this time.
0 commit comments