Statistics
| Branch: | Tag: | Revision:

root / ci / ci_squeeze.conf @ d9667d93

History | View | Annotate | Download (2.5 kB)

1
[Global]
2
# Timeouts in seconds
3
build_timeout = 240
4
# Apt repository to use
5
apt_repo =
6
    deb http://apt.dev.grnet.gr squeeze/
7
    deb http://packages.x2go.org/debian squeeze main
8

    
9
# Synnefo git repo.
10
# If not set, snf-ci will copy and use the local repo.
11
synnefo_repo = https://code.grnet.gr/git/synnefo
12
# Git branch to test (specify sha1 or branch name). If not set, the
13
# branch/sha will result from the current repository.
14
synnefo_branch =
15

    
16
build_pithos_webclient = True
17
# pithos-web-client git repo
18
pithos_webclient_repo = https://code.grnet.gr/git/pithos-web-client
19
# Git branch to use for pithos-web-client
20
# If not set, snf-ci will decide which one to use
21
pithos_webclient_branch =
22

    
23
# Defines the schema that snf-deploy will use
24
schema = one_node_squeeze
25
# Local dir to save builded packages
26
pkgs_dir = /tmp/synnefo_pkgs
27
# If True patch the pydist.py module (see Debian bug #657665)
28
patch_pydist = True
29

    
30
# Configuration of git (on remote server)
31
git_config_name = Buildbot
32
git_config_mail = synnefo@builder.dev.grnet.gr
33

    
34
# Network address from which we allow access to server.
35
# If not set, access to server is not restricted.
36
accept_ssh_from =
37
# Config file to save temporary options (eg IPs, passwords etc)
38
temporary_config = /tmp/ci_temp_conf
39
# Install x2go and firefox
40
setup_x2go = True
41
# File to save the x2goplugin html file
42
x2go_plugin_file = /tmp/x2go.html
43

    
44

    
45
[Deployment]
46
# Choose the 'cloud' to use from .kamakirc
47
kamaki_cloud =
48
# Server name to use for our machine
49
server_name = Synnefo_CI
50
# A list of flavors (comma seperated) to choose from
51
# The user can specify a flavor name (reg expression)
52
# with "name:" or a flavor id with "id:".
53
flavors = name:C2R2...D20ext_.*, name:C2R2...D20drbd, id:1
54
# A list of images (comma seperated) to choose from
55
# The user can specify an image name (reg expression)
56
# with "name:" or an image id with "id:".
57
images = name:SynnefoCISqueeze.*,  name:Debian Base \(OldStable\), id:72d9844f-1024-4a07-a3c3-60d650b8f5cd
58
# File containing the ssh keys to upload/install to server
59
# If not set, no ssh keys will be installed
60
ssh_keys = ~/.ssh/id_rsa.pub
61

    
62

    
63
[Burnin]
64
# Maybe add some burnin options
65
# (e.g. tests to run/ignore, timeouts etc)
66
cmd_options = --images "name:.*" --flavors "name:C1R512D2file" --no-ipv6
67

    
68

    
69
[Unit Tests]
70
component = astakos cyclades pithos astakosclient
71

    
72

    
73
[Repository]
74
# Projects reside on this repo
75
projects =
76
    snf-common
77
    astakosclient
78
    snf-django-lib
79
    snf-webproject
80
    snf-branding
81
    snf-astakos-app
82
    snf-pithos-backend
83
    snf-cyclades-gtools
84
    snf-cyclades-app
85
    snf-pithos-app
86
    snf-tools