X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=scripts%2Fbuilds.sh;h=6befe032aba4b9bc4df1853ef6723d72951b2ccc;hb=0f9d55936cdd62bb3b3d338ad3373a7de3b2b6a6;hp=3a1b825c0ea48410dc4a8130fd57c28b95885447;hpb=9c6350c1258360db8a7bfa1327aff6a9af37a376;p=infrastructure.git diff --git a/scripts/builds.sh b/scripts/builds.sh index 3a1b825..0676d9b 100755 --- a/scripts/builds.sh +++ b/scripts/builds.sh @@ -1,82 +1,36 @@ #!/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) - -function liquid () { hostname | grep -q liquid ; } -function reed () { hostname | grep -q reed ; } -function velvet () { hostname | grep -q velvet ; } - -### -liquid && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d lxc -f f18 -p linux64 -b @DATE@--lxc18 tests-GITPATH=git://git.onelab.eu/tests.git@no-omf -###summer-mode###liquid && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d onelab -f f12 -p linux32 -b @DATE@--f12-32 -liquid && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d onelab -f f14 -p linux64 -b @DATE@--dbs -c default -c sfadebug sfa-GITPATH=git://git.onelab.eu/sfa.git@dbsession tests-GITPATH=git://git.onelab.eu/tests.git@sfa-geni-v3 - -reed && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d onelab -f f14 -p linux64 -b @DATE@--f14-64 - -# at this point we have 2 branches for the tests, master is for the v2 API and sfa-geni-v3 is for the v3 API -# also we temporarily use a nodemanager tag because the latest code has the OMF rc script stalled -# disabled again for now : nodemanager-GITPATH=git://git.onelab.eu/nodemanager.git@nodemanager-5.2-6 -velvet && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d onelab -f f14 -p linux64 -b @DATE@--sfav2 -c default -c sfadebug sfa-GITPATH=git://git.onelab.eu/sfa.git@geni-v2 tests-GITPATH=git://git.onelab.eu/tests.git@master -velvet && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d onelab -f f14 -p linux64 -b @DATE@--sfav3 -c default -c sfadebug sfa-GITPATH=git://git.onelab.eu/sfa.git@geni-v3 tests-GITPATH=git://git.onelab.eu/tests.git@sfa-geni-v3 - -# debians & ubuntus for manifold and myslice - for now these are defined in onelab distro only -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 -#reed && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d lxc -P develsfa.pkgs -W http://debian.onelab.eu/ -f quantal -p linux64 -b @DATE@-myslice-q ALL=myslice myslice-debian -B -# would be interesting to build on raring aka ubuntu 13.04 but that's not yet an option ... -#reed && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d lxc -P develsfa.pkgs -W http://debian.onelab.eu/ -f raring -p linux64 -b @DATE@-myslice-r 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 +# -c config -c sfadebug - turn on sfa debug +# -y pg testing only the pg rspecs -###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 +# May 2018: check-initscripts is no longer part of the standard test suite +# Dec 2018: check-tcp is no longer part of the standard test suite -#################### -# 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 -# 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 -# f18 - never tried yet +/root/bin/lbuild-nightly.sh -f f29 -b @DATE@--f29 & +[ -n "$SINGLE" ] && exit +/root/bin/lbuild-nightly.sh -f f27 -b @DATE@--f27 & +# this once just to check +#/root/bin/lbuild-nightly.sh -f f29 -b @DATE@--py2-f29 -t lxcpy2-tags.mk & +#/root/bin/lbuild-nightly.sh -f f27 -b @DATE@--py2-f27 -t lxcpy2-tags.mk & -###### 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 +### sfa from stable +# fedora=f25; branch=noslicemgr; name=${branch} +#/root/bin/lbuild-nightly.sh -f $fedora -b @DATE@--${fedora}-${name} sfa-GITPATH=git://git.onelab.eu/sfa.git@${branch} & +#/root/bin/lbuild-nightly.sh -f f27 sfa-GITPATH=git://git.onelab.eu/sfa.git@master tests-GITPATH=git://git.onelab.eu/tests.git@master -b @DATE@--f27-sfa & -#################### newinterface -### newinterface on f16 -###liquid && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d lxc -f f16 -p linux64 -b @DATE@--lxc16-nint -e check_initscripts -e check_tcp plcapi-GITPATH=git://git.onelab.eu/plcapi.git@newinterface -### newinterface on f14 -###velvet && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d onelab -f f14 -p linux64 -b @DATE@--f14-64-nint plcapi-GITPATH=git://git.onelab.eu/plcapi.git@newinterface -#################### -# 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 -### 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 +exit # END - for my-builds +########## oldies