nswamy closed pull request #12618: Fixed NoSuchMethodError for Jenkins Job for 
MBCC
URL: https://github.com/apache/incubator-mxnet/pull/12618
 
 
   

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 9158b0486cd..cb35161f540 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)
       }


 

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to