You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by ma...@apache.org on 2018/08/09 15:03:57 UTC

[incubator-mxnet] branch master updated: Add missing object to tests/nightly/model_backwards_compatibility_check/JenkinsfileForMBCC (#12108)

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

marcoabreu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git


The following commit(s) were added to refs/heads/master by this push:
     new 5aef78f  Add missing object to tests/nightly/model_backwards_compatibility_check/JenkinsfileForMBCC (#12108)
5aef78f is described below

commit 5aef78f9851127b669c21b8a6650fba1893292ca
Author: Marco de Abreu <ma...@users.noreply.github.com>
AuthorDate: Thu Aug 9 17:03:44 2018 +0200

    Add missing object to tests/nightly/model_backwards_compatibility_check/JenkinsfileForMBCC (#12108)
---
 tests/nightly/model_backwards_compatibility_check/JenkinsfileForMBCC | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/nightly/model_backwards_compatibility_check/JenkinsfileForMBCC b/tests/nightly/model_backwards_compatibility_check/JenkinsfileForMBCC
index d5c5b8d..9158b04 100644
--- a/tests/nightly/model_backwards_compatibility_check/JenkinsfileForMBCC
+++ b/tests/nightly/model_backwards_compatibility_check/JenkinsfileForMBCC
@@ -55,7 +55,7 @@ core_logic: {
     node(NODE_LINUX_CPU) {
       ws('workspace/modelBackwardsCompat') {
         utils.init_git()
-        unpack_lib('cpu', mx_lib)
+        utils.unpack_lib('cpu', mx_lib)
         // Perform inference on the latest version of MXNet
         utils.docker_run('ubuntu_nightly_cpu', 'nightly_model_backwards_compat_test', false)
       }