leezu commented on a change in pull request #18115:
URL: https://github.com/apache/incubator-mxnet/pull/18115#discussion_r412545549



##########
File path: cd/mxnet_lib/mxnet_lib_pipeline.groovy
##########
@@ -75,9 +75,9 @@ def get_stash(mxnet_variant) {
 // The environment corresponds to the docker files in the 'docker' directory
 def get_environment(mxnet_variant) {
   if (mxnet_variant.startsWith("cu")) {
-    return "publish.centos7_gpu_${mxnet_variant}"
+    return "centos7_gpu_${mxnet_variant}"

Review comment:
       It's for consistency with the existing naming scheme. The name used here 
must match the name in the docker-compose.yml




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to