HyukjinKwon commented on a change in pull request #23117: 
[WIP][SPARK-7721][INFRA] Run and generate test coverage report from Python via 
Jenkins
URL: https://github.com/apache/spark/pull/23117#discussion_r248545016
 
 

 ##########
 File path: dev/run-tests.py
 ##########
 @@ -594,7 +651,18 @@ def main():
 
     modules_with_python_tests = [m for m in test_modules if 
m.python_test_goals]
     if modules_with_python_tests:
-        run_python_tests(modules_with_python_tests, opts.parallelism)
+        # We only run PySpark tests with coverage report in one specific job 
with
+        # Spark master with SBT in Jenkins.
+        is_sbt_master_job = (
+            os.environ.get("AMPLAB_JENKINS_BUILD_PROFILE", "") == "hadoop2.7"
 
 Review comment:
   Yea.. that's actually one of the next steps :D.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to