leezu commented on a change in pull request #20:
URL: https://github.com/apache/incubator-mxnet-ci/pull/20#discussion_r420429003
##########
File path: tools/jenkins-slave-creation-unix/conf-ubuntu-gpu/install.sh
##########
@@ -157,6 +156,9 @@ echo 'mxnet-linux-cpu10' >
/home/jenkins_slave/jenkins_slave_name
"
echo "$readme" > /home/ubuntu/readme.txt
+# Disable automatic Ubuntu updates
Review comment:
I understand our instances typically don't run very long and automatic
updates take do not get installed immediately at start (so there is always a
time where the instance is unpatched). But currently the instance will apply
security updates, whereas after this change, the instance will always be
unpatched.
If we like to disable automatic updates, we should have a mechanism to
redeploy a patched AMI on a regular basis.
----------------------------------------------------------------
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]