Skip to content

Commit

Permalink
Further decrease of amount of parallelism (#7991)
Browse files Browse the repository at this point in the history
  • Loading branch information
potiuk authored Mar 29, 2020
1 parent 685e66d commit 996bf2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/ci/in_container/entrypoint_ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 996bf2e

Please sign in to comment.