Time GPU tests on CI. (#6141)
This commit is contained in:
parent
33d80ffad0
commit
452ac8ea62
@ -43,14 +43,14 @@ case "$suite" in
|
|||||||
gpu)
|
gpu)
|
||||||
source activate gpu_test
|
source activate gpu_test
|
||||||
install_xgboost
|
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
|
uninstall_xgboost
|
||||||
;;
|
;;
|
||||||
|
|
||||||
mgpu)
|
mgpu)
|
||||||
source activate gpu_test
|
source activate gpu_test
|
||||||
install_xgboost
|
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
|
cd tests/distributed
|
||||||
./runtests-gpu.sh
|
./runtests-gpu.sh
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user