don't start lxc16 and lxc18 together at the beginning as they might
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Thu, 21 Feb 2013 08:57:33 +0000 (09:57 +0100)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Thu, 21 Feb 2013 08:57:33 +0000 (09:57 +0100)
try to create a VM at the same time, which breaks

scripts/builds.sh

index 77f25bc..b329e49 100755 (executable)
@@ -12,18 +12,20 @@ function liquid () { hostname | grep -q liquid ; }
 function reed () { hostname | grep -q reed ; }
 function velvet () { hostname | grep -q velvet ; }
 
-#################### lxc on f16 
-liquid && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d lxc -f f16 -p linux64 -b @DATE@--lxc16 -X
+
 # wextoolbox on f14 (gnuradio is in f14 only)
 liquid && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d wextoolbox -p linux32 -f f14 -b @DATE@--wtx-f14-32 -e check_system_slice -c default -c bignode
+# lxc on f16 
+liquid && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d lxc -f f16 -p linux64 -b @DATE@--lxc16 -X
 #liquid && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d wextoolbox -p linux64 -f f14 -b @DATE@--wtx-f14-64 
 ####################
-# wextoolbox on f16 - this one is broken - bbn won't build 
-# OTOH T. Turletti said bbn was not crucial..
-# see wexlxc.mk in wextoolbox (branch wexlxc)
+# wextoolbox on f16 
+# bbn won't build so it's taken off that build -- see wexlxc.mk in wextoolbox (branch wexlxc)
 # for now this is failing because the nodeimage plain (uncompressed) package is too big, cpio seems to have a 2Gb limit
 #liquid && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d wexlxc -p linux64 -f f16 -b @DATE@--wexlxc-f16-64 -X -c default -c bignode
 
+
+# 
 reed && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d lxc -f f18 -p linux64 -b @DATE@--lxc18 -X
 reed && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d onelab -f f14 -p linux32 -b @DATE@--f14-32-sfav2-dual -c dual -c sfadebug sfa-GITPATH=git://git.onelab.eu/sfa.git@geni-v2 tests-GITPATH=git://git.onelab.eu/tests.git@master
 ###  build only 64bits for the main devel track as this has gone very slow
@@ -31,6 +33,7 @@ reed && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d onelab -f f14 -p linux
 reed   && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d onelab -f f12 -p linux64 -b @DATE@--f12-64
 #reed   && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d onelab -f f12 -p linux32 -b @DATE@--f12-32
 
+
 # f14
 velvet && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d onelab -f f14 -p linux64 -b @DATE@--f14-64
 #velvet && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d onelab -f f14 -p linux32 -b @DATE@--f14-32