You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by ib...@apache.org on 2019/01/20 10:16:19 UTC

[incubator-mxnet] branch ib/ci-jl-win updated: add stage test_windows_julia07_cpu

This is an automated email from the ASF dual-hosted git repository.

iblis pushed a commit to branch ib/ci-jl-win
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git


The following commit(s) were added to refs/heads/ib/ci-jl-win by this push:
     new 48c43b9  add stage test_windows_julia07_cpu
48c43b9 is described below

commit 48c43b99cd9dd455c29dc3aeaf86d31b7600a4c6
Author: Iblis Lin <ib...@hs.ntnu.edu.tw>
AuthorDate: Sun Jan 20 18:15:08 2019 +0800

    add stage test_windows_julia07_cpu
---
 ci/jenkins/Jenkinsfile_windows_cpu | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/ci/jenkins/Jenkinsfile_windows_cpu b/ci/jenkins/Jenkinsfile_windows_cpu
index a8746db..d32b80c 100644
--- a/ci/jenkins/Jenkinsfile_windows_cpu
+++ b/ci/jenkins/Jenkinsfile_windows_cpu
@@ -35,12 +35,13 @@ utils.main_wrapper(
 core_logic: {
   utils.parallel_stage('Build', [
     custom_steps.compile_windows_cpu()
-  ]) 
+  ])
 
   utils.parallel_stage('Tests', [
     custom_steps.test_windows_python2_cpu(),
-    custom_steps.test_windows_python3_cpu()
-  ]) 
+    custom_steps.test_windows_python3_cpu(),
+    custom_steps.test_windows_julia07_cpu()
+  ])
 }
 ,
 failure_handler: {