From: Thierry Parmentelat Date: Tue, 20 Sep 2011 08:28:30 +0000 (+0200) Subject: trying out 32bits tested with a single myplc/node X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=1333ba402828d4d8773a745896ea6f81ff0aa367;p=infrastructure.git trying out 32bits tested with a single myplc/node --- diff --git a/scripts/builds.sh b/scripts/builds.sh index 0c1efd1..cc6e14d 100755 --- a/scripts/builds.sh +++ b/scripts/builds.sh @@ -3,6 +3,10 @@ # tentatively trash all qemu instances as the pool is broken with threesome tests manage-infrastructure.py -qrs >& /dev/null +# test the 32 builds with a single plc, tests tend to fail with a triangle setup +# probably due to 32bits qemu machines being much slower +# another approach would be to increase the ssh_slice timeout + function liquid () { hostname | grep -q liquid ; } function reed () { hostname | grep -q reed ; } function velvet () { hostname | grep -q velvet ; } @@ -15,17 +19,17 @@ function velvet () { hostname | grep -q velvet ; } # -c sfamesh makes them point to SMs # 2.6.27 kernel on f8 -liquid && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d onelab -t onelab-k27-tags.mk -f f8 -p linux32 -b @DATE@--f8-32 -c triangle -c sfamesh +liquid && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d onelab -t onelab-k27-tags.mk -f f8 -p linux32 -b @DATE@--f8-32 liquid && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d onelab -t onelab-k27-tags.mk -f f8 -p linux64 -b @DATE@--f8-64 -c triangle -c sfamesh # 2.6.32 kernel on f15 is broken # liquid && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d onelab -t onelab-k32-tags.mk -f f15 -p linux64 -b @DATE@--f15-64 -B # 2.6.27 kernel on f12 -reed && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d onelab -t onelab-k32-tags.mk -f f12 -p linux32 -b @DATE@--f12-32 -c triangle -c sfamesh +reed && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d onelab -t onelab-k32-tags.mk -f f12 -p linux32 -b @DATE@--f12-32 reed && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d onelab -t onelab-k32-tags.mk -f f12 -p linux64 -b @DATE@--f12-64 -c triangle -c sfamesh # f14 - needs 2.6.32 -velvet && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d onelab -t onelab-k32-tags.mk -f f14 -p linux32 -b @DATE@--f14-32 -c triangle -c sfamesh +velvet && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d onelab -t onelab-k32-tags.mk -f f14 -p linux32 -b @DATE@--f14-32 velvet && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d onelab -t onelab-k32-tags.mk -f f14 -p linux64 -b @DATE@--f14-64 -c triangle -c sfamesh # test sfa with loops #velvet && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d onelab -t onelab-k32-tags.mk -f f14 -p linux64 -b @DATE@--k32-f14-64 -c triangle -c sfamesh