Skip to content

Commit

Permalink
[auto-merge] branch-25.02 to branch-25.04 [skip ci] [bot] (#12053)
Browse files Browse the repository at this point in the history
auto-merge triggered by github actions on `branch-25.02` to create a PR
keeping `branch-25.04` up-to-date. If this PR is unable to be merged due
to conflicts, it will remain open until manually fix.
  • Loading branch information
nvauto authored Jan 31, 2025
2 parents 3a6360b + a42d71b commit f1987dd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions integration_tests/run_pyspark_from_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ set -ex
SCRIPTPATH="$( cd "$(dirname "$0")" >/dev/null 2>&1 ; pwd -P )"
cd "$SCRIPTPATH"

# No failure message truncation in the test summary by default
# https://github.com/NVIDIA/spark-rapids/issues/12043
export CI=${CI:-true}

if [[ $( echo ${SKIP_TESTS} | tr [:upper:] [:lower:] ) == "true" ]];
then
echo "PYTHON INTEGRATION TESTS SKIPPED..."
Expand Down

0 comments on commit f1987dd

Please sign in to comment.