Skip to content

Commit

Permalink
Time GPU tests on CI. (#6141)
Browse files Browse the repository at this point in the history
  • Loading branch information
trivialfis committed Sep 22, 2020
1 parent 33d80ff commit 452ac8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/ci_build/test_python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,14 @@ case "$suite" in
gpu)
source activate gpu_test
install_xgboost
pytest -v -s -rxXs --fulltrace -m "not mgpu" ${args} tests/python-gpu
pytest -v -s -rxXs --fulltrace --durations=0 -m "not mgpu" ${args} tests/python-gpu
uninstall_xgboost
;;

mgpu)
source activate gpu_test
install_xgboost
pytest -v -s -rxXs --fulltrace -m "mgpu" ${args} tests/python-gpu
pytest -v -s -rxXs --fulltrace --durations=0 -m "mgpu" ${args} tests/python-gpu

cd tests/distributed
./runtests-gpu.sh
Expand Down

0 comments on commit 452ac8e

Please sign in to comment.