You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bookkeeper.apache.org by GitBox <gi...@apache.org> on 2018/01/05 21:02:51 UTC

[GitHub] sijie opened a new pull request #953: Issue 952: Split the multiple-jdk-versions ci jobs into two

sijie opened a new pull request #953: Issue 952:  Split the multiple-jdk-versions ci jobs into two 
URL: https://github.com/apache/bookkeeper/pull/953
 
 
   Descriptions of the changes in this PR:
   
   *Problem*
   
   When using a matrix job to define a CI job running on both java 9 and java 8, the workspace file path will be added with "jdk name" (e.g. "JDK 1.8 latest" and "JDK 9 latest"). This will cause file paths contain spaces, and fail the builds. 
   
   for example, #879 #880 is one of the examples. #937 can't pass ci because g++ fails when the file path contains spaces.
   
   *Solution*
   
   Splitting the matrix job into two separate jobs suffixed with "java8" and "java9", so it won't contains any space in workspace.
     

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services