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

nswamy 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 251e11d  Fixed NoSuchMethodError for Jenkins Job for MBCC (#12618)
251e11d is described below

commit 251e11d9b851447f9d3a82c6757b715cd039480b
Author: Piyush Ghai <[email protected]>
AuthorDate: Thu Sep 20 12:04:25 2018 -0700

    Fixed NoSuchMethodError for Jenkins Job for MBCC (#12618)
    
    * Fixed NoSuchMethodError for Jenkins Job for MBCC
    
    * Removed init_git since it's taken care of in unpack_and_init method
---
 tests/nightly/model_backwards_compatibility_check/JenkinsfileForMBCC | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

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

Reply via email to