rename nosfa into nofed as it otherwise fools the tests to believe they must test sfa
[infrastructure.git] / scripts / builds.sh
index ee8e9f6..20516db 100755 (executable)
 # 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 f29 -b @DATE@--f29 &
+# avoid using sfa in the build name, the tests then believe there is sfa available
+/root/bin/lbuild-nightly.sh -f f35 -b @DATE@--f35-nofed &
+/root/bin/lbuild-nightly.sh -f f33 -b @DATE@--f33-serverside &
 [ -n "$SINGLE" ] && exit
-/root/bin/lbuild-nightly.sh -f f27 -b @DATE@--f27 &
+
+#/root/bin/lbuild-nightly.sh -f f31 -b @DATE@--f31-serverside &
+#/root/bin/lbuild-nightly.sh -f f29 -b @DATE@--f29-serverside &
+
+# forget about sfa/python3 for now
+#/root/bin/lbuild-nightly.sh -f f33 -b @DATE@--f33-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 &