Skip to content

Commit

Permalink
Revert "[RUST][CI] Add rust frontend tests in Jenkins" (apache#2406)
Browse files Browse the repository at this point in the history
  • Loading branch information
tqchen authored Jan 9, 2019
1 parent a578475 commit 129a1c1
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ stage('Build') {
timeout(time: max_time, unit: 'MINUTES') {
sh "${docker_run} tvmai/ci-cpu ./tests/scripts/task_cpp_unittest.sh"
sh "${docker_run} tvmai/ci-cpu ./tests/scripts/task_python_vta.sh"
sh "${docker_run} tvmai/ci-cpu ./tests/scripts/task_rust.sh"
sh "${docker_run} tvmai/ci-cpu ./tests/scripts/task_golang.sh"
sh "${docker_run} tvmai/ci-cpu ./tests/scripts/task_python_unittest.sh"
sh "${docker_run} tvmai/ci-cpu ./tests/scripts/task_python_integration.sh"
Expand Down Expand Up @@ -208,17 +209,6 @@ stage('Unit Test') {
}
}
}
},
'rust: CPU': {
node('CPU') {
ws('workspace/tvm/ut-rust') {
init_git()
unpack_lib('cpu', tvm_multilib)
timeout(time: max_time, unit: 'MINUTES') {
sh "${docker_run} tvmai/ci-cpu ./tests/scripts/task_rust.sh"
}
}
}
}
}

Expand Down

0 comments on commit 129a1c1

Please sign in to comment.