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/01/25 14:45:59 UTC

[GitHub] KellenSunderland commented on a change in pull request #9542: WIP: Do not merge, Dockerfile to create Jetson TX1 and TX2 compatible builds.

KellenSunderland commented on a change in pull request #9542: WIP: Do not merge, Dockerfile to create Jetson TX1 and TX2 compatible builds.
URL: https://github.com/apache/incubator-mxnet/pull/9542#discussion_r163862303
 
 

 ##########
 File path: Jenkinsfile
 ##########
 @@ -281,6 +281,16 @@ try {
         }
       }
     },
+    'GPU: Jetson - ARM': {
+      node('mxnetlinux-cpu') {
+        ws('workspace/jetson') {
+          init_git()
+          timeout(time: max_time, unit: 'MINUTES') {
+            sh "python docker_multiarch/tool.py -a jetson"
 
 Review comment:
   Agree, we should merge these all in the future and get rid of ci_build.sh

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