Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Fixed NoSuchMethodError for Jenkins Job for MBCC #12618

Merged
merged 2 commits into from
Sep 20, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ core_logic: {
node(NODE_LINUX_CPU) {
ws('workspace/modelBackwardsCompat') {
utils.init_git()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove this line (init_git)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done in : dd8856e

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)
}
Expand Down