~doanac/ubuntu-test-cases/statsd

« back to all changes in this revision

Viewing changes to jenkins/setup_jenkins.py

  • Committer: Andy Doan
  • Date: 2013-10-29 20:19:05 UTC
  • mfrom: (90.1.7 statsd)
  • Revision ID: andy.doan@canonical.com-20131029201905-cxm2zg2r4e8cq5x4
add statsd support for test-execution-service

Show diffs side-by-side

added added

removed removed

Lines of Context:
121
121
            'trigger_url': device['trigger_url'],
122
122
            'imagetype': config_item['image-type'],
123
123
            'image_opt': config_item.get('IMAGE_OPT', ''),
 
124
            'statsd_key': config_item.get('statsd-key', ''),
124
125
        }
125
126
        # a hack so we can use _get_job_name
126
127
        test = testconfig.Test('', fmt='{prefix}{series}-{imagetype}-{type}')