From 65cdee5e68ab5c7552796b23201c1e078b799907 Mon Sep 17 00:00:00 2001 From: Benjamin Elder Date: Thu, 28 Aug 2025 12:02:43 -0700 Subject: [PATCH] Reapply "stop overriding max concurrency in CI, let automax procs handle it" This reverts commit cf20c21ef82e19ffc98bffcc3e94a2afc91e6271. --- hack/jenkins/test-dockerized.sh | 4 ---- hack/jenkins/test-integration-dockerized.sh | 5 ----- 2 files changed, 9 deletions(-) diff --git a/hack/jenkins/test-dockerized.sh b/hack/jenkins/test-dockerized.sh index 7a0c527beb2..21de0b5ea99 100755 --- a/hack/jenkins/test-dockerized.sh +++ b/hack/jenkins/test-dockerized.sh @@ -24,10 +24,6 @@ set -o xtrace # TODO: make test-integration should handle this automatically source ./hack/install-etcd.sh -# 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 - # Save the verbose stdout as well. export KUBE_KEEP_VERBOSE_TEST_OUTPUT=y export LOG_LEVEL=4 diff --git a/hack/jenkins/test-integration-dockerized.sh b/hack/jenkins/test-integration-dockerized.sh index fe8c558ccec..92e4fa5cd07 100755 --- a/hack/jenkins/test-integration-dockerized.sh +++ b/hack/jenkins/test-integration-dockerized.sh @@ -25,9 +25,4 @@ set -o xtrace # 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 - make test-integration KUBE_KEEP_VERBOSE_TEST_OUTPUT=y LOG_LEVEL=4