X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=scripts%2Fbuilds.sh;h=9f3c95194ce84a85a5a735dfef763fcc6a183d72;hb=2e89a8ef95b41ee5be4f41fc5437570ac6d512a3;hp=fade2932d1374cda112aa35fa19478edde04abea;hpb=0ea29caa8498f06f4584addc72010f3179ebf5ba;p=infrastructure.git diff --git a/scripts/builds.sh b/scripts/builds.sh index fade293..9f3c951 100755 --- a/scripts/builds.sh +++ b/scripts/builds.sh @@ -15,17 +15,15 @@ # -c config -c sfadebug - turn on sfa debug # -y pg testing only the pg rspecs -# XXX historically we had several build boxes -#function liquid () { hostname | grep -q liquid ; } -#function reed () { hostname | grep -q reed ; } -#function buzzcocks () { hostname | grep -q buzzcocks ; } - +/root/bin/lbuild-nightly.sh -f f27 -b @DATE@--f27 -e check-initscripts & +[ -n "$SINGLE" ] && exit /root/bin/lbuild-nightly.sh -f f25 -b @DATE@--f25 -e check-initscripts & -/root/bin/lbuild-nightly.sh -f f24 -b @DATE@--f24 -e check-initscripts & -/root/bin/lbuild-nightly.sh -f f23 -b @DATE@--f23 -e check-initscripts & -/root/bin/lbuild-nightly.sh -f f14 -b @DATE@--f14 -d onelab & -[ -n "$SINGLE" ] && exit +#/root/bin/lbuild-nightly.sh -f f24 -b @DATE@--f24 -e check-initscripts & +#/root/bin/lbuild-nightly.sh -f f24 -b @DATE@--f24 -e check-initscripts plcapi-GITPATH=git://git.onelab.eu/plcapi.git@newlogs & +#/root/bin/lbuild-nightly.sh -f f23 -b @DATE@--f23 -e check-initscripts & +#/root/bin/lbuild-nightly.sh -f f14 -b @DATE@--f14 -d onelab & + # 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 ?