X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=scripts%2Fbuilds.sh;h=f38370da0f7e6ecb6a3f89589c73a91742944a09;hb=9ad5fb38734717b0a09e3dd671203c30e825122e;hp=a57fe0010e75bf83827a2d08940874811309f698;hpb=c1f79382e6c7077d6d9dde786b7c11d5dc787853;p=infrastructure.git diff --git a/scripts/builds.sh b/scripts/builds.sh index a57fe00..f38370d 100755 --- a/scripts/builds.sh +++ b/scripts/builds.sh @@ -15,50 +15,22 @@ # -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 ; } - -### 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 +# 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 +/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 & -### -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@--myslice-manifold-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 -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 +### 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 & -#################### -# wextoolbox -# bbn won't build so it's taken off that build -- see wexlxc.mk in wextoolbox (branch wexlxc) -# f14 -#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/lbuild-nightly.sh -d wexlxc -f f18 -b @DATE@--wexlxc-f18-64 -c default -c bignode -# f18 - never tried yet -###### senslab - not much to test -# sfa-GITPATH=git://git.f-lab.fr/sfa.git@senslab2 +exit # END - for my-builds -#################### -# 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/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/lbuild-nightly.sh -d f14 -f f14 -b @DATE@--f14-f14-64 -B +########## oldies