1
# The configuration matrix of our production device testing
3
JENKINS = 'http://q-jenkins.ubuntu-ci:8080'
6
def _url(channel, device):
7
return 'http://system-image.ubuntu.com/ubuntu-touch/%s/%s/index.json' \
13
'image-type': 'touch',
14
'statsd-key': 'ubuntu-ci.daily-image.production',
16
'dashboard-host': 'ci.ubuntu.com',
17
'dashboard-port': '80',
18
'dashboard-user': 'uci-bot',
22
'slave-label': 'daily-mako',
23
'trigger_url': _url('devel-proposed', 'mako'),
28
'slave-label': 'daily-flo',
29
'trigger_url': _url('devel-proposed', 'flo'),
34
'slave-label': 'daily-manta',
35
'trigger_url': _url('devel-proposed', 'manta'),
44
'image-type': 'touch_stable',
45
'statsd-key': 'ubuntu-ci.daily-image.production',
47
'dashboard-host': 'ci.ubuntu.com',
48
'dashboard-port': '80',
49
'dashboard-user': 'uci-bot',
53
'slave-label': 'daily-mako',
54
'trigger_url': _url('ubuntu-rtm/14.09-proposed', 'mako'),
59
'slave-label': 'daily-flo',
60
'trigger_url': _url('ubuntu-rtm/14.09-proposed', 'flo'),
65
'slave-label': 'daily-manta',
66
'trigger_url': _url('ubuntu-rtm/14.09-proposed', 'manta'),
70
'IMAGE_OPT': 'export IMAGE_OPT="--bootstrap --developer-mode '
71
'--channel ubuntu-touch/ubuntu-rtm/14.09-proposed"'
74
'image-type': 'touch_custom',
75
'statsd-key': 'ubuntu-ci.daily-image.production',
77
'dashboard-host': 'ci.ubuntu.com',
78
'dashboard-port': '80',
79
'dashboard-user': 'uci-bot',
83
'slave-label': 'daily-mako',
84
'trigger_url': _url('utopic-proposed-customized', 'mako'),
87
'IMAGE_OPT': 'export IMAGE_OPT="--bootstrap --developer-mode '
88
'--channel ubuntu-touch/utopic-proposed-customized"'
94
'utopic': UTOPIC_MATRIX,
95
'vivid': VIVID_MATRIX,