X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=scripts%2Fbuilds.sh;h=a209b91a6d0ac045c2f61fcfdc119be43310641e;hb=HEAD;hp=99b29c5cc8dacd6cb56450ad7715a90a989fe37f;hpb=4e97e54fc62e0ef7d357c749a24745a6a192897c;p=infrastructure.git diff --git a/scripts/builds.sh b/scripts/builds.sh index 99b29c5..3a2a7f1 100755 --- a/scripts/builds.sh +++ b/scripts/builds.sh @@ -16,19 +16,11 @@ # -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 -t lxcpy3-tags.mk -f f29 -b @DATE@--f29-py3 & +# avoid using sfa in the build name, the tests then believe there is sfa available +/root/bin/lbuild-nightly.sh -f f43 -b @DATE@--f43-nofed & +# /root/bin/lbuild-nightly.sh -f f41 -b @DATE@--f41-nofed & [ -n "$SINGLE" ] && exit -/root/bin/lbuild-nightly.sh -f f29 -b @DATE@--f29 & -/root/bin/lbuild-nightly.sh -f f27 -b @DATE@--f27 & -/root/bin/lbuild-nightly.sh -t lxcpy3-tags.mk -f f27 -b @DATE@--f27-py3 & - -### 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 - -########## oldies