mirror of
https://github.com/outbackdingo/kubernetes.git
synced 2026-01-27 10:19:35 +00:00
Merge pull request #131322 from BenTheElder/etcd-log-noise-2
reduce etcd install log noise in test-integration-dockerized.sh
This commit is contained in:
@@ -21,11 +21,11 @@ set -o xtrace
|
||||
|
||||
# Runs test-integration
|
||||
# This script is intended to be run from prow.k8s.io
|
||||
set -x;
|
||||
|
||||
# TODO: make test-integration should handle this automatically
|
||||
source ./hack/install-etcd.sh
|
||||
|
||||
set -x;
|
||||
# TODO: drop KUBE_INTEGRATION_TEST_MAX_CONCURRENCY later when we've figured out
|
||||
# stabilizing the tests / CI Setting this to a hardcoded value is fragile.
|
||||
export KUBE_INTEGRATION_TEST_MAX_CONCURRENCY=4
|
||||
|
||||
Reference in New Issue
Block a user