Skip to content

Commit

Permalink
Set shuffle smoke tests to run with TEST_PARALLEL=0
Browse files Browse the repository at this point in the history
  • Loading branch information
abellina committed Mar 7, 2023
1 parent dd1bad3 commit 200372d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions jenkins/spark-premerge-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,10 @@ rapids_shuffle_smoke_test() {
$SPARK_HOME/sbin/spark-daemon.sh start org.apache.spark.deploy.worker.Worker 1 $SPARK_MASTER

invoke_shuffle_integration_test() {
# check out what else is on the GPU
nvidia-smi

TEST_PARALLEL=0 \
PYSP_TEST_spark_master=$SPARK_MASTER \
PYSP_TEST_spark_cores_max=2 \
PYSP_TEST_spark_executor_cores=1 \
Expand Down

0 comments on commit 200372d

Please sign in to comment.