Browse Source

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

Daniel Mizyrycki 11 years ago
parent
commit
50dd9791f7
1 changed files with 3 additions and 0 deletions
  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(