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

Commit

Permalink
change to restricted node
Browse files Browse the repository at this point in the history
  • Loading branch information
Wei Chu committed Sep 30, 2020
1 parent 8b720d3 commit 15c90fd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ci/docker/runtime_functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1938,8 +1938,8 @@ push_docs() {
fi
popd
mv $folder_name versions
zip -r9 versions.zip versions/.
aws s3 cp versions.zip s3://mxnet-website-static-artifacts --acl public-read
zip -r9 versions-test.zip versions/.
aws s3 cp versions-test.zip s3://mxnet-website-static-artifacts --acl public-read
popd
}

Expand Down
2 changes: 1 addition & 1 deletion ci/jenkins/Jenkins_steps.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -1630,7 +1630,7 @@ def docs_upload_s3() {

utils.docker_run('ubuntu_cpu', "push_docs ${env.FOLDER_NAME}", false)

archiveArtifacts 'docs/_build/versions.zip'
archiveArtifacts 'docs/_build/versions-test.zip'
} else {
sh 'echo Can not find website version for release. Please specify env var FOLDER_NAME in Jenkins'
sh 'exit 1'
Expand Down
2 changes: 1 addition & 1 deletion ci/jenkins/Jenkinsfile_website_release
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ node('utility') {
custom_steps = load('ci/jenkins/Jenkins_steps.groovy')
}

utils.assign_node_labels(utility: 'utility', linux_cpu: 'mxnetlinux-cpu')
utils.assign_node_labels(utility: 'restricted-utility', linux_cpu: 'restricted-mxnetlinux-cpu')

utils.main_wrapper(
core_logic: {
Expand Down

0 comments on commit 15c90fd

Please sign in to comment.