try out bm@lxc_devel with a stock build on f14
[infrastructure.git] / scripts / builds.sh
1 #!/bin/bash
2
3 # the tests flavours available
4 # -B means no test
5 # default for the tests setup is one myplc
6 # -c dual has two myplc's - pointing to each other AMs
7 # -c triangle has three - ditto
8 # -c sfamesh makes them point to SMs
9
10 function liquid () { hostname | grep -q liquid ; }
11 function reed () { hostname | grep -q reed ; }
12 function velvet () { hostname | grep -q velvet ; }
13
14 #################### lxc on f14 and f16 
15 # currently we have the following limitations with lxc
16 # f16-specific issues
17 # initscripts need to be plugged into systemd
18 # plcsh_stress_test : there remains encoding issues, apparently related to 'quote' in PostgreSQL
19 liquid && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d lxc -X -f f16 -p linux64 -b @DATE@--lxc16bm  -e check_initscripts -e plcsh_stress_test -e check_tcp bootmanager-GITPATH=git://git.planet-lab.org/bootmanager.git@lxc_devel
20 liquid && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d lxc -X -f f16 -p linux64 -b @DATE@--lxc16  -e check_initscripts -e plcsh_stress_test -e check_tcp 
21 ## note that lxc14 is of limited interest
22 ## all versions check_tcp : this needs port forwarding of some kind regardless of the fedora distro
23 #liquid && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d lxc -X -f f14 -p linux64 -b @DATE@--lxc14 -e check_tcp 
24
25 # f12 on reed - no SFA any more
26 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
27 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
28
29 # f14 
30 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 sfa-GITPATH=git://git.onelab.eu/sfa.git@master
31 velvet && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d onelab -t onelab-k32-tags.mk -f f14 -p linux64 -b @DATE@--f14-64bm sfa-GITPATH=git://git.onelab.eu/sfa.git@master bootmanager-GITPATH=git://git.planet-lab.org/bootmanager.git@lxc_devel
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 sfa-GITPATH=git://git.onelab.eu/sfa.git@master -c default -c sfadebug
33 # sfaonly
34 #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-std1 sfa-GITPATH=git://git.onelab.eu/sfa.git@master -x sfa_standalone
35
36 ###### testing only the pg rspecs
37 # -y pg
38 ###### triangular tests
39 # -c triangle -c sfamesh
40 ###### sfa debug
41 # -c config -c sfadebug
42 ###### senslab - not much to test 
43 # sfa-GITPATH=git://git.f-lab.fr/sfa.git@senslab2
44
45
46
47 ####################
48 # wextoolbox on f14 (gnuradio is in f14 only)
49 #reed && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d wextoolbox -p linux32 -f f14 -b @DATE@--wtx-f14-32
50 #liquid && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d wextoolbox -p linux64 -f f14 -b @DATE@--wtx-f14-64
51
52 ####################
53 # build & test : f12 bootstrap : vserver-capable 2.6.32, util-vserver and yum, for a plain fedora 12 build or test box
54 #liquid && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d f12 -f f12 -p linux32 -b @DATE@--f12-f12-32 -B
55 ### same software release but built on f14 - kernel excluded as, 
56 # for some reason, we have to use the one built on f12
57 #liquid && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d f14 -f f14 -p linux64 -b @DATE@--f14-f14-64 -B
58
59 ####################
60 # ### feb. 17 2012 - I'm dropping support for f8
61 # # 2.6.32 kernel on f8
62 # liquid && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d onelab -t onelab-k32-tags.mk -f f8 -p linux64 -b @DATE@--f8-64-tri -c triangle -c sfamesh sfa-GITPATH=git://git.onelab.eu/sfa.git@master
63 # liquid && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d onelab -t onelab-k32-tags.mk -f f8 -p linux32 -b @DATE@--f8-32 sfa-GITPATH=git://git.onelab.eu/sfa.git@master
64
65 ####################
66 ## f16/lxc_devel - OLD BUILD BRANCH
67 #liquid && /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@--br-lxcdevel-16 -t planetlab-k32-tags.mk
68 ## f14/lxc - OLD BUILD BRANCH
69 #reed && /root/bin/vbuild-nightly.sh -m build@onelab.eu -s git://git.onelab.eu/build@lxc -d planetlab -f f14 -p linux64 -b @DATE@--br-lxc-14 -t planetlab-k32-tags.mk