szha commented on a change in pull request #18115:
URL: https://github.com/apache/incubator-mxnet/pull/18115#discussion_r412545223
##########
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:
the `_gpu` infix doesn't seem necessary either
----------------------------------------------------------------
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]