mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
Revert "stop overriding max concurrency in CI, let automax procs handle it"
This reverts changes from commit 9e42056a0d
.
NOTE: this is not a clean revert bcause of further changes.
This commit is contained in:
parent
0446f6c146
commit
cf20c21ef8
@ -25,6 +25,10 @@ set -x;
|
||||
# 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
|
||||
|
@ -26,4 +26,8 @@ set -x;
|
||||
# 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
|
||||
|
||||
make test-integration KUBE_KEEP_VERBOSE_TEST_OUTPUT=y LOG_LEVEL=4
|
||||
|
Loading…
Reference in New Issue
Block a user