buids
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Wed, 15 Feb 2017 11:37:02 +0000 (12:37 +0100)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Wed, 15 Feb 2017 11:37:02 +0000 (12:37 +0100)
scripts/builds.sh

index fade293..00d5e69 100755 (executable)
 # -c config -c sfadebug - turn on sfa debug
 # -y pg testing only the pg rspecs
 
-# XXX historically we had several build boxes
-#function liquid () { hostname | grep -q liquid ; }
-#function reed () { hostname | grep -q reed ; }
-#function buzzcocks () { hostname | grep -q buzzcocks ; }
+/root/bin/lbuild-nightly.sh -f f25 -b @DATE@--f25 -e check-initscripts plcapi-GITPATH=git://git.onelab.eu/plcapi.git@remove-xmlrpc &
+[ -n "$SINGLE" ] && exit
 
-/root/bin/lbuild-nightly.sh -f f25 -b @DATE@--f25 -e check-initscripts &
-/root/bin/lbuild-nightly.sh -f f24 -b @DATE@--f24 -e check-initscripts &
-/root/bin/lbuild-nightly.sh -f f23 -b @DATE@--f23 -e check-initscripts &
-/root/bin/lbuild-nightly.sh -f f14 -b @DATE@--f14 -d onelab &
+/root/bin/lbuild-nightly.sh -f f24 -b @DATE@--f24 -e check-initscripts plcapi-GITPATH=git://git.onelab.eu/plcapi.git@newlogs &
+#/root/bin/lbuild-nightly.sh -f f23 -b @DATE@--f23 -e check-initscripts &
+#/root/bin/lbuild-nightly.sh -f f14 -b @DATE@--f14 -d onelab &
 
-[ -n "$SINGLE" ] && exit
 # xxx when running 3 builds of 22, 23 and 23-sfataga in parallel, I observe that
 # they all 3 trigger the tests at the exact same time, which runs into a bug of libvirt
 # might go away once we upgrade buzzcocks to f23 ?