Skip to content

Commit

Permalink
remove legacy stage
Browse files Browse the repository at this point in the history
  • Loading branch information
tqchen committed Dec 17, 2019
1 parent 77a3495 commit b283181
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 @@ -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

0 comments on commit b283181

Please sign in to comment.