turn 32bits builds back on
[infrastructure.git] / scripts / builds.sh
1 #!/bin/bash
2
3 # tentatively trash all qemu instances as the pool is broken with threesome tests
4 manage-infrastructure.py -qrs >& /dev/null
5
6 function liquid () { hostname | grep -q liquid ; }
7 function reed () { hostname | grep -q reed ; }
8 function velvet () { hostname | grep -q velvet ; }
9
10 # the tests flavours available
11 # -B means no test
12 # default for the tests setup is one myplc
13 # -c dual has two myplc's - pointing to each other AMs
14 # -c triangle has three - ditto
15 # -c sfamesh makes them point to SMs
16
17 # 2.6.27 kernel on f8
18 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 -B
19 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 
20 # 2.6.32 kernel on f15 is broken
21 # 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
22
23 # 2.6.27 kernel on f12
24 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 -B
25 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
26
27 # f14 - needs 2.6.32
28 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 -B
29 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
30 # test sfa with loops
31 #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
32
33 # wextoolbox on f14 (gnuradio is in f14 only)
34 #reed && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d wextoolbox -p linux32 -f f14 -b @DATE@--wtx-f14-32
35 #liquid && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d wextoolbox -p linux64 -f f14 -b @DATE@--wtx-f14-64
36
37 ########################################
38 ########## f12 bootstrap : vserver-capa2.6.32, util-vserver and yum, for a plain fedora 12 build or test box
39 ########## enable on a need-by-need basis
40 #liquid && /root/bin/vbuild-nightly.sh -m build@onelab.eu   -d f12 -f f12 -p linux32 -b @DATE@--f12-f12-32 -B
41 ### same software release but built on f14 - kernel excluded as, 
42 # for some reason, we have to use the one built on f12
43 #liquid && /root/bin/vbuild-nightly.sh -m build@onelab.eu   -d f14 -f f14 -p linux64 -b @DATE@--f14-f14-64 -B