[CI] Reduce load on Windows CI pipeline (#5892)

This commit is contained in:
Philip Hyunsu Cho
2020-07-14 18:47:05 -07:00
committed by GitHub
parent 3cae287dea
commit 3c40f4a7f5

View File

@@ -41,7 +41,6 @@ pipeline {
script {
parallel ([
'test-win64-cpu': { TestWin64CPU() },
'test-win64-gpu-cuda10.0': { TestWin64GPU(cuda_target: 'cuda10_0') },
'test-win64-gpu-cuda10.1': { TestWin64GPU(cuda_target: 'cuda10_1') }
])
}