Skip to content

Commit cf20c21

Browse files
committed
Revert "stop overriding max concurrency in CI, let automax procs handle it"
This reverts changes from commit 9e42056. NOTE: this is not a clean revert bcause of further changes.
1 parent 0446f6c commit cf20c21

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

hack/jenkins/test-dockerized.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ set -x;
2525
# TODO: make test-integration should handle this automatically
2626
source ./hack/install-etcd.sh
2727

28+
# TODO: drop KUBE_INTEGRATION_TEST_MAX_CONCURRENCY later when we've figured out
29+
# stabilizing the tests / CI Setting this to a hardcoded value is fragile.
30+
export KUBE_INTEGRATION_TEST_MAX_CONCURRENCY=4
31+
2832
# Save the verbose stdout as well.
2933
export KUBE_KEEP_VERBOSE_TEST_OUTPUT=y
3034
export LOG_LEVEL=4

hack/jenkins/test-integration-dockerized.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,8 @@ set -x;
2626
# TODO: make test-integration should handle this automatically
2727
source ./hack/install-etcd.sh
2828

29+
# TODO: drop KUBE_INTEGRATION_TEST_MAX_CONCURRENCY later when we've figured out
30+
# stabilizing the tests / CI Setting this to a hardcoded value is fragile.
31+
export KUBE_INTEGRATION_TEST_MAX_CONCURRENCY=4
32+
2933
make test-integration KUBE_KEEP_VERBOSE_TEST_OUTPUT=y LOG_LEVEL=4

0 commit comments

Comments
 (0)