From: Thierry Parmentelat Date: Thu, 12 Mar 2015 10:56:25 +0000 (+0100) Subject: move the last f18 build into liquid, reed is out of the pool X-Git-Url: http://git.onelab.eu/?p=infrastructure.git;a=commitdiff_plain;h=bffa53ef9945b40165ee8b409db7692bc24976a7 move the last f18 build into liquid, reed is out of the pool --- diff --git a/scripts/builds.sh b/scripts/builds.sh index ab4d1d9..2de5068 100755 --- a/scripts/builds.sh +++ b/scripts/builds.sh @@ -19,10 +19,14 @@ function liquid () { hostname | grep -q liquid ; } function reed () { hostname | grep -q reed ; } function buzzcocks () { hostname | grep -q buzzcocks ; } +# for emanicslab +#liquid & /root/bin/lbuild-nightly.sh -f f20 -b @DATE@--f20-emanics nodemanager-GITPATH=git://git.onelab.eu/nodemanager.git@nodemanager-5.2-15 -i check-initscripts -i ssh-slice-again +#liquid & /root/bin/lbuild-nightly.sh -f f21 -b @DATE@--f21-emanics nodemanager-GITPATH=git://git.onelab.eu/nodemanager.git@nodemanager-5.2-15 -i check-initscripts + buzzcocks && /root/bin/lbuild-nightly.sh -f f21 -b @DATE@--f21 & # cannot build this one from within buzzcocks yet -reed && /root/bin/lbuild-nightly.sh -f f18 -b @DATE@--f18 & +liquid && /root/bin/lbuild-nightly.sh -f f18 -b @DATE@--f18 & [ -n "$SINGLE" ] && exit @@ -33,6 +37,7 @@ buzzcocks && /root/bin/lbuild-nightly.sh -f f20 -b @DATE@--f20-nois -c default - # cannot build this one from within buzzcocks yet # buzzcocks && /root/bin/lbuild-nightly.sh -f f18 -b @DATE@--f18 & + buzzcocks && /root/bin/lbuild-nightly.sh -f f14 -b @DATE@--f14 -d onelab & exit