1
# The configuration matrix of our production device testing
3
JENKINS = 'http://10.97.9.20:8080'
1
# The configuration matrix of our staging device testing
5
if not os.environ.get('MEGA', False):
6
raise RuntimeError('staging server only supports MEGA jobs')
8
JENKINS = 'http://jenkins-dev-image-test:8080/'
8
13
'node-label': 'ashes',
15
{'name': 'mako-06 || mako-07 || mako-08'},