Statistics
| Branch: | Tag: | Revision:

root / ci / new_config @ 1c230fd8

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
# Defines the schema that snf-deploy will use
12
schema = one_node
13
# Local dir to save builded packages
14
pkgs_dir = /tmp/synnefo_pkgs
15
# If True patch the pydist.py module (see Debian bug #657665)
16
patch_pydist = True
17
# Configuration of git (on remote server)
18
git_config_name = Buildbot
19
git_config_mail = synnefo@builder.dev.grnet.gr
20
# Network address from which we allow access to server.
21
# If not set, access to server is not restricted.
22
accept_ssh_from =
23
# Config file to save temporary options (eg IPs, passwords etc)
24
temporary_config = /tmp/ci_temp_conf
25

    
26

    
27
[Deployment]
28
# Choose the 'cloud' to use from .kamakirc
29
kamaki_cloud =
30
# Server name to use for our machine
31
server_name = Synnefo Deployment
32
# Flavor name (reg expression) to use
33
# This is a list of flavor_names (comma seperated) to try
34
flavor_name = C8R8...D100drbd
35
# Image to use (name must contain this)
36
image_name = OldStable
37
# File containing the ssh keys to upload/install to server
38
# If not set, no ssh keys will be installed
39
ssh_keys = https://pithos.okeanos.grnet.gr/public/p99dOwPP94B0RuFquxExl6
40

    
41

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

    
47

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

    
51

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