@@ -36,20 +36,20 @@ jobs:
3636 run : |
3737 python -m pip install --upgrade pip
3838 python -m pip install codecov
39- python -m pip install -U https://s3-us-west-2.amazonaws.com/ray-wheels/latest/ray-1.1 .0.dev0-cp37-cp37m-manylinux2014_x86_64.whl
39+ python -m pip install -U https://s3-us-west-2.amazonaws.com/ray-wheels/latest/ray-1.2 .0.dev0-cp37-cp37m-manylinux2014_x86_64.whl
4040 if [ -f requirements-test.txt ]; then python -m pip install -r requirements-test.txt; fi
4141 - name : Install package
4242 run : |
4343 python -m pip install -e .
4444 - name : Test with pytest
4545 run : |
4646 pushd xgboost_ray/tests
47+ python -m pytest -vv -s --log-cli-level=DEBUG --durations=0 -x test_colocation.py
4748 python -m pytest -v --durations=0 -x test_matrix.py
4849 python -m pytest -v --durations=0 -x test_xgboost_api.py
4950 python -m pytest -v --durations=0 -x test_fault_tolerance.py
5051 python -m pytest -v --durations=0 -x test_end_to_end.py
5152 python -m pytest -v --durations=0 -x test_tune.py
52- python -m pytest -v --durations=0 -x test_colocation.py
5353 echo "running smoke test on benchmark_cpu_gpu.py" && python release/benchmark_cpu_gpu.py 2 10 20 --smoke-test
5454 popd
5555 pushd examples/
@@ -82,12 +82,12 @@ jobs:
8282 - name : Test with pytest
8383 run : |
8484 pushd xgboost_ray/tests
85+ python -m pytest -vv -s --log-cli-level=DEBUG --durations=0 -x test_colocation.py
8586 python -m pytest -v --durations=0 -x test_matrix.py
8687 python -m pytest -v --durations=0 -x test_xgboost_api.py
8788 python -m pytest -v --durations=0 -x test_fault_tolerance.py
8889 python -m pytest -v --durations=0 -x test_end_to_end.py
8990 python -m pytest -v --durations=0 -x test_tune.py
90- python -m pytest -v --durations=0 -x test_colocation.py
9191 echo "running smoke test on benchmark_cpu_gpu.py" && python release/benchmark_cpu_gpu.py 2 10 20 --smoke-test
9292 popd
9393 pushd examples/
@@ -127,11 +127,11 @@ jobs:
127127 - name : Test with pytest
128128 run : |
129129 pushd xgboost_ray/tests
130+ python -m pytest -vv -s --log-cli-level=DEBUG --durations=0 -x test_colocation.py
130131 python -m pytest -v --durations=0 -x test_matrix.py
131132 python -m pytest -v --durations=0 -x test_xgboost_api.py
132133 python -m pytest -v --durations=0 -x test_fault_tolerance.py
133134 python -m pytest -v --durations=0 -x test_end_to_end.py
134- python -m pytest -v --durations=0 -x test_colocation.py
135135 echo "running smoke test on benchmark_cpu_gpu.py" && python release/benchmark_cpu_gpu.py 2 10 20 --smoke-test
136136 popd
137137 pushd examples/
0 commit comments