Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use withRetry in GpuCoalesceBatches #7852

Merged
merged 11 commits into from
Mar 8, 2023
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 \
revans2 marked this conversation as resolved.
Show resolved Hide resolved
PYSP_TEST_spark_master=$SPARK_MASTER \
PYSP_TEST_spark_cores_max=2 \
PYSP_TEST_spark_executor_cores=1 \
Expand Down
Loading