Statistics
| Branch: | Tag: | Revision:

root / ci / new_config @ 024faf05

History | View | Annotate | Download (1.9 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
# Url to fetch ssh public keys
23
public_ssh_keys_url =
24
# Network address from which we allow access to server. If not set, access
25
# to server is not restricted.
26
filter_access_network =
27
# Config file to save temporary options (eg IPs, passwords etc)
28
temporary_config = /tmp/ci_temp_conf
29

    
30

    
31
[Deployment]
32
# Choose the 'cloud' to use from .kamakirc
33
kamaki_cloud =
34
# Server name to use for our machine
35
server_name = Synnefo Deployment
36
# Flavor ID to use
37
# (149 for production, 639 for okeanos.io)
38
flavor_id = 639
39
# Image to use (name must contain this)
40
image_name = OldStable
41
# UUID of owner of system images
42
# (25ecced9-bf53-4145-91ee-cf47377e9fb2 for production,
43
#  04cbe33f-29b7-4ef1-94fb-015929e5fc06 for okeanos.io)
44
system_uuid = 04cbe33f-29b7-4ef1-94fb-015929e5fc06
45

    
46

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

    
52

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

    
56

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