stop overriding max concurrency in CI, let automax procs handle it

This commit is contained in:
Benjamin Elder 2025-03-12 13:45:26 -07:00
parent 21f7eaa8e2
commit 9e42056a0d
2 changed files with 0 additions and 2 deletions

View File

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

View File

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