LightGBM
LightGBM copied to clipboard
[dask][gpu] Run Dask tests with LightGBM GPU version
As it was suggested in https://github.com/microsoft/LightGBM/pull/5282#issue-1268671683 (previous attempt: #5285).
Using findings from https://github.com/microsoft/LightGBM/pull/5282#issuecomment-1155440483:
My understanding is that the
dasktests only fail with this error on Ubuntu 14.04 with Python 3.10. I ran them locally with Python 3.8 and 3.9 and they work fine. Do we maybe want to setPYTHON_VERSIONagain on the Linuxgpu_sourcejob?On Ubuntu 20.04, the tests seem to fail because of a timeout. Enabling those tests on a fake GPU is expected to take more time. Maybe setting
timeoutInMinuteslike we do for the aarch64 job would help?