From 067b5ebaef13beeffdb851441021c9e9c456b648 Mon Sep 17 00:00:00 2001 From: Per Goncalves da Silva Date: Mon, 2 Sep 2019 11:26:29 +0200 Subject: [PATCH] Removes cu80 and adds cu101 support to CD builds --- cd/Jenkinsfile_cd_pipeline | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cd/Jenkinsfile_cd_pipeline b/cd/Jenkinsfile_cd_pipeline index 85b06cb09bb0..d7872204fcb7 100644 --- a/cd/Jenkinsfile_cd_pipeline +++ b/cd/Jenkinsfile_cd_pipeline @@ -30,7 +30,7 @@ pipeline { parameters { // Release parameters - string(defaultValue: "cpu,mkl,cu80,cu80mkl,cu90,cu90mkl,cu92,cu92mkl,cu100,cu100mkl", description: "Comma separated list of variants", name: "MXNET_VARIANTS") + string(defaultValue: "cpu,mkl,cu90,cu90mkl,cu92,cu92mkl,cu100,cu100mkl,cu101,cu101mkl", description: "Comma separated list of variants", name: "MXNET_VARIANTS") booleanParam(defaultValue: false, description: 'Whether this is a release build or not', name: "RELEASE_BUILD") }