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/09 15:03:46 UTC

[GitHub] marcoabreu closed pull request #12108: Add missing object to JenkinsfileForMBCC

marcoabreu closed pull request #12108: Add missing object to JenkinsfileForMBCC
URL: https://github.com/apache/incubator-mxnet/pull/12108
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/tests/nightly/model_backwards_compatibility_check/JenkinsfileForMBCC b/tests/nightly/model_backwards_compatibility_check/JenkinsfileForMBCC
index d5c5b8d0067..9158b0486cd 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)
       }


 

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