Skip to content

Commit

Permalink
remove build only steps
Browse files Browse the repository at this point in the history
Signed-off-by: YanxuanLiu <[email protected]>
  • Loading branch information
YanxuanLiu committed Dec 4, 2023
1 parent 800b9fa commit 052efaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jenkins/spark-premerge-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ mvn_verify() {
-DwildcardSuites=org.apache.spark.sql.rapids.filecache.FileCacheIntegrationSuite
# build only for other versions
elif [[ "${SPARK_SHIM_VERSIONS_NOSNAPSHOTS_TAIL[@]}" =~ "$version" ]]; then
$MVN_INSTALL_CMD -DskipTests -Dbuildver=$version
# echo "Skip build only version $version."
# $MVN_INSTALL_CMD -DskipTests -Dbuildver=$version
echo "Skip build only version $version."
fi
done

Expand Down

0 comments on commit 052efaf

Please sign in to comment.