~pwlars/ubuntu-test-cases/krillin-recovery

« back to all changes in this revision

Viewing changes to jenkins/production.py

  • Committer: Paul Larson
  • Date: 2014-10-31 03:04:55 UTC
  • Revision ID: paul.larson@canonical.com-20141031030455-12euilmxkqb3g0b1
Convert the devel-proposed jobs to run as vivid

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
           % (channel, device)
9
9
 
10
10
 
11
 
UTOPIC_MATRIX = [
 
11
VIVID_MATRIX = [
12
12
    {
13
13
        'image-type': 'touch',
14
14
        'statsd-key': 'ubuntu-ci.daily-image.production',
37
37
            },
38
38
        ],
39
39
    },
 
40
]
 
41
 
 
42
UTOPIC_MATRIX = [
40
43
    {
41
44
        'image-type': 'touch_stable',
42
45
        'statsd-key': 'ubuntu-ci.daily-image.production',
89
92
 
90
93
MATRIX = {
91
94
    'utopic': UTOPIC_MATRIX,
 
95
    'vivid': VIVID_MATRIX,
92
96
}