From d03032057a1426cdd80ab6cafe8e2a8d09a0a6f6 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Thu, 10 Dec 2015 10:30:49 +0100 Subject: [PATCH] add 10' tempo in builds.sh --- scripts/builds.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/scripts/builds.sh b/scripts/builds.sh index c560c92..b0b6c75 100755 --- a/scripts/builds.sh +++ b/scripts/builds.sh @@ -23,6 +23,10 @@ /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 & -- 2.43.0