oops, -d, not -l
[infrastructure.git] / scripts / builds.sh
index bdea3e1..6befe03 100755 (executable)
@@ -1,83 +1,72 @@
 #!/bin/bash
 
+# if run with -s (single) we only run one build per box
+[ "$1" == "-s" ] && { shift; SINGLE=true; }
+
 # the tests flavours available
 # -B means no test
+# -e step : mark a step as exclude (do not run it at all)
+# -i step : mark a step as ignore (run it, but keep going if it fails)
 # -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
-# -X : this means use an lxc box to run the vplc (default)
-# -S : this means use an lxc box to run the vplc (hopefully this won't be needed)
+# -c config -c sfadebug - turn on sfa debug
+# -y pg testing only the pg rspecs
 
 function liquid () { hostname | grep -q liquid ; }
 function reed () { hostname | grep -q reed ; }
 function velvet () { hostname | grep -q velvet ; }
-# warhol is an experimental lxc-based build box
-function warhol () { hostname | grep -q warhol ; }
-
-### EXPERIMENTAL build env based on f20/lxc
-warhol && /root/bin/lbuild-nightly.sh -m build@onelab.eu -d lxc    -f f20 -p linux64 -b @DATE@--b20l20 -c default -c no_omf 
-warhol && /root/bin/lbuild-nightly.sh -m build@onelab.eu -d lxc    -P develsfa.pkgs -W http://debian.onelab.eu/ -f wheezy  -p linux64 -b @DATE@-lxcwheezy  ALL=myslice  myslice-debian  -B
-
-### try to have each box run one main distro build, + various miscell builds scattered around
-liquid && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d lxc    -f f18 -p linux64 -b @DATE@--l18 -c default -c no_omf 
-liquid && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d lxc    -f f18 -p linux64 -b @DATE@--l18-nosd -c default -c no_omf nodemanager-GITPATH=git://git.onelab.eu/nodemanager.git@29e2d13
 
-#
-#liquid && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d onelab -f f14 -p linux64 -b @DATE@--sfa3-dual -c dual -c sfadebug sfa-GITPATH=git://git.onelab.eu/sfa.git@geni-v3 
-
-### 
-reed   && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d lxc    -f f20 -p linux64 -b @DATE@--l20 -c default -c no_omf 
+### have each box run one main distro build 
+liquid && /root/bin/lbuild-nightly.sh -f f14 -b @DATE@--f14 -d onelab
+reed   && /root/bin/lbuild-nightly.sh -f f18 -b @DATE@--l18 -c default -c no_omf
+velvet && /root/bin/lbuild-nightly.sh -f f20 -b @DATE@--l20 -c default -c no_omf
 
-#
-# debians & ubuntus for manifold and myslice  - can build ubuntu's only up to quantal
-reed   && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d lxc    -P develsfa.pkgs -W http://debian.onelab.eu/ -f wheezy  -p linux64 -b @DATE@-manifold-w ALL=manifold manifold-debian -B
-reed   && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d lxc    -P develsfa.pkgs -W http://debian.onelab.eu/ -f wheezy  -p linux64 -b @DATE@-myslice-w  ALL=myslice  myslice-debian  -B
+[ -n "$SINGLE" ] && exit
 
 ### 
-velvet && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d onelab -f f14 -p linux64 -b @DATE@--f14
-#
-velvet && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d onelab -f f14 -p linux64 -b @DATE@--sfa3 -c default -c sfadebug sfa-GITPATH=git://git.onelab.eu/sfa.git@geni-v3 
+liquid && /root/bin/lbuild-nightly.sh -f f18 -b @DATE@--sfa3 -c default -c sfadebug sfa-GITPATH=git://git.onelab.eu/sfa.git@geni-v3
 
+### focus on building again, so only wheezy for now
+reed   && /root/bin/lbuild-nightly.sh -d myslice -P develdeb.pkgs -W http://debian.onelab.eu/ -f wheezy -b @DATE@-manifold-w ALL=manifold manifold-debian -B
+velvet && /root/bin/lbuild-nightly.sh -d myslice -P develdeb.pkgs -W http://debian.onelab.eu/ -f wheezy -b @DATE@-myslice-w  ALL=myslice  myslice-debian  -B
+# both in one build as myslice requires manifold
+reed   && /root/bin/lbuild-nightly.sh -d myslice -P develdeb.pkgs -W http://debian.onelab.eu/ -f wheezy -b @DATE@-mm-w manifold-debian myslice-debian -B
+#reed   && /root/bin/lbuild-nightly.sh -P develdeb.pkgs -W http://debian.onelab.eu/ -f jessie -b @DATE@-manifold-j ALL=manifold manifold-debian -B
+#velvet && /root/bin/lbuild-nightly.sh -P develdeb.pkgs -W http://debian.onelab.eu/ -f jessie -b @DATE@-myslice-j  ALL=myslice  myslice-debian  -B
+#reed   && /root/bin/lbuild-nightly.sh -P develdeb.pkgs -W http://debian.onelab.eu/ -f saucy  -b @DATE@-manifold-s ALL=manifold manifold-debian -B
+#velvet && /root/bin/lbuild-nightly.sh -P develdeb.pkgs -W http://debian.onelab.eu/ -f saucy  -b @DATE@-myslice-s  ALL=myslice  myslice-debian  -B
 ########################################
 # debians  & ubuntus for sfa
