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 2019/01/19 15:40:58 UTC

[GitHub] larroy commented on a change in pull request #13624: WIP: Nightly Tests For Clojure

larroy commented on a change in pull request #13624: WIP: Nightly Tests For Clojure
URL: https://github.com/apache/incubator-mxnet/pull/13624#discussion_r249248300
 
 

 ##########
 File path: tests/nightly/JenkinsfileForBinaries
 ##########
 @@ -106,6 +106,14 @@ core_logic: {
           utils.docker_run('ubuntu_nightly_gpu', 'nightly_tutorial_test_ubuntu_python3_gpu', true)
         }
       }
+    },
+    'Clojure Nightly: CPU': {
+      node(NODE_LINUX_GPU) {
+        ws('workspace/clojure') {
+          utils.unpack_and_init('gpu', mx_lib)
+          utils.docker_run('ubuntu_nightly_gpu', 'unittest_ubuntu_cpu_clojure_integration', false)
 
 Review comment:
   unittest_ubuntu_cpu_clojure_integration  Are these CPU or GPU? maybe rename the function to XPU?

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