Skip to content

Commit 77b0410

Browse files
authored
Merge pull request kubernetes#131322 from BenTheElder/etcd-log-noise-2
reduce etcd install log noise in test-integration-dockerized.sh
2 parents f24f73f + 3fcb26f commit 77b0410

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)