[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 Hyunsu Cho
parent 9ac614fe61
commit 1bf42c817a

View File

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