Statistics
| Branch: | Tag: | Revision:

root / ci / ci_wheezy.conf @ 0c607145

History | View | Annotate | Download (2.2 kB)

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