Statistics
| Branch: | Tag: | Revision:

root / ci / new_config @ 60ddcdc3

History | View | Annotate | Download (1.7 kB)

1
[Global]
2
# Timeouts in seconds
3
build_timeout = 240
4
# Apt repository to use
5
apt_repo = http://apt.dev.grnet.gr squeeze/
6
# Synnefo git repo
7
synnefo_repo = https://code.grnet.gr/git/synnefo
8
# Git branch to test (specify sha1 or branch name). If not set, the
9
# branch/sha will result from the current repository.
10
synnefo_branch =
11
# snf-deploy git repo
12
deploy_repo = https://code.grnet.gr/git/snf-deploy
13
# Defines the schema that snf-deploy will use
14
schema = one_node
15
# Local dir to save builded packages
16
pkgs_dir = /tmp/synnefo_pkgs
17
# If True patch the pydist.py module (see Debian bug #657665)
18
patch_pydist = True
19
# Configuration of git (on remote server)
20
git_config_name = Buildbot
21
git_config_mail = synnefo@builder.dev.grnet.gr
22
# Network address from which we allow access to server. If not set, access
23
# to server is not restricted.
24
filter_access_network =
25
# Config file to save temporary options (eg IPs, passwords etc)
26
temporary_config = /tmp/ci_temp_conf
27

    
28

    
29
[Deployment]
30
# Choose the 'cloud' to use from .kamakirc
31
kamaki_cloud =
32
# Server name to use for our machine
33
server_name = Synnefo Deployment
34
# Flavor ID to use
35
# (149 for production, 639 for okeanos.io)
36
flavor_id = 639
37
# Image to use (name must contain this)
38
image_name = OldStable
39

    
40

    
41
[Burnin]
42
# Maybe add some burnin options
43
# (e.g. tests to run/ignore, timeouts etc)
44
cmd_options = --nofailfast --no-ipv6 --action-timeout=240
45

    
46

    
47
[Unit Tests]
48
component = astakos cyclades pithos
49

    
50

    
51
[Repository]
52
# Projects reside on this repo
53
projects =
54
    snf-common
55
    astakosclient
56
    snf-django-lib
57
    snf-webproject
58
    snf-branding
59
    snf-astakos-app
60
    snf-pithos-backend
61
    snf-cyclades-gtools
62
    snf-cyclades-app
63
    snf-pithos-app
64
    snf-tools