Skip to content
This repository was archived by the owner on Nov 17, 2023. It is now read-only.

Commit f0350c1

Browse files
committed
Updates default variants on CD pipeline
1 parent d27c050 commit f0350c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cd/Jenkinsfile_release_job

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ pipeline {
3838
// Release parameters
3939
string(defaultValue: "Generic release job", description: "Optional Job name", name: "RELEASE_JOB_NAME")
4040
choice(choices: ["mxnet_lib/static", "mxnet_lib/dynamic"], description: "Pipeline to build", name: "RELEASE_JOB_TYPE")
41-
string(defaultValue: "cpu,mkl,cu80,cu80mkl,cu90,cu90mkl,cu92,cu92mkl,cu100,cu100mkl", description: "Comma separated list of variants", name: "MXNET_VARIANTS")
41+
string(defaultValue: "cpu,mkl,cu90,cu90mkl,cu92,cu92mkl,cu100,cu100mkl,cu101,cu101mkl", description: "Comma separated list of variants", name: "MXNET_VARIANTS")
4242
booleanParam(defaultValue: false, description: 'Whether this is a release build or not', name: "RELEASE_BUILD")
4343
}
4444

0 commit comments

Comments
 (0)