Skip to content

Commit

Permalink
Remove legacy tests from jenkins
Browse files Browse the repository at this point in the history
  • Loading branch information
tqchen committed Dec 17, 2019
1 parent 77a3495 commit 32b130a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 66 deletions.
11 changes: 0 additions & 11 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -310,17 +310,6 @@ stage('Integration Test') {
}
}
},
'legacy: GPU': {
node('GPU') {
ws(per_exec_ws("tvm/legacy-python-gpu")) {
init_git()
unpack_lib('gpu', tvm_multilib)
timeout(time: max_time, unit: 'MINUTES') {
sh "${docker_run} ${ci_gpu} ./tests/scripts/task_python_legacy.sh"
}
}
}
},
'docs: GPU': {
node('GPU') {
ws(per_exec_ws("tvm/docs-python-gpu")) {
Expand Down
55 changes: 0 additions & 55 deletions tests/scripts/task_python_legacy.sh

This file was deleted.

0 comments on commit 32b130a

Please sign in to comment.