Merge pull request #130758 from BenTheElder/integration-concur

stop overriding max concurrency in CI, let automax procs handle it
This commit is contained in:
Kubernetes Prow Robot
2025-03-12 14:51:48 -07:00
committed by GitHub
2 changed files with 0 additions and 2 deletions

View File

@@ -40,7 +40,6 @@ export KUBE_COVER="n"
export ARTIFACTS=${ARTIFACTS:-"${WORKSPACE}/artifacts"}
# Save the verbose stdout as well.
export KUBE_KEEP_VERBOSE_TEST_OUTPUT=y
export KUBE_INTEGRATION_TEST_MAX_CONCURRENCY=4
export LOG_LEVEL=4
cd "${GOPATH}/src/k8s.io/kubernetes"

View File

@@ -36,7 +36,6 @@ export KUBE_COVER="n"
export ARTIFACTS=${ARTIFACTS:-"${WORKSPACE}/artifacts"}
# Save the verbose stdout as well.
export KUBE_KEEP_VERBOSE_TEST_OUTPUT=y
export KUBE_INTEGRATION_TEST_MAX_CONCURRENCY=4
export LOG_LEVEL=4
cd "${GOPATH}/src/k8s.io/kubernetes"