diff --git a/hack/jenkins/test-dockerized.sh b/hack/jenkins/test-dockerized.sh index d118b3b3fdb..444df39ceda 100755 --- a/hack/jenkins/test-dockerized.sh +++ b/hack/jenkins/test-dockerized.sh @@ -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 diff --git a/hack/jenkins/test-integration-dockerized.sh b/hack/jenkins/test-integration-dockerized.sh index 25f6f1b5fde..878ee2d2cdb 100755 --- a/hack/jenkins/test-integration-dockerized.sh +++ b/hack/jenkins/test-integration-dockerized.sh @@ -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