Skip to content

Commit

Permalink
skip build only version
Browse files Browse the repository at this point in the history
Signed-off-by: YanxuanLiu <yanxuanl@nvidia.com>
  • Loading branch information
YanxuanLiu committed Nov 29, 2023
1 parent bef78a0 commit 06e149c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jenkins/spark-premerge-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +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
# $MVN_INSTALL_CMD -DskipTests -Dbuildver=$version
echo "Skip build only version $version."
fi
done

Expand Down

0 comments on commit 06e149c

Please sign in to comment.