[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible fdroid: add 30m timeout and try to shutdown cleanly

Holger Levsen holger at moszumanska.debian.org
Tue Jan 26 20:38:56 UTC 2016


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit 286b9d42a3af04cbaa9d2dde6fb9ca17e1c50895
Author: Hans-Christoph Steiner <hans at eds.org>
Date:   Tue Jan 26 17:43:02 2016 +0100

    reproducible fdroid: add 30m timeout and try to shutdown cleanly
    
    This was failing because the default 5m timeout was too short. Also, test
    that the VM can be properly shutdown too.
---
 bin/reproducible_setup_fdroid_build_environment.sh | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/bin/reproducible_setup_fdroid_build_environment.sh b/bin/reproducible_setup_fdroid_build_environment.sh
index 67a64b8..218fffa 100755
--- a/bin/reproducible_setup_fdroid_build_environment.sh
+++ b/bin/reproducible_setup_fdroid_build_environment.sh
@@ -50,8 +50,13 @@ rm -rf $VAGRANT_HOME
 cd $WORKSPACE
 git clone https://gitlab.com/fdroid/fdroidserver.git
 cd fdroidserver
+echo "boot_timeout = 1200" > makebuildserver.config.py
 ./makebuildserver 
 
+# we are done here, shutdown
+cd buildserver
+vagrant halt
+
 # remove trap
 trap - INT TERM EXIT
 echo "$(date -u) - the end."

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list