Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
[WIP][SPARK-XXX][TESTS] Disable SBT unidoc testing in Jenkins
  • Loading branch information
dongjoon-hyun committed Jul 6, 2020
commit d414e01d66cb98744ede2c9d24acbc1d8b7ea49a
3 changes: 2 additions & 1 deletion dev/run-tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,8 @@ def build_spark_assembly_sbt(extra_profiles, checkstyle=False):
if checkstyle:
run_java_style_checks(build_profiles)

build_spark_unidoc_sbt(extra_profiles)
if test_env != "amplab_jenkins":
build_spark_unidoc_sbt(extra_profiles)


def build_apache_spark(build_tool, extra_profiles):
Expand Down