Merge pull request #130948 from BenTheElder/log-spam

CI integration scripts: reduce log noise from installing etcd
This commit is contained in:
Kubernetes Prow Robot 2025-03-20 17:10:38 -07:00 committed by GitHub
commit 61572d7a7b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -20,10 +20,10 @@ set -o pipefail
set -o xtrace
# Runs test-cmd, intended to be run in prow.k8s.io
set -x;
# TODO: make test-cmd should handle this automatically
source ./hack/install-etcd.sh
set -x;
make test-cmd

View File

@ -20,7 +20,6 @@ set -o pipefail
set -o xtrace
# Runs test-cmd and test-integration, intended to be run in prow.k8s.io
set -x;
# TODO: make test-integration should handle this automatically
source ./hack/install-etcd.sh
@ -32,5 +31,6 @@ export KUBE_INTEGRATION_TEST_MAX_CONCURRENCY=4
# Save the verbose stdout as well.
export KUBE_KEEP_VERBOSE_TEST_OUTPUT=y
export LOG_LEVEL=4
set -x;
make test-cmd
make test-integration