Statistics
| Branch: | Tag: | Revision:

root / ci / ci_wheezy.conf @ 4daf507c

History | View | Annotate | Download (2.7 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 wheezy/
7
    deb http://packages.x2go.org/debian wheezy 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_wheezy
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 = False
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:SynnefoCIWheezy.*, name:^Debian Base$, 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
# Allocate a public floating IP for the new server
62
allocate_floating_ip = True
63
# List of networks IDs (comma seperated) to connect server
64
private_networks =
65

    
66

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

    
72

    
73
[Unit Tests]
74
component = astakos cyclades pithos astakosclient
75

    
76

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