[CI] Remove CUDA 9.0 from CI (#5745)
This commit is contained in:
parent
325156c7a9
commit
b77e3e3fcc
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -79,7 +79,6 @@ pipeline {
|
|||||||
script {
|
script {
|
||||||
parallel ([
|
parallel ([
|
||||||
'test-python-cpu': { TestPythonCPU() },
|
'test-python-cpu': { TestPythonCPU() },
|
||||||
'test-python-gpu-cuda9.0': { TestPythonGPU(cuda_version: '9.0') },
|
|
||||||
'test-python-gpu-cuda10.0': { TestPythonGPU(cuda_version: '10.0') },
|
'test-python-gpu-cuda10.0': { TestPythonGPU(cuda_version: '10.0') },
|
||||||
'test-python-gpu-cuda10.1': { TestPythonGPU(cuda_version: '10.1') },
|
'test-python-gpu-cuda10.1': { TestPythonGPU(cuda_version: '10.1') },
|
||||||
'test-python-mgpu-cuda10.1': { TestPythonGPU(cuda_version: '10.1', multi_gpu: true) },
|
'test-python-mgpu-cuda10.1': { TestPythonGPU(cuda_version: '10.1', multi_gpu: true) },
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user