Skip to content

Commit

Permalink
[CI] Reduce load on Windows CI pipeline (#5892)
Browse files Browse the repository at this point in the history
  • Loading branch information
hcho3 authored Jul 15, 2020
1 parent 3cae287 commit 3c40f4a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Jenkinsfile-win64
Original file line number Diff line number Diff line change
Expand Up @@ -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') }
])
}
Expand Down

0 comments on commit 3c40f4a

Please sign in to comment.