X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=scripts%2Fbuilds.sh;h=1e3b833e9621e40f8e6a45a36bf70752f9cb569b;hb=2dd8de926dfae200362060c49ac5c1057381be6e;hp=37642914c50ff807816463f7aa1175f71e3291d7;hpb=5a1f20824d44760b035ae8bf9da1eca8729d90dc;p=infrastructure.git diff --git a/scripts/builds.sh b/scripts/builds.sh index 3764291..1e3b833 100755 --- a/scripts/builds.sh +++ b/scripts/builds.sh @@ -2,10 +2,11 @@ # the tests flavours available # -B means no test -# default for the tests setup is one myplc +# -c default for the tests setup is one myplc # -c dual has two myplc's - pointing to each other AMs # -c triangle has three - ditto # -c sfamesh makes them point to SMs +# -c bignode is to allow one hour for the node to install function liquid () { hostname | grep -q liquid ; } function reed () { hostname | grep -q reed ; } @@ -13,16 +14,15 @@ function velvet () { hostname | grep -q velvet ; } #################### lxc on f14 and f16 # 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 +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 #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) -liquid && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d wexlxc -p linux64 -f f16 -b @DATE@--wexlxc-f16-64 +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 -#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 lxc -t lxc-openvswitch-tags.mk -f f16 -p linux64 -b @DATE@--lxc16dev -X +liquid && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d lxc -f f16 -p linux64 -b @DATE@--lxc16 -X # lxc17 is< broken for now - f12 vs-capable build box like liquid can't seem to create the build VMs b/c of some rpm limitations #liquid && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d lxc -f f17 -p linux64 -b @DATE@--lxc17 -X