[CI] Reduce load on Windows CI pipeline (#5892)
This commit is contained in:
parent
9ac614fe61
commit
1bf42c817a
@ -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') }
|
||||||
])
|
])
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user