Statistics
| Branch: | Tag: | Revision:

root / ci / ci_wheezy.conf @ 31bc4729

History | View | Annotate | Download (2.2 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 170ac4b1 Ilias Tsitsimpis
    deb http://apt.dev.grnet.gr wheezy/
7 170ac4b1 Ilias Tsitsimpis
    deb http://packages.x2go.org/debian wheezy 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 170ac4b1 Ilias Tsitsimpis
schema = one_node_wheezy
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 170ac4b1 Ilias Tsitsimpis
patch_pydist = False
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 e213881d Ilias Tsitsimpis
# File to save the x2goplugin html file
29 e213881d Ilias Tsitsimpis
x2go_plugin_file = /tmp/x2go.html
30 525f2979 Ilias Tsitsimpis
31 525f2979 Ilias Tsitsimpis
32 525f2979 Ilias Tsitsimpis
[Deployment]
33 da593e0c Christos Stavrakakis
# Choose the 'cloud' to use from .kamakirc
34 da593e0c Christos Stavrakakis
kamaki_cloud =
35 525f2979 Ilias Tsitsimpis
# Server name to use for our machine
36 ac1e7de3 Christos Stavrakakis
server_name = Synnefo_CI
37 6f8b2632 Ilias Tsitsimpis
# A list of flavors (comma seperated) to choose from
38 6f8b2632 Ilias Tsitsimpis
# The user can specify a flavor name (reg expression)
39 6f8b2632 Ilias Tsitsimpis
# with "name:" or a flavor id with "id:".
40 ac1e7de3 Christos Stavrakakis
flavors = name:C8R8...D20ext_.*, name:C8R8...D20drbd, id:1
41 6f8b2632 Ilias Tsitsimpis
# A list of images (comma seperated) to choose from
42 6f8b2632 Ilias Tsitsimpis
# The user can specify an image name (reg expression)
43 6f8b2632 Ilias Tsitsimpis
# with "name:" or an image id with "id:".
44 feec1494 Christos Stavrakakis
images = name:SynnefoCIWheezy.*, name:^Debian Base$, id:72d9844f-1024-4a07-a3c3-60d650b8f5cd
45 4c818bb2 Ilias Tsitsimpis
# File containing the ssh keys to upload/install to server
46 4c818bb2 Ilias Tsitsimpis
# If not set, no ssh keys will be installed
47 8baa4ae7 Ilias Tsitsimpis
ssh_keys = ~/.ssh/id_rsa.pub
48 525f2979 Ilias Tsitsimpis
49 525f2979 Ilias Tsitsimpis
50 525f2979 Ilias Tsitsimpis
[Burnin]
51 525f2979 Ilias Tsitsimpis
# Maybe add some burnin options
52 525f2979 Ilias Tsitsimpis
# (e.g. tests to run/ignore, timeouts etc)
53 525f2979 Ilias Tsitsimpis
cmd_options = --nofailfast --no-ipv6 --action-timeout=240
54 525f2979 Ilias Tsitsimpis
55 525f2979 Ilias Tsitsimpis
56 525f2979 Ilias Tsitsimpis
[Unit Tests]
57 170ac4b1 Ilias Tsitsimpis
component = astakos cyclades pithos
58 525f2979 Ilias Tsitsimpis
59 525f2979 Ilias Tsitsimpis
60 525f2979 Ilias Tsitsimpis
[Repository]
61 525f2979 Ilias Tsitsimpis
# Projects reside on this repo
62 525f2979 Ilias Tsitsimpis
projects =
63 525f2979 Ilias Tsitsimpis
    snf-common
64 525f2979 Ilias Tsitsimpis
    astakosclient
65 525f2979 Ilias Tsitsimpis
    snf-django-lib
66 525f2979 Ilias Tsitsimpis
    snf-webproject
67 525f2979 Ilias Tsitsimpis
    snf-branding
68 525f2979 Ilias Tsitsimpis
    snf-astakos-app
69 525f2979 Ilias Tsitsimpis
    snf-pithos-backend
70 525f2979 Ilias Tsitsimpis
    snf-cyclades-gtools
71 525f2979 Ilias Tsitsimpis
    snf-cyclades-app
72 525f2979 Ilias Tsitsimpis
    snf-pithos-app
73 525f2979 Ilias Tsitsimpis
    snf-tools