You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2018/11/20 20:21:05 UTC

[GitHub] marcoabreu opened a new pull request #13344: Refactor Jenkinsfiles

marcoabreu opened a new pull request #13344: Refactor Jenkinsfiles
URL: https://github.com/apache/incubator-mxnet/pull/13344
 
 
   This PR refactors our Jenkinsfiles that are used in the PR stage for the following reasons:
   
   1. Work around issues with Jenkinsfiles being too large: https://issues.jenkins-ci.org/browse/JENKINS-37984
   2. Improve the readability of the Jenkinsfiles. Now you can clearly tell which jobs are being run while implementation details are hidden in another file. Also, this allows code re-usage.
   3. Increase the speed of the PR pipeline. We will now have multiple pipelines which run in parallel. This reduces the critical path since a stage no longer has to wait for the slowest job before being able to move forward.
   
   
   
   So far, I have not refactored other pipelines. This would be done in a follow-up PR.

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