Skip to content

Commit 3fcb26f

Browse files
committed
reduce etcd install log noise
1 parent 44c230b commit 3fcb26f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/jenkins/test-integration-dockerized.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ set -o xtrace
2121

2222
# Runs test-integration
2323
# This script is intended to be run from prow.k8s.io
24-
set -x;
2524

2625
# TODO: make test-integration should handle this automatically
2726
source ./hack/install-etcd.sh
2827

28+
set -x;
2929
# TODO: drop KUBE_INTEGRATION_TEST_MAX_CONCURRENCY later when we've figured out
3030
# stabilizing the tests / CI Setting this to a hardcoded value is fragile.
3131
export KUBE_INTEGRATION_TEST_MAX_CONCURRENCY=4

0 commit comments

Comments
 (0)