We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44c230b commit 3fcb26fCopy full SHA for 3fcb26f
hack/jenkins/test-integration-dockerized.sh
@@ -21,11 +21,11 @@ set -o xtrace
21
22
# Runs test-integration
23
# This script is intended to be run from prow.k8s.io
24
-set -x;
25
26
# TODO: make test-integration should handle this automatically
27
source ./hack/install-etcd.sh
28
+set -x;
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
0 commit comments