Statistics
| Branch: | Tag: | Revision:

root / ci / ci_squeeze.conf @ cb1060f2

History | View | Annotate | Download (2.4 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

    
9
# Synnefo git repo.
10
# If not set, snf-ci will copy and use the local repo.
11
synnefo_repo = https://code.grnet.gr/git/synnefo
12
# Git branch to test (specify sha1 or branch name). If not set, the
13
# branch/sha will result from the current repository.
14
synnefo_branch =
15

    
16
# pithos-web-client git repo
17
pithos_webclient_repo = https://code.grnet.gr/git/pithos-web-client
18
# Git branch to use for pithos-web-client
19
# If not set, snf-ci will decide which one to use
20
pithos_webclient_branch =
21

    
22
# Defines the schema that snf-deploy will use
23
schema = one_node_squeeze
24
# Local dir to save builded packages
25
pkgs_dir = /tmp/synnefo_pkgs
26
# If True patch the pydist.py module (see Debian bug #657665)
27
patch_pydist = True
28

    
29
# Configuration of git (on remote server)
30
git_config_name = Buildbot
31
git_config_mail = synnefo@builder.dev.grnet.gr
32

    
33
# Network address from which we allow access to server.
34
# If not set, access to server is not restricted.
35
accept_ssh_from =
36
# Config file to save temporary options (eg IPs, passwords etc)
37
temporary_config = /tmp/ci_temp_conf
38
# File to save the x2goplugin html file
39
x2go_plugin_file = /tmp/x2go.html
40

    
41

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

    
59

    
60
[Burnin]
61
# Maybe add some burnin options
62
# (e.g. tests to run/ignore, timeouts etc)
63
cmd_options = --nofailfast --no-ipv6 --action-timeout=240
64

    
65

    
66
[Unit Tests]
67
component = astakos cyclades pithos astakosclient
68

    
69

    
70
[Repository]
71
# Projects reside on this repo
72
projects =
73
    snf-common
74
    astakosclient
75
    snf-django-lib
76
    snf-webproject
77
    snf-branding
78
    snf-astakos-app
79
    snf-pithos-backend
80
    snf-cyclades-gtools
81
    snf-cyclades-app
82
    snf-pithos-app
83
    snf-tools