Skip to content

Commit

Permalink
reduce databricks parallelism
Browse files Browse the repository at this point in the history
Signed-off-by: Raza Jafri <rjafri@nvidia.com>
  • Loading branch information
razajafri committed Jan 13, 2022
1 parent e61413f commit 15c8738
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jenkins/databricks/test.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
#
# Copyright (c) 2020-2021, NVIDIA CORPORATION. All rights reserved.
# Copyright (c) 2020-2022, NVIDIA CORPORATION. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -76,7 +76,7 @@ export PYSP_TEST_spark_eventLog_enabled=true
mkdir -p /tmp/spark-events

## limit parallelism to avoid OOM kill
export TEST_PARALLEL=4
export TEST_PARALLEL=1
if [ -d "$LOCAL_JAR_PATH" ]; then
if [[ $TEST_MODE == "ALL" || $TEST_MODE == "IT_ONLY" ]]; then
## Run tests with jars in the LOCAL_JAR_PATH dir downloading from the dependency repo
Expand Down

0 comments on commit 15c8738

Please sign in to comment.