Statistics
| Branch: | Tag: | Revision:

root / ci / new_config @ 3b26ae00

History | View | Annotate | Download (1.8 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)
9
synnefo_branch = HEAD
10
# snf-deploy git repo
11
deploy_repo = https://code.grnet.gr/git/snf-deploy
12
# Defines the schema that snf-deploy will use
13
schema = one_node
14
# Local dir to save builded packages
15
pkgs_dir = /tmp/synnefo_pkgs
16
# If True patch the pydist.py module (see Debian bug #657665)
17
patch_pydist = True
18
# Configuration of git (on remote server)
19
git_config_name = Buildbot
20
git_config_mail = synnefo@builder.dev.grnet.gr
21
# Url to fetch ssh public keys
22
public_ssh_keys_url =
23
# Network address from which we allow access to server
24
filter_access_network = 195.251.29.0/24,62.217.123.39
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
# UUID of owner of system images
40
# (25ecced9-bf53-4145-91ee-cf47377e9fb2 for production,
41
#  04cbe33f-29b7-4ef1-94fb-015929e5fc06 for okeanos.io)
42
system_uuid = 04cbe33f-29b7-4ef1-94fb-015929e5fc06
43

    
44

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

    
50

    
51
[Unit Tests]
52
component = astakos cyclades pithos
53

    
54

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