Time the CPU tests on Jenkins. (#6257)

* Time the CPU tests on Jenkins.
* Reduce thread contention.
* Add doc.
* Skip heavy tests on ARM.
This commit is contained in:
Jiaming Yuan
2020-10-21 08:19:07 +08:00
committed by GitHub
parent d1254808d5
commit 81c37c28d5
9 changed files with 29 additions and 18 deletions

View File

@@ -60,7 +60,7 @@ case "$suite" in
cpu)
source activate cpu_test
install_xgboost
pytest -v -s -rxXs --fulltrace ${args} tests/python
pytest -v -s -rxXs --fulltrace --durations=0 ${args} tests/python
cd tests/distributed
./runtests.sh
uninstall_xgboost