Statistics
| Branch: | Tag: | Revision:

root / ci / new_config @ 1d9f2031

History | View | Annotate | Download (1.9 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 525f2979 Ilias Tsitsimpis
apt_repo = http://apt.dev.grnet.gr squeeze/
6 1d9f2031 Ilias Tsitsimpis
# Synnefo git repo.
7 1d9f2031 Ilias Tsitsimpis
# If not set, snf-ci will copy and use the local repo.
8 525f2979 Ilias Tsitsimpis
synnefo_repo = https://code.grnet.gr/git/synnefo
9 024faf05 Christos Stavrakakis
# Git branch to test (specify sha1 or branch name). If not set, the
10 024faf05 Christos Stavrakakis
# branch/sha will result from the current repository.
11 024faf05 Christos Stavrakakis
synnefo_branch =
12 525f2979 Ilias Tsitsimpis
# Defines the schema that snf-deploy will use
13 525f2979 Ilias Tsitsimpis
schema = one_node
14 525f2979 Ilias Tsitsimpis
# Local dir to save builded packages
15 525f2979 Ilias Tsitsimpis
pkgs_dir = /tmp/synnefo_pkgs
16 525f2979 Ilias Tsitsimpis
# If True patch the pydist.py module (see Debian bug #657665)
17 525f2979 Ilias Tsitsimpis
patch_pydist = True
18 525f2979 Ilias Tsitsimpis
# Configuration of git (on remote server)
19 525f2979 Ilias Tsitsimpis
git_config_name = Buildbot
20 525f2979 Ilias Tsitsimpis
git_config_mail = synnefo@builder.dev.grnet.gr
21 4c818bb2 Ilias Tsitsimpis
# Network address from which we allow access to server.
22 4c818bb2 Ilias Tsitsimpis
# If not set, access to server is not restricted.
23 4c818bb2 Ilias Tsitsimpis
accept_ssh_from =
24 525f2979 Ilias Tsitsimpis
# Config file to save temporary options (eg IPs, passwords etc)
25 525f2979 Ilias Tsitsimpis
temporary_config = /tmp/ci_temp_conf
26 525f2979 Ilias Tsitsimpis
27 525f2979 Ilias Tsitsimpis
28 525f2979 Ilias Tsitsimpis
[Deployment]
29 da593e0c Christos Stavrakakis
# Choose the 'cloud' to use from .kamakirc
30 da593e0c Christos Stavrakakis
kamaki_cloud =
31 525f2979 Ilias Tsitsimpis
# Server name to use for our machine
32 525f2979 Ilias Tsitsimpis
server_name = Synnefo Deployment
33 dae06cfc Ilias Tsitsimpis
# Flavor name (reg expression) to use
34 c314fcd2 Ilias Tsitsimpis
# This is a list of flavor_names (comma seperated) to try
35 dae06cfc Ilias Tsitsimpis
flavor_name = C8R8...D100drbd
36 525f2979 Ilias Tsitsimpis
# Image to use (name must contain this)
37 525f2979 Ilias Tsitsimpis
image_name = OldStable
38 4c818bb2 Ilias Tsitsimpis
# File containing the ssh keys to upload/install to server
39 4c818bb2 Ilias Tsitsimpis
# If not set, no ssh keys will be installed
40 2fab294e Ilias Tsitsimpis
ssh_keys = https://pithos.okeanos.grnet.gr/public/p99dOwPP94B0RuFquxExl6
41 525f2979 Ilias Tsitsimpis
42 525f2979 Ilias Tsitsimpis
43 525f2979 Ilias Tsitsimpis
[Burnin]
44 525f2979 Ilias Tsitsimpis
# Maybe add some burnin options
45 525f2979 Ilias Tsitsimpis
# (e.g. tests to run/ignore, timeouts etc)
46 525f2979 Ilias Tsitsimpis
cmd_options = --nofailfast --no-ipv6 --action-timeout=240
47 525f2979 Ilias Tsitsimpis
48 525f2979 Ilias Tsitsimpis
49 525f2979 Ilias Tsitsimpis
[Unit Tests]
50 525f2979 Ilias Tsitsimpis
component = astakos cyclades pithos
51 525f2979 Ilias Tsitsimpis
52 525f2979 Ilias Tsitsimpis
53 525f2979 Ilias Tsitsimpis
[Repository]
54 525f2979 Ilias Tsitsimpis
# Projects reside on this repo
55 525f2979 Ilias Tsitsimpis
projects =
56 525f2979 Ilias Tsitsimpis
    snf-common
57 525f2979 Ilias Tsitsimpis
    astakosclient
58 525f2979 Ilias Tsitsimpis
    snf-django-lib
59 525f2979 Ilias Tsitsimpis
    snf-webproject
60 525f2979 Ilias Tsitsimpis
    snf-branding
61 525f2979 Ilias Tsitsimpis
    snf-astakos-app
62 525f2979 Ilias Tsitsimpis
    snf-pithos-backend
63 525f2979 Ilias Tsitsimpis
    snf-cyclades-gtools
64 525f2979 Ilias Tsitsimpis
    snf-cyclades-app
65 525f2979 Ilias Tsitsimpis
    snf-pithos-app
66 525f2979 Ilias Tsitsimpis
    snf-tools