missed helper fun for deathvegas
[infrastructure.git] / scripts / builds.sh
index 9245ea2..23af258 100755 (executable)
@@ -12,6 +12,7 @@ function liquid () { hostname | grep -q liquid ; }
 function reed () { hostname | grep -q reed ; }
 function velvet () { hostname | grep -q velvet ; }
 function gorillaz () { hostname | grep -q gorillaz ; }
+function deathvegas () { hostname | grep -q deathvegas ; }
 
 #################### lxc on f14 and f16 
 # wextoolbox on f14 (gnuradio is in f14 only)
@@ -24,9 +25,9 @@ liquid && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d wextoolbox -p linux3
 liquid && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d wexlxc -p linux64 -f f16 -b @DATE@--wexlxc-f16-64 -X -c default -c bignode
 
 liquid && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d lxc -f f16 -p linux64 -b @DATE@--lxc16 -X
-# lxc17 is< broken for now - f12 vs-capable build box like liquid can't seem to create the build VMs b/c of some rpm limitations
-#liquid && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d lxc -f f17 -p linux64 -b @DATE@--lxc17 -X
-
+# the ability to build under f18 is quite new
+# most probably the testing part (on an lxc-based test box, hence -X) won't work for now, but that's the goal though
+deathvegas && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d lxc -f f18 -p linux64 -b @DATE@--lxc18 -X
 
 ###  build only 64bits for the main devel track as this has gone very slow
 # f12 on reed - no SFA any more
@@ -42,6 +43,7 @@ velvet && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d onelab -f f14 -p lin
 
 
 # debians; we use gorillaz as a precaution because it runs f14 and has a more recent debootstrap module
+# (on f12 squeeze and wheezy VM's seemed to look exactly the same !)
 # although the definitions of these distros for vserver essentially boiled down to adding symlinks
 # in /usr/share/debootstrap/scripts 
 # should be http://build-debian.onelab.eu/ but I can't tweak the dns for now