You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2019/10/21 09:52:41 UTC

[GitHub] [spark] HyukjinKwon commented on a change in pull request #25898: [SPARK-29209][BUILD] Print build environment variables to Github

HyukjinKwon commented on a change in pull request #25898: [SPARK-29209][BUILD] Print build environment variables to Github
URL: https://github.com/apache/spark/pull/25898#discussion_r336929022
 
 

 ##########
 File path: dev/run-tests-jenkins.py
 ##########
 @@ -183,6 +183,8 @@ def main():
         os.environ["AMPLAB_JENKINS_BUILD_PROFILE"] = "hadoop2.7"
     if "test-hadoop3.2" in ghprb_pull_title:
         os.environ["AMPLAB_JENKINS_BUILD_PROFILE"] = "hadoop3.2"
+    if "test-java11" in ghprb_pull_title:
 
 Review comment:
   Oh, I thought we set up roughly necessary things. We currently build against 8 and test against JDK 11 in Jenkins.
   
   JDK11 build seems being tested via github workflow (https://github.com/apache/spark/runs/267887669)
   I think we don't explicitly run JDK 11 build and JDK 11 tests yet if I didn't miss anything.
   

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


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org