Statistics
| Branch: | Tag: | Revision:

root / ci / new_config @ 6f8b2632

History | View | Annotate | Download (2.1 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
# Synnefo git repo.
9
# If not set, snf-ci will copy and use the local repo.
10
synnefo_repo = https://code.grnet.gr/git/synnefo
11
# Git branch to test (specify sha1 or branch name). If not set, the
12
# branch/sha will result from the current repository.
13
synnefo_branch =
14
# Defines the schema that snf-deploy will use
15
schema = one_node
16
# Local dir to save builded packages
17
pkgs_dir = /tmp/synnefo_pkgs
18
# If True patch the pydist.py module (see Debian bug #657665)
19
patch_pydist = True
20
# Configuration of git (on remote server)
21
git_config_name = Buildbot
22
git_config_mail = synnefo@builder.dev.grnet.gr
23
# Network address from which we allow access to server.
24
# If not set, access to server is not restricted.
25
accept_ssh_from =
26
# Config file to save temporary options (eg IPs, passwords etc)
27
temporary_config = /tmp/ci_temp_conf
28

    
29

    
30
[Deployment]
31
# Choose the 'cloud' to use from .kamakirc
32
kamaki_cloud =
33
# Server name to use for our machine
34
server_name = Synnefo Deployment
35
# A list of flavors (comma seperated) to choose from
36
# The user can specify a flavor name (reg expression)
37
# with "name:" or a flavor id with "id:".
38
flavors = name:C8R8...D100drbd, id:1
39
# A list of images (comma seperated) to choose from
40
# The user can specify an image name (reg expression)
41
# with "name:" or an image id with "id:".
42
images = name:Debian Base \(OldStable\), id:72d9844f-1024-4a07-a3c3-60d650b8f5cd
43
# File containing the ssh keys to upload/install to server
44
# If not set, no ssh keys will be installed
45
ssh_keys =
46

    
47

    
48
[Burnin]
49
# Maybe add some burnin options
50
# (e.g. tests to run/ignore, timeouts etc)
51
cmd_options = --nofailfast --no-ipv6 --action-timeout=240
52

    
53

    
54
[Unit Tests]
55
component = astakos cyclades pithos
56

    
57

    
58
[Repository]
59
# Projects reside on this repo
60
projects =
61
    snf-common
62
    astakosclient
63
    snf-django-lib
64
    snf-webproject
65
    snf-branding
66
    snf-astakos-app
67
    snf-pithos-backend
68
    snf-cyclades-gtools
69
    snf-cyclades-app
70
    snf-pithos-app
71
    snf-tools