move the last f18 build into liquid, reed is out of the pool
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Thu, 12 Mar 2015 10:56:25 +0000 (11:56 +0100)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Thu, 12 Mar 2015 10:56:25 +0000 (11:56 +0100)
scripts/builds.sh

index ab4d1d9..2de5068 100755 (executable)
@@ -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