Repository: spark
Updated Branches:
  refs/heads/master 756a3ab18 -> 8bb242902


[SPARK-25671] Build external/spark-ganglia-lgpl in Jenkins Test

## What changes were proposed in this pull request?
Currently, we do not build external/spark-ganglia-lgpl in Jenkins tests when 
the code is changed.

## How was this patch tested?
N/A

Closes #22658 from gatorsmile/buildGanglia.

Authored-by: gatorsmile <gatorsm...@gmail.com>
Signed-off-by: gatorsmile <gatorsm...@gmail.com>


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/8bb24290
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/8bb24290
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/8bb24290

Branch: refs/heads/master
Commit: 8bb242902760535d12c6c40c5d8481a98fdc11e0
Parents: 756a3ab
Author: gatorsmile <gatorsm...@gmail.com>
Authored: Sat Oct 6 15:49:41 2018 -0700
Committer: gatorsmile <gatorsm...@gmail.com>
Committed: Sat Oct 6 15:49:41 2018 -0700

----------------------------------------------------------------------
 dev/sparktestsupport/modules.py | 10 ++++++++++
 1 file changed, 10 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/8bb24290/dev/sparktestsupport/modules.py
----------------------------------------------------------------------
diff --git a/dev/sparktestsupport/modules.py b/dev/sparktestsupport/modules.py
index e267fbf..e7ac063 100644
--- a/dev/sparktestsupport/modules.py
+++ b/dev/sparktestsupport/modules.py
@@ -557,6 +557,16 @@ kubernetes = Module(
     sbt_test_goals=["kubernetes/test"]
 )
 
+
+spark_ganglia_lgpl = Module(
+    name="spark-ganglia-lgpl",
+    dependencies=[],
+    build_profile_flags=["-Pspark-ganglia-lgpl"],
+    source_file_regexes=[
+        "external/spark-ganglia-lgpl",
+    ]
+)
+
 # The root module is a dummy module which is used to run all of the tests.
 # No other modules should directly depend on this module.
 root = Module(


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to