Skip to content

Commit

Permalink
decrease parallelism for premerge pod to avoid potential OOM kill (#3281
Browse files Browse the repository at this point in the history
)

Signed-off-by: Peixin Li <[email protected]>
  • Loading branch information
pxLi authored Aug 24, 2021
1 parent 34df0c4 commit a69773c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkins/spark-premerge-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ unit_test() {
# TODO: this function should be named as 'integration_test()' but it would break backward compatibility. Need find a way to fix this.
echo "Run integration testings..."
mvn -U -B $MVN_URM_MIRROR clean package -DskipTests=true -Dcuda.version=$CUDA_CLASSIFIER
TEST_TAGS="not slow_test" TEST_TYPE="pre-commit" TEST_PARALLEL=5 ./integration_tests/run_pyspark_from_build.sh
TEST_TAGS="not slow_test" TEST_TYPE="pre-commit" TEST_PARALLEL=4 ./integration_tests/run_pyspark_from_build.sh
}


Expand Down

0 comments on commit a69773c

Please sign in to comment.