-#reed   && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d lxc    -P develsfa.pkgs -W http://debian.onelab.eu/ -f squeeze -p linux64 sfa-GITPATH=git://git.onelab.eu/sfa.git@geni-v2 -b @DATE@-sfasqueeze ALL=sfa sfa-debian -B
-###summer-mode###reed   && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d lxc    -P develsfa.pkgs -W http://debian.onelab.eu/ -f wheezy  -p linux64 sfa-GITPATH=git://git.onelab.eu/sfa.git@geni-v2 -b @DATE@-sfawheezy ALL=sfa sfa-debian  -B
-#reed   && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d lxc    -P develsfa.pkgs -W http://debian.onelab.eu/ -f oneiric -p linux64 sfa-GITPATH=git://git.onelab.eu/sfa.git@geni-v2 -b @DATE@-sfaoneiric ALL=sfa sfa-debian -B
-#reed   && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d lxc    -P develsfa.pkgs -W http://debian.onelab.eu/ -f precise -p linux64 sfa-GITPATH=git://git.onelab.eu/sfa.git@geni-v2 -b @DATE@-sfaprecise ALL=sfa sfa-debian -B
-###summer-mode###reed   && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d lxc    -P develsfa.pkgs -W http://debian.onelab.eu/ -f quantal -p linux64 sfa-GITPATH=git://git.onelab.eu/sfa.git@geni-v2 -b @DATE@-sfaquantal ALL=sfa sfa-debian -B
-# raring won't work yet
-# the VS boxes will need some massaging, probably including defining a distro in util-vserver
-# that is to say using init/style=plain and probably tweaking init-post/pre or whatever ..
-# turning it off for now
-#reed   && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d lxc    -P develsfa.pkgs -W http://debian.onelab.eu/ -f raring -p linux64 sfa-GITPATH=git://git.onelab.eu/sfa.git@geni-v2 -b @DATE@-sfararing ALL=sfa sfa-debian -B
+liquid && /root/bin/lbuild-nightly.sh -P develdeb.pkgs -W http://debian.onelab.eu/ -f raring sfa-GITPATH=git://git.onelab.eu/sfa.git@geni-v3 -b @DATE@-sfa3-r ALL=sfa sfa-debian -B
+#reed   && /root/bin/lbuild-nightly.sh -P develdeb.pkgs -W http://debian.onelab.eu/ -f squeeze sfa-GITPATH=git://git.onelab.eu/sfa.git@geni-v2 -b @DATE@-sfasqueeze ALL=sfa sfa-debian -B
+###summer-mode###reed   && /root/bin/lbuild-nightly.sh -P develdeb.pkgs -W http://debian.onelab.eu/ -f wheezy sfa-GITPATH=git://git.onelab.eu/sfa.git@geni-v2 -b @DATE@-sfawheezy ALL=sfa sfa-debian  -B
+#reed   && /root/bin/lbuild-nightly.sh -P develdeb.pkgs -W http://debian.onelab.eu/ -f oneiric sfa-GITPATH=git://git.onelab.eu/sfa.git@geni-v2 -b @DATE@-sfaoneiric ALL=sfa sfa-debian -B
+#reed   && /root/bin/lbuild-nightly.sh -P develdeb.pkgs -W http://debian.onelab.eu/ -f precise sfa-GITPATH=git://git.onelab.eu/sfa.git@geni-v2 -b @DATE@-sfaprecise ALL=sfa sfa-debian -B
+###summer-mode###reed   && /root/bin/lbuild-nightly.sh -P develdeb.pkgs -W http://debian.onelab.eu/ -f quantal sfa-GITPATH=git://git.onelab.eu/sfa.git@geni-v2 -b @DATE@-sfaquantal ALL=sfa sfa-debian -B
 
-###summer-mode###reed   && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d lxc    -P develsfa.pkgs -W http://debian.onelab.eu/ -f quantal -p linux64 sfa-GITPATH=git://git.onelab.eu/sfa.git@geni-v3 -b @DATE@-sfa3quantal ALL=sfa sfa-debian -B
+###summer-mode###reed   && /root/bin/lbuild-nightly.sh -P develdeb.pkgs -W http://debian.onelab.eu/ -f quantal sfa-GITPATH=git://git.onelab.eu/sfa.git@geni-v3 -b @DATE@-sfa3quantal ALL=sfa sfa-debian -B
 
 ####################
 # wextoolbox 
 # bbn won't build so it's taken off that build -- see wexlxc.mk in wextoolbox (branch wexlxc)
 #  f14
-#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/lbuild-nightly.sh -d wextoolbox -p linux32 -f f14 -b @DATE@--wtx-f14-32 -e check_system_slice -c default -c bignode
 # f16
 # 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 f18 -b @DATE@--wexlxc-f18-64 -c default -c bignode
+#liquid && /root/bin/lbuild-nightly.sh -d wexlxc -f f18 -b @DATE@--wexlxc-f18-64 -c default -c bignode
 # f18 - never tried yet
 
-###### testing only the pg rspecs
-# -y pg
-###### triangular tests
-# -c triangle -c sfamesh
-###### sfa debug
-# -c config -c sfadebug
 ###### senslab - not much to test 
 # sfa-GITPATH=git://git.f-lab.fr/sfa.git@senslab2
 
 ####################
 # build & test : f12 bootstrap : vserver-capable 2.6.32, util-vserver and yum, for a plain fedora 12 build or test box
-#liquid && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d f12 -f f12 -p linux32 -b @DATE@--f12-f12-32 -B
+#liquid && /root/bin/lbuild-nightly.sh -d f12 -f f12 -p linux32 -b @DATE@--f12-f12-32 -B
 ### same software release but built on f14 - kernel excluded as, 
 # for some reason, we have to use the one built on f12
-#liquid && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d f14 -f f14 -p linux64 -b @DATE@--f14-f14-64 -B
+#liquid && /root/bin/lbuild-nightly.sh -d f14 -f f14 -b @DATE@--f14-f14-64 -B