Skip to content

Commit

Permalink
[TEST] Remove script that references previously removed content. (#2481)
Browse files Browse the repository at this point in the history
  • Loading branch information
mshawcroft authored and tqchen committed Jan 24, 2019
1 parent e30cbe7 commit 911c3a3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
}
Expand Down
1 change: 0 additions & 1 deletion tests/travis/run_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 911c3a3

Please sign in to comment.