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/08/01 21:46:34 UTC

[GitHub] marcoabreu commented on a change in pull request #11974: Add unit test stage for mxnet cpu in debug mode

marcoabreu commented on a change in pull request #11974: Add unit test stage for mxnet cpu in debug mode
URL: https://github.com/apache/incubator-mxnet/pull/11974#discussion_r207042474
 
 

 ##########
 File path: Jenkinsfile
 ##########
 @@ -574,6 +585,20 @@ try {
         }
       }
     },
+    'Python3: CPU debug': {
+      node('mxnetlinux-cpu') {
+        ws('workspace/ut-python3-cpu') {
+          try {
+            init_git()
+            unpack_lib('cpu_debug')
+            python3_ut('ubuntu_cpu')
+          } finally {
+            collect_test_results_unix('nosetests_unittest.xml', 'nosetests_python3_cpu_unittest.xml')
 
 Review comment:
   Duplicate result name

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