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

Commit

Permalink
Disable Caffe Converter integration tests. The test is failing becaus…
Browse files Browse the repository at this point in the history
…e it is not able to download files from caffe server. (#8284)

This test can be enabled again after #8283 is fixed.
  • Loading branch information
indhub authored and cjolivier01 committed Oct 15, 2017
1 parent 9f97dac commit 649a26f
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -485,17 +485,6 @@ try {
}
}
},
'Caffe': {
node('mxnetlinux') {
ws('workspace/it-caffe') {
init_git()
unpack_lib('gpu')
timeout(time: max_time, unit: 'MINUTES') {
sh "${docker_run} caffe_gpu PYTHONPATH=/caffe/python:./python python tools/caffe_converter/test_converter.py"
}
}
}
},
'cpp-package': {
node('mxnetlinux') {
ws('workspace/it-cpp-package') {
Expand Down

0 comments on commit 649a26f

Please sign in to comment.