mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-02-18 18:28:18 -05:00
Merge pull request #133759 from BenTheElder/integrationprocs
Reapply "stop overriding max concurrency in CI, let automax procs handle it
This commit is contained in:
commit
aba3dc7256
2 changed files with 0 additions and 9 deletions
|
|
@ -23,10 +23,6 @@ set -o pipefail
|
|||
# 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
|
||||
|
|
|
|||
|
|
@ -24,9 +24,4 @@ set -o pipefail
|
|||
# TODO: make test-integration should handle this automatically
|
||||
source ./hack/install-etcd.sh
|
||||
|
||||
set -x;
|
||||
# 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 a new issue