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_custom_demo',
15
'dashboard-host': 'ci.ubuntu.com',
16
'dashboard-port': '80',
17
'dashboard-user': 'doanac',
21
'slave-label': 'daily-mako',
22
'trigger_url': _url('trusty-proposed-customized-demo', 'mako'),
25
'IMAGE_OPT': 'export IMAGE_OPT="ubuntu-system -b '
26
'--channel ubuntu-touch/trusty-proposed-customized-demo"'
31
'trusty': TRUSTY_MATRIX,