From 591e49dc3db230315dfabb5f7716357702a927ef Mon Sep 17 00:00:00 2001 From: Jarek Potiuk Date: Sun, 29 Mar 2020 20:57:48 +0200 Subject: [PATCH] Further decrease of amount of parallelism --- scripts/ci/in_container/entrypoint_ci.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/ci/in_container/entrypoint_ci.sh b/scripts/ci/in_container/entrypoint_ci.sh index e4f0f7e06c2e4..b8f5bdbb548d7 100755 --- a/scripts/ci/in_container/entrypoint_ci.sh +++ b/scripts/ci/in_container/entrypoint_ci.sh @@ -196,10 +196,10 @@ fi if [[ ${CI:=} == "true" && ${RUN_TESTS} == "true" ]] ; then echo echo " !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" - echo " Setting default parallellism to 4 because we can run out of memory during tests on CI" + echo " Setting default parallellism to 2 because we can run out of memory during tests on CI" echo " !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" echo - export AIRFLOW__CORE__PARALELLISM=4 + export AIRFLOW__CORE__PARALELLISM=2 fi set +u