X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=scripts%2Fbuilds.sh;h=96bbf4d8d025993012e74e746034d3b1fdabe19b;hb=93a7dc73b4c0fccde322f1186c4f896131c90b84;hp=40718fe4f25c32e7d79c5f23a70f742d933d1fc8;hpb=4c05b7fd5ab679ef42bb4dc5b155103b344d0b9c;p=infrastructure.git diff --git a/scripts/builds.sh b/scripts/builds.sh index 40718fe..96bbf4d 100755 --- a/scripts/builds.sh +++ b/scripts/builds.sh @@ -16,15 +16,22 @@ # -y pg testing only the pg rspecs # 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 +# Mar 2019: sfa is python3 +# Apr 2019: retrofit - default is sfa-4.0.3 i.e. python2, too much fuss otherwise -/root/bin/lbuild-nightly.sh -f f27 -b @DATE@--f27 & +/root/bin/lbuild-nightly.sh -f f31 -b @DATE@--f31 & [ -n "$SINGLE" ] && exit -/root/bin/lbuild-nightly.sh -f f25 -b @DATE@--f25 & +/root/bin/lbuild-nightly.sh -f f29 -b @DATE@--f29 & +/root/bin/lbuild-nightly.sh -f f31 -b @DATE@--f31-sfapy3 sfa-GITPATH=git://git.onelab.eu/sfa.git@python3 & + +# 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 -#/root/bin/lbuild-nightly.sh -f $fedora -b @DATE@--${fedora}-${branch} sfa-GITPATH=git://git.onelab.eu/sfa.git@${branch} & +# 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 &