Statistics
| Branch: | Tag: | Revision:

root / ci / new_config @ 4b743650

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). 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.
23
# If not set, access to server is not restricted.
24
accept_ssh_from =
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
# File containing the ssh keys to upload/install to server
40
# If not set, no ssh keys will be installed
41
ssh_keys = https://pithos.okeanos.grnet.gr/public/p99dOwPP94B0RuFquxExl6
42

    
43

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

    
49

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

    
53

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