Statistics
| Branch: | Tag: | Revision:

root / ci / ci_squeeze.conf @ 9e6eecbc

History | View | Annotate | Download (2.2 kB)

1
[Global]
2
# Timeouts in seconds
3
build_timeout = 240
4
# Apt repository to use
5
apt_repo =
6
    deb http://apt.dev.grnet.gr squeeze/
7
    deb http://packages.x2go.org/debian squeeze main
8
# Synnefo git repo.
9
# If not set, snf-ci will copy and use the local repo.
10
synnefo_repo = https://code.grnet.gr/git/synnefo
11
# Git branch to test (specify sha1 or branch name). If not set, the
12
# branch/sha will result from the current repository.
13
synnefo_branch =
14
# Defines the schema that snf-deploy will use
15
schema = one_node_squeeze
16
# Local dir to save builded packages
17
pkgs_dir = /tmp/synnefo_pkgs
18
# If True patch the pydist.py module (see Debian bug #657665)
19
patch_pydist = True
20
# Configuration of git (on remote server)
21
git_config_name = Buildbot
22
git_config_mail = synnefo@builder.dev.grnet.gr
23
# Network address from which we allow access to server.
24
# If not set, access to server is not restricted.
25
accept_ssh_from =
26
# Config file to save temporary options (eg IPs, passwords etc)
27
temporary_config = /tmp/ci_temp_conf
28
# File to save the x2goplugin html file
29
x2go_plugin_file = /tmp/x2go.html
30

    
31

    
32
[Deployment]
33
# Choose the 'cloud' to use from .kamakirc
34
kamaki_cloud =
35
# Server name to use for our machine
36
server_name = Synnefo_CI
37
# A list of flavors (comma seperated) to choose from
38
# The user can specify a flavor name (reg expression)
39
# with "name:" or a flavor id with "id:".
40
flavors = name:C8R8...D20ext_.*, name:C8R8...D20drbd, id:1
41
# A list of images (comma seperated) to choose from
42
# The user can specify an image name (reg expression)
43
# with "name:" or an image id with "id:".
44
images = name:SynnefoCISqueeze.*,  name:Debian Base \(OldStable\), id:72d9844f-1024-4a07-a3c3-60d650b8f5cd
45
# File containing the ssh keys to upload/install to server
46
# If not set, no ssh keys will be installed
47
ssh_keys = ~/.ssh/id_rsa.pub
48

    
49

    
50
[Burnin]
51
# Maybe add some burnin options
52
# (e.g. tests to run/ignore, timeouts etc)
53
cmd_options = --nofailfast --no-ipv6 --action-timeout=240
54

    
55

    
56
[Unit Tests]
57
component = astakos cyclades pithos
58

    
59

    
60
[Repository]
61
# Projects reside on this repo
62
projects =
63
    snf-common
64
    astakosclient
65
    snf-django-lib
66
    snf-webproject
67
    snf-branding
68
    snf-astakos-app
69
    snf-pithos-backend
70
    snf-cyclades-gtools
71
    snf-cyclades-app
72
    snf-pithos-app
73
    snf-tools