tryinging the lxc builds
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Fri, 10 Feb 2012 08:46:10 +0000 (09:46 +0100)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Fri, 10 Feb 2012 08:46:10 +0000 (09:46 +0100)
scripts/builds-lxc.sh [new file with mode: 0755]

diff --git a/scripts/builds-lxc.sh b/scripts/builds-lxc.sh
new file mode 100755 (executable)
index 0000000..e69920b
--- /dev/null
@@ -0,0 +1,16 @@
+function liquid () { hostname | grep liquid >& /dev/null ; }
+function reed () { hostname | grep reed >& /dev/null ; }
+function velvet () { hostname | grep velvet >& /dev/null ; }
+
+# we need to try 3 branches and 2 distros - 64bits only
+# liquid -> lxc - f14 and f16
+# reed -> lxc2 - f14 and f16
+# velvet -> lxc_devel - f14 and f16
+liquid && /root/bin/vbuild-nightly.sh -m build@onelab.eu -s git://git.onelab.eu/build@lxc -d planetlab -f f14 -p linux64 -b @DATE@-lxc-14 -t planetlab-k32-tags.mk
+liquid && /root/bin/vbuild-nightly.sh -m build@onelab.eu -s git://git.onelab.eu/build@lxc -d planetlab -f f16 -p linux64 -b @DATE@-lxc-16 -t planetlab-k32-tags.mk
+
+reed && /root/bin/vbuild-nightly.sh -m build@onelab.eu -s git://git.onelab.eu/build@lxc2 -d planetlab -f f14 -p linux64 -b @DATE@-lxc2-14 -t planetlab-k32-tags.mk
+reed && /root/bin/vbuild-nightly.sh -m build@onelab.eu -s git://git.onelab.eu/build@lxc2 -d planetlab -f f16 -p linux64 -b @DATE@-lxc2-16 -t planetlab-k32-tags.mk
+
+velvet && /root/bin/vbuild-nightly.sh -m build@onelab.eu -s git://git.onelab.eu/build@lxc_devel -d planetlab -f f14 -p linux64 -b @DATE@-lxcdevel-14 -t planetlab-k32-tags.mk
+velvet && /root/bin/vbuild-nightly.sh -m build@onelab.eu -s git://git.onelab.eu/build@lxc_devel -d planetlab -f f16 -p linux64 -b @DATE@-lxcdevel-16 -t planetlab-k32-tags.mk