Skip to content

Commit b283181

Browse files
committed
remove legacy stage
1 parent 77a3495 commit b283181

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

Jenkinsfile

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -310,17 +310,6 @@ stage('Integration Test') {
310310
}
311311
}
312312
},
313-
'legacy: GPU': {
314-
node('GPU') {
315-
ws(per_exec_ws("tvm/legacy-python-gpu")) {
316-
init_git()
317-
unpack_lib('gpu', tvm_multilib)
318-
timeout(time: max_time, unit: 'MINUTES') {
319-
sh "${docker_run} ${ci_gpu} ./tests/scripts/task_python_legacy.sh"
320-
}
321-
}
322-
}
323-
},
324313
'docs: GPU': {
325314
node('GPU') {
326315
ws(per_exec_ws("tvm/docs-python-gpu")) {

0 commit comments

Comments
 (0)