Skip to content

Commit c79d3ce

Browse files
authored
Merge pull request kubernetes#130758 from BenTheElder/integration-concur
stop overriding max concurrency in CI, let automax procs handle it
2 parents 8456726 + 9e42056 commit c79d3ce

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

hack/jenkins/test-dockerized.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ export KUBE_COVER="n"
4040
export ARTIFACTS=${ARTIFACTS:-"${WORKSPACE}/artifacts"}
4141
# Save the verbose stdout as well.
4242
export KUBE_KEEP_VERBOSE_TEST_OUTPUT=y
43-
export KUBE_INTEGRATION_TEST_MAX_CONCURRENCY=4
4443
export LOG_LEVEL=4
4544

4645
cd "${GOPATH}/src/k8s.io/kubernetes"

hack/jenkins/test-integration-dockerized.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ export KUBE_COVER="n"
3636
export ARTIFACTS=${ARTIFACTS:-"${WORKSPACE}/artifacts"}
3737
# Save the verbose stdout as well.
3838
export KUBE_KEEP_VERBOSE_TEST_OUTPUT=y
39-
export KUBE_INTEGRATION_TEST_MAX_CONCURRENCY=4
4039
export LOG_LEVEL=4
4140

4241
cd "${GOPATH}/src/k8s.io/kubernetes"

0 commit comments

Comments
 (0)