build only 29 and 33 and mark them as serversideonly
[infrastructure.git] / scripts / builds.sh
index 335e5d7..62bf698 100755 (executable)
 # 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 f33 -b @DATE@--f33 &
+/root/bin/lbuild-nightly.sh -f f33 -b @DATE@--f33-serversideonly &
 [ -n "$SINGLE" ] && exit
-/root/bin/lbuild-nightly.sh -f f31 -b @DATE@--f31 &
-/root/bin/lbuild-nightly.sh -f f29 -b @DATE@--f29 &
+/root/bin/lbuild-nightly.sh -f f29 -b @DATE@--f29-serversideonly &
 
 # forget about sfa/python3 for now
 exit
-
-/root/bin/lbuild-nightly.sh -f f31 -b @DATE@--f31-sfapy3 sfa-GITPATH=git://git.onelab.eu/sfa.git@python3 &
+/root/bin/lbuild-nightly.sh -f f31 -b @DATE@--f31 &
+/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 &