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:
Kubernetes Prow Robot
2025-04-23 19:30:44 -07:00
committed by GitHub

View File

@@ -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