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/06/08 01:16:51 UTC

[GitHub] marcoabreu commented on a change in pull request #11186: Devel arm

marcoabreu commented on a change in pull request #11186: Devel arm
URL: https://github.com/apache/incubator-mxnet/pull/11186#discussion_r193930619
 
 

 ##########
 File path: Jenkinsfile
 ##########
 @@ -445,6 +445,7 @@ try {
           timeout(time: max_time, unit: 'MINUTES') {
             init_git()
             docker_run('armv7', 'build_armv7', false)
+            archiveArtifacts artifacts: 'build/*.whl,build/libmxnet.*'
 
 Review comment:
   I'd like to prevent the usage of archive artifacts as it is going to increase the permanently stored size of every run by a LOT - and it won't be possible to distinguish the different wheels from each other.

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