[TEST] Remove script that references previously removed content. (#2481)

This commit is contained in:
Marcus Shawcroft 2019-01-24 19:20:08 +00:00 коммит произвёл Tianqi Chen
Родитель e30cbe78d6
Коммит 911c3a36ed
2 изменённых файлов: 0 добавлений и 2 удалений

1
Jenkinsfile поставляемый
Просмотреть файл

@ -220,7 +220,6 @@ stage('Integration Test') {
unpack_lib('gpu', tvm_multilib)
timeout(time: max_time, unit: 'MINUTES') {
sh "${docker_run} tvmai/ci-gpu ./tests/scripts/task_python_topi.sh"
sh "${docker_run} tvmai/ci-gpu ./tests/scripts/task_cpp_topi.sh"
}
}
}

Просмотреть файл

@ -32,7 +32,6 @@ fi
if [ ${TASK} == "cpp_test" ] || [ ${TASK} == "all_test" ]; then
make -f dmlc-core/scripts/packages.mk gtest
./tests/scripts/task_cpp_unittest.sh || exit -1
./tests/scripts/task_cpp_topi.sh || exit -1
fi
if [ ${TASK} == "python_test" ] || [ ${TASK} == "all_test" ]; then