srowen 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_r327274062
 
 

 ##########
 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:
   I might be forgetting, but I'm not sure we have set up all the necessary 
changes for cross compilation yet. Building with Java 11 may cause problems. 
Testing with Java 11 is all we want to do.

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

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

Reply via email to