mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-25 12:43:23 +00:00
Merge pull request #130948 from BenTheElder/log-spam
CI integration scripts: reduce log noise from installing etcd
This commit is contained in:
commit
61572d7a7b
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user