浏览代码

testing infrastructure, issue #1800: Refactor docker testing using Docker in Docker

Daniel Mizyrycki 11 年之前
父节点
当前提交
50dd9791f7
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      hack/infrastructure/docker-ci/deployment.py

+ 3 - 0
hack/infrastructure/docker-ci/deployment.py

@@ -138,6 +138,9 @@ sudo('curl -s https://phantomjs.googlecode.com/files/'
 # Preventively reboot docker-ci daily
 sudo('ln -s /sbin/reboot /etc/cron.daily')
 
+# Preventively reboot docker-ci daily
+sudo('ln -s /sbin/reboot /etc/cron.daily')
+
 # Build docker-ci containers
 sudo('cd {}; docker build -t docker .'.format(DOCKER_PATH))
 sudo('cd {}/nightlyrelease; docker build -t dockerbuilder .'.format(