mseth10 commented on a change in pull request #19244:
URL: https://github.com/apache/incubator-mxnet/pull/19244#discussion_r497788184



##########
File path: ci/jenkins/Jenkinsfile_website_release
##########
@@ -0,0 +1,67 @@
+// -*- mode: groovy -*-
+
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contributor license agreements.  See the NOTICE file
+// distributed with this work for additional information
+// regarding copyright ownership.  The ASF licenses this file
+// to you under the Apache License, Version 2.0 (the
+// "License"); you may not use this file except in compliance
+// with the License.  You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing,
+// software distributed under the License is distributed on an
+// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+// KIND, either express or implied.  See the License for the
+// specific language governing permissions and limitations
+// under the License.
+//
+// Jenkins pipeline
+// See documents at https://jenkins.io/doc/book/pipeline/jenkinsfile/
+
+// timeout in minutes
+max_time = 180
+
+node('utility') {
+  // Loading the utilities requires a node context unfortunately
+  checkout scm
+  utils = load('ci/Jenkinsfile_utils.groovy')
+  custom_steps = load('ci/jenkins/Jenkins_steps.groovy')
+}
+
+utils.assign_node_labels(utility: 'utility', linux_cpu: 'mxnetlinux-cpu')

Review comment:
       @marcoabreu Just to clarify, this pipeline is more of a utility pipeline 
that is run manually to build artifacts corresponding to a specific version and 
package them in s3 zip file. It does not publish anything to the MXNet website. 
It automates the job that is otherwise required to be done manually by the 
release manager.
   It is an improvement over the pipeline that was used to build v1.7 
artifacts: http://jenkins.mxnet-ci-dev.amazon-ml.com/job/docs/job/1.7-test/ 
which used regular slaves as well. This PR aims to check-in the pipeline code 
and add a stage to package artifacts in s3 zip file.




----------------------------------------------------------------
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