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/03/30 23:15:59 UTC

[GitHub] Roshrini commented on a change in pull request #10346: [MXNET-256] Add CI Test for GPU

Roshrini commented on a change in pull request #10346: [MXNET-256] Add CI Test for GPU
URL: https://github.com/apache/incubator-mxnet/pull/10346#discussion_r178404067
 
 

 ##########
 File path: Jenkinsfile
 ##########
 @@ -482,6 +482,17 @@ try {
         }
       }
     },
+    'Scala: GPU': {
+      node('mxnetlinux-gpu') {
+        ws('workspace/ut-scala-gpu') {
+          init_git()
+          unpack_lib('gpu')
+          timeout(time: max_time, unit: 'MINUTES') {
+            sh "ci/build.py --build --platform ubuntu_gpu /work/runtime_functions.sh unittest_ubuntu_gpu_scala"
 
 Review comment:
   CI didnt pass for Scala-gpu test

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