root / ci / new_config @ c1bd5d1c
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 |
# If not set, snf-ci will copy and use the local repo. |
8 |
synnefo_repo = https://code.grnet.gr/git/synnefo |
9 |
# Git branch to test (specify sha1 or branch name). If not set, the |
10 |
# branch/sha will result from the current repository. |
11 |
synnefo_branch = |
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 |
# Network address from which we allow access to server. |
22 |
# If not set, access to server is not restricted. |
23 |
accept_ssh_from = |
24 |
# Config file to save temporary options (eg IPs, passwords etc) |
25 |
temporary_config = /tmp/ci_temp_conf |
26 |
|
27 |
|
28 |
[Deployment] |
29 |
# Choose the 'cloud' to use from .kamakirc |
30 |
kamaki_cloud = |
31 |
# Server name to use for our machine |
32 |
server_name = Synnefo Deployment |
33 |
# Flavor name (reg expression) to use |
34 |
# This is a list of flavor_names (comma seperated) to try |
35 |
flavor_name = C8R8...D100drbd |
36 |
# Image to use (name must contain this) |
37 |
image_name = OldStable |
38 |
# File containing the ssh keys to upload/install to server |
39 |
# If not set, no ssh keys will be installed |
40 |
ssh_keys = |
41 |
|
42 |
|
43 |
[Burnin] |
44 |
# Maybe add some burnin options |
45 |
# (e.g. tests to run/ignore, timeouts etc) |
46 |
cmd_options = --nofailfast --no-ipv6 --action-timeout=240 |
47 |
|
48 |
|
49 |
[Unit Tests] |
50 |
component = astakos cyclades pithos |
51 |
|
52 |
|
53 |
[Repository] |
54 |
# Projects reside on this repo |
55 |
projects = |
56 |
snf-common |
57 |
astakosclient |
58 |
snf-django-lib |
59 |
snf-webproject |
60 |
snf-branding |
61 |
snf-astakos-app |
62 |
snf-pithos-backend |
63 |
snf-cyclades-gtools |
64 |
snf-cyclades-app |
65 |
snf-pithos-app |
66 |
snf-tools |