Skip to content

Commit

Permalink
[CI] Add back the tests after timeout adjusted (apache#7408)
Browse files Browse the repository at this point in the history
  • Loading branch information
tqchen authored and Lokiiiiii committed Mar 1, 2021
1 parent ef7e18b commit 8d62b33
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions tests/scripts/task_python_frontend.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ find . -type f -path "*.pyc" | xargs rm -f
# Rebuild cython
make cython3

exit 0

echo "Running relay MXNet frontend test..."
python3 -m pytest tests/python/frontend/mxnet

Expand Down
2 changes: 0 additions & 2 deletions tests/scripts/task_python_integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ export LD_LIBRARY_PATH="build:${LD_LIBRARY_PATH:-}"
export TVM_BIND_THREADS=0
export TVM_NUM_THREADS=2

exit 0

# cleanup pycache
find . -type f -path "*.pyc" | xargs rm -f

Expand Down

0 comments on commit 8d62b33

Please sign in to comment.