X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=scripts%2Fbuilds.sh;h=89758a78de80f4510e66f7e4418e78ed7b088dc9;hb=17196da559e6c60e85d6f5aa357278683c107770;hp=58814cfd707dba9801f4a27dc34c28771f7ca45c;hpb=1e112f5c44b712f741527d459d78123114aeed61;p=infrastructure.git diff --git a/scripts/builds.sh b/scripts/builds.sh index 58814cf..89758a7 100755 --- a/scripts/builds.sh +++ b/scripts/builds.sh @@ -13,11 +13,15 @@ function liquid () { hostname | grep -q liquid ; } function reed () { hostname | grep -q reed ; } function velvet () { hostname | grep -q velvet ; } +# warhol is an experimental lxc-based build box +function warhol () { hostname | grep -q warhol ; } ### liquid && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d lxc -f f20 -p linux64 -b @DATE@--lxc20 -c default -c no_omf liquid && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d lxc -f f18 -p linux64 -b @DATE@--lxc18 -c default -c no_omf +### +warhol && /root/bin/lbuild-nightly.sh -m build@onelab.eu -d lxc -f f20 -p linux64 -b @DATE@--lxclxc20 -c default -c no_omf ### reed && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d onelab -f f14 -p linux64 -b @DATE@--f14-64