Skip to content

Commit 61572d7

Browse files
authored
Merge pull request kubernetes#130948 from BenTheElder/log-spam
CI integration scripts: reduce log noise from installing etcd
2 parents b2b6c4d + 3b3df8b commit 61572d7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hack/jenkins/test-cmd-dockerized.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ set -o pipefail
2020
set -o xtrace
2121

2222
# Runs test-cmd, intended to be run in prow.k8s.io
23-
set -x;
2423

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

27+
set -x;
2828
make test-cmd
2929

hack/jenkins/test-dockerized.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ set -o pipefail
2020
set -o xtrace
2121

2222
# Runs test-cmd and test-integration, intended to be run in prow.k8s.io
23-
set -x;
2423

2524
# TODO: make test-integration should handle this automatically
2625
source ./hack/install-etcd.sh
@@ -32,5 +31,6 @@ export KUBE_INTEGRATION_TEST_MAX_CONCURRENCY=4
3231
# Save the verbose stdout as well.
3332
export KUBE_KEEP_VERBOSE_TEST_OUTPUT=y
3433
export LOG_LEVEL=4
34+
set -x;
3535
make test-cmd
3636
make test-integration

0 commit comments

Comments
 (0)