add 10' tempo in builds.sh
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Thu, 10 Dec 2015 09:30:49 +0000 (10:30 +0100)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Thu, 10 Dec 2015 09:30:49 +0000 (10:30 +0100)
scripts/builds.sh

index c560c92..b0b6c75 100755 (executable)
 /root/bin/lbuild-nightly.sh -f f23 -b @DATE@--f23 -e check-initscripts &
 
 [ -n "$SINGLE" ] && exit
+# xxx when running 3 builds of 22, 23 and 23-sfataga in parallel, I observe that
+# they all 3 trigger the tests at the exact same time, which runs into a bug of libvirt
+# might go away once we upgrade buzzcocks to f23 ?
+sleep 600
 /root/bin/lbuild-nightly.sh -f f22 -b @DATE@--f22 -e check-initscripts &
 #/root/bin/lbuild-nightly.sh -f f14 -b @DATE@--f14 -d onelab &
 #/root/bin/lbuild-nightly.sh -f f21 -b @DATE@--f21 -e check-initscripts &
@@ -30,6 +34,8 @@
 
 
 ### sfa from stable
+# xxx see above
+sleep 600
 /root/bin/lbuild-nightly.sh -f f23 -b @DATE@--f23-sfatag -e check-initscripts GITPATH=git://git.onelab.eu/sfa.git@sfa-3.1-18 &
 #/root/bin/lbuild-nightly.sh sfa-GITPATH=git://git.onelab.eu/sfa.git@master tests-GITPATH=git://git.onelab.eu/tests.git@master -f f23 -b @DATE@--f23-sfa -e check-initscripts &