Skip to content

Commit

Permalink
Use withRetry in GpuCoalesceBatches (#7852)
Browse files Browse the repository at this point in the history
Signed-off-by: Alessandro Bellina <[email protected]>
  • Loading branch information
abellina authored Mar 8, 2023
1 parent 5857e21 commit 7477bc4
Show file tree
Hide file tree
Showing 7 changed files with 838 additions and 237 deletions.
7 changes: 7 additions & 0 deletions jenkins/spark-premerge-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,13 @@ 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

# because the RapidsShuffleManager smoke tests work against a standalone cluster
# we do not want the integration tests to launch N different applications, just one app
# is what is expected.
TEST_PARALLEL=0 \
PYSP_TEST_spark_master=$SPARK_MASTER \
PYSP_TEST_spark_cores_max=2 \
PYSP_TEST_spark_executor_cores=1 \
Expand Down
Loading

0 comments on commit 7477bc4

Please sign in to comment.