-
-
Notifications
You must be signed in to change notification settings - Fork 8.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CI] CI cost saving #7407
[CI] CI cost saving #7407
Conversation
hcho3
commented
Nov 9, 2021
•
edited
Loading
edited
- Drop CUDA 10.x and use CUDA 11.0 in CI
- Drop JDK 11 and JDK 12 tests
I'll need to rebuild the machine image for the Windows worker to use CUDA 11.0. |
I'll keep #7366 open, since clang-tidy fails when using CUDA 11.0 |
Is it caused by |
When I changed 10.1 to 11.0, clang-tidy fails to pass. |
Got it. I will take a look into the error later. |
Hi, the errored CI tests for clang-tidy seems to be cmake failing to find appropriate CTK:
|
Other than clang-tidy, is there anything else we need to do for this PR? |
@trivialfis We can merge this PR once the Windows test completes running. I had to re-build the Windows machine's image from scratch. |
@trivialfis Urr... One of the gtest is now failing:
|
@trivialfis Are you okay with disabling |
Go ahead. I will try to reproduce it later. |