From 3fcb26f0179f7e15079af779953fb57d50426e15 Mon Sep 17 00:00:00 2001 From: Benjamin Elder Date: Tue, 15 Apr 2025 15:18:22 -0700 Subject: [PATCH] reduce etcd install log noise --- hack/jenkins/test-integration-dockerized.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/jenkins/test-integration-dockerized.sh b/hack/jenkins/test-integration-dockerized.sh index 1ca0ddf1e66..fe8c558ccec 100755 --- a/hack/jenkins/test-integration-dockerized.sh +++ b/hack/jenkins/test-integration-dockerized.sh @@ -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