Statistics
| Branch: | Tag: | Revision:

root / ci / new_config @ ac1e7de3

History | View | Annotate | Download (2.1 kB)

1 525f2979 Ilias Tsitsimpis
[Global]
2 525f2979 Ilias Tsitsimpis
# Timeouts in seconds
3 525f2979 Ilias Tsitsimpis
build_timeout = 240
4 525f2979 Ilias Tsitsimpis
# Apt repository to use
5 eaf0b161 Ilias Tsitsimpis
apt_repo =
6 eaf0b161 Ilias Tsitsimpis
    deb http://apt.dev.grnet.gr squeeze/
7 eaf0b161 Ilias Tsitsimpis
    deb http://packages.x2go.org/debian squeeze main
8 1d9f2031 Ilias Tsitsimpis
# Synnefo git repo.
9 1d9f2031 Ilias Tsitsimpis
# If not set, snf-ci will copy and use the local repo.
10 525f2979 Ilias Tsitsimpis
synnefo_repo = https://code.grnet.gr/git/synnefo
11 024faf05 Christos Stavrakakis
# Git branch to test (specify sha1 or branch name). If not set, the
12 024faf05 Christos Stavrakakis
# branch/sha will result from the current repository.
13 024faf05 Christos Stavrakakis
synnefo_branch =
14 525f2979 Ilias Tsitsimpis
# Defines the schema that snf-deploy will use
15 525f2979 Ilias Tsitsimpis
schema = one_node
16 525f2979 Ilias Tsitsimpis
# Local dir to save builded packages
17 525f2979 Ilias Tsitsimpis
pkgs_dir = /tmp/synnefo_pkgs
18 525f2979 Ilias Tsitsimpis
# If True patch the pydist.py module (see Debian bug #657665)
19 525f2979 Ilias Tsitsimpis
patch_pydist = True
20 525f2979 Ilias Tsitsimpis
# Configuration of git (on remote server)
21 525f2979 Ilias Tsitsimpis
git_config_name = Buildbot
22 525f2979 Ilias Tsitsimpis
git_config_mail = synnefo@builder.dev.grnet.gr
23 4c818bb2 Ilias Tsitsimpis
# Network address from which we allow access to server.
24 4c818bb2 Ilias Tsitsimpis
# If not set, access to server is not restricted.
25 4c818bb2 Ilias Tsitsimpis
accept_ssh_from =
26 525f2979 Ilias Tsitsimpis
# Config file to save temporary options (eg IPs, passwords etc)
27 525f2979 Ilias Tsitsimpis
temporary_config = /tmp/ci_temp_conf
28 525f2979 Ilias Tsitsimpis
29 525f2979 Ilias Tsitsimpis
30 525f2979 Ilias Tsitsimpis
[Deployment]
31 da593e0c Christos Stavrakakis
# Choose the 'cloud' to use from .kamakirc
32 da593e0c Christos Stavrakakis
kamaki_cloud =
33 525f2979 Ilias Tsitsimpis
# Server name to use for our machine
34 ac1e7de3 Christos Stavrakakis
server_name = Synnefo_CI
35 6f8b2632 Ilias Tsitsimpis
# A list of flavors (comma seperated) to choose from
36 6f8b2632 Ilias Tsitsimpis
# The user can specify a flavor name (reg expression)
37 6f8b2632 Ilias Tsitsimpis
# with "name:" or a flavor id with "id:".
38 ac1e7de3 Christos Stavrakakis
flavors = name:C8R8...D20ext_.*, name:C8R8...D20drbd, id:1
39 6f8b2632 Ilias Tsitsimpis
# A list of images (comma seperated) to choose from
40 6f8b2632 Ilias Tsitsimpis
# The user can specify an image name (reg expression)
41 6f8b2632 Ilias Tsitsimpis
# with "name:" or an image id with "id:".
42 ac1e7de3 Christos Stavrakakis
images = name:SynnefoCISqueeze.*,  name:Debian Base \(OldStable\), id:72d9844f-1024-4a07-a3c3-60d650b8f5cd
43 4c818bb2 Ilias Tsitsimpis
# File containing the ssh keys to upload/install to server
44 4c818bb2 Ilias Tsitsimpis
# If not set, no ssh keys will be installed
45 8baa4ae7 Ilias Tsitsimpis
ssh_keys = ~/.ssh/id_rsa.pub
46 525f2979 Ilias Tsitsimpis
47 525f2979 Ilias Tsitsimpis
48 525f2979 Ilias Tsitsimpis
[Burnin]
49 525f2979 Ilias Tsitsimpis
# Maybe add some burnin options
50 525f2979 Ilias Tsitsimpis
# (e.g. tests to run/ignore, timeouts etc)
51 525f2979 Ilias Tsitsimpis
cmd_options = --nofailfast --no-ipv6 --action-timeout=240
52 525f2979 Ilias Tsitsimpis
53 525f2979 Ilias Tsitsimpis
54 525f2979 Ilias Tsitsimpis
[Unit Tests]
55 525f2979 Ilias Tsitsimpis
component = astakos cyclades pithos
56 525f2979 Ilias Tsitsimpis
57 525f2979 Ilias Tsitsimpis
58 525f2979 Ilias Tsitsimpis
[Repository]
59 525f2979 Ilias Tsitsimpis
# Projects reside on this repo
60 525f2979 Ilias Tsitsimpis
projects =
61 525f2979 Ilias Tsitsimpis
    snf-common
62 525f2979 Ilias Tsitsimpis
    astakosclient
63 525f2979 Ilias Tsitsimpis
    snf-django-lib
64 525f2979 Ilias Tsitsimpis
    snf-webproject
65 525f2979 Ilias Tsitsimpis
    snf-branding
66 525f2979 Ilias Tsitsimpis
    snf-astakos-app
67 525f2979 Ilias Tsitsimpis
    snf-pithos-backend
68 525f2979 Ilias Tsitsimpis
    snf-cyclades-gtools
69 525f2979 Ilias Tsitsimpis
    snf-cyclades-app
70 525f2979 Ilias Tsitsimpis
    snf-pithos-app
71 525f2979 Ilias Tsitsimpis
    snf-tools