X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=scripts%2Fbuilds.sh;h=fb0a538424320c7d52cbf54a4e44daf925046aec;hb=d42ade2bac2e3addea5808d8cae2b7db22e36204;hp=b9cbd6ddf43ddc976fc4f6444730ee34e0298409;hpb=41253e0a5b8fa6176a555d89858058ac64e73822;p=infrastructure.git diff --git a/scripts/builds.sh b/scripts/builds.sh index b9cbd6d..fb0a538 100755 --- a/scripts/builds.sh +++ b/scripts/builds.sh @@ -23,13 +23,20 @@ /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 & #/root/bin/lbuild-nightly.sh -f f20 -b @DATE@--f20 -e check-initscripts & -### sfa from branch +### 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-21 & #/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 & ### older fedoras @@ -37,7 +44,7 @@ ### 32bits build for the yum arch patch - do not forget to protect this within a call to linux32 #linux32 /root/bin/lbuild-nightly.sh -f f14 -p linux32 -b @DATE@--f14-32 -d onelab -exit +exit # END - for my-builds ########## oldies