Skip to content

Commit

Permalink
Fix relative path for spark-shell nightly test (#9531)
Browse files Browse the repository at this point in the history
Fixes #9529

- Strip integration_tests path component

Signed-off-by: Gera Shegalov <gera@apache.org>
  • Loading branch information
gerashegalov authored Oct 24, 2023
1 parent cdfdc10 commit e0eb8d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkins/spark-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ if [[ $TEST_MODE == "DEFAULT" ]]; then

SPARK_SHELL_SMOKE_TEST=1 \
PYSP_TEST_spark_shuffle_manager=com.nvidia.spark.rapids.${SHUFFLE_SPARK_SHIM}.RapidsShuffleManager \
./integration_tests/run_pyspark_from_build.sh
./run_pyspark_from_build.sh

# ParquetCachedBatchSerializer cache_test
PYSP_TEST_spark_sql_cache_serializer=com.nvidia.spark.ParquetCachedBatchSerializer \
Expand Down

0 comments on commit e0eb8d6

Please sign in to comment.