X-Git-Url: http://git.onelab.eu/?p=infrastructure.git;a=blobdiff_plain;f=scripts%2Fbuilds.sh;h=0676d9b84c51afc626fcbcb7c054688c690280e7;hp=c56c5854a3a7d1571203b59d5518a155cd268491;hb=0f9d55936cdd62bb3b3d338ad3373a7de3b2b6a6;hpb=a75f08bf68788539960e3da08c26a8b9b7fc0a13 diff --git a/scripts/builds.sh b/scripts/builds.sh index c56c585..0676d9b 100755 --- a/scripts/builds.sh +++ b/scripts/builds.sh @@ -15,46 +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@--f18 -velvet && /root/bin/lbuild-nightly.sh -f f20 -b @DATE@--f20 +# 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 & + +### 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 & + + +exit # END - for my-builds -### sfa from branch -velvet && /root/bin/lbuild-nightly.sh sfa-GITPATH=git://git.onelab.eu/sfa.git@geni-v3 tests-GITPATH=git://git.onelab.eu/tests.git@master -f f18 -b @DATE@--f18-sfa3 - -### sfa + manifold + myslice -liquid && /root/bin/lbuild-nightly.sh -d federation -P develdeb.pkgs -W http://debian.onelab.eu/ -f wheezy -b @DATE@--f10n-deb-w debian -B -liquid && /root/bin/lbuild-nightly.sh -d federation -P develdeb.pkgs -W http://debian.onelab.eu/ -f jessie -b @DATE@--f10n-deb-j debian -B -liquid && /root/bin/lbuild-nightly.sh -d federation -P develdeb.pkgs -W http://debian.onelab.eu/ -f raring -b @DATE@--f10n-ubu-r debian -B -liquid && /root/bin/lbuild-nightly.sh -d federation -P develdeb.pkgs -W http://debian.onelab.eu/ -f saucy -b @DATE@--f10n-ubu-s debian -B -liquid && /root/bin/lbuild-nightly.sh -d federation -P develdeb.pkgs -W http://debian.onelab.eu/ -f trusty -b @DATE@--f10n-ubu-t debian -B - -### nodemanager: new rpm packaging for debian is not quite there yet -velvet && /root/bin/lbuild-nightly.sh -d lxc -f trusty -P develdeb.pkgs -W http://debian.onelab.eu/ -b @DATE@--nm-ubu-t -B nodemanager-GITPATH=git://git.onelab.eu/nodemanager.git@master ALL=nodemanager debian - -#################### -# 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 - -#################### -# 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