From b77e3e3fcc3896f2b26941b5e01e5d47c258328c Mon Sep 17 00:00:00 2001 From: Philip Hyunsu Cho Date: Mon, 1 Jun 2020 18:15:45 -0700 Subject: [PATCH] [CI] Remove CUDA 9.0 from CI (#5745) --- Jenkinsfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 744bba679..9d0985cb0 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -79,7 +79,6 @@ pipeline { script { parallel ([ '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.1': { TestPythonGPU(cuda_version: '10.1') }, 'test-python-mgpu-cuda10.1': { TestPythonGPU(cuda_version: '10.1', multi_gpu: true) },