[CI] CI cost saving (#7407)

* [CI] Drop CUDA 10.1; Require 11.0

* Change NCCL version

* Use CUDA 10.1 for clang-tidy, for now

* Remove JDK 11 and 12

* Fix NCCL version

* Don't require 11.0 just yet, until clang-tidy is fixed

* Skip MultiClassesSerializationTest.GpuHist
This commit is contained in:
Philip Hyunsu Cho
2021-11-17 21:02:20 -08:00
committed by GitHub
parent b0015fda96
commit 2adf222fb2
5 changed files with 18 additions and 22 deletions

View File

@@ -610,6 +610,7 @@ TEST_F(MultiClassesSerializationTest, CPUCoordDescent) {
#if defined(XGBOOST_USE_CUDA)
TEST_F(MultiClassesSerializationTest, GpuHist) {
GTEST_SKIP() << "This test is broken for CUDA 11.0 + Windows combination, skipping";
TestLearnerSerialization({{"booster", "gbtree"},
{"num_class", std::to_string(kClasses)},
{"seed", "0"},