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

« back to all changes in this revision

Viewing changes to jenkins/production-krillin.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:
21
21
        'IMAGE_OPT': 'export IMAGE_OPT="--bootstrap --developer-mode '
22
22
            '--channel=ubuntu-touch/ubuntu-rtm/14.09-proposed"'
23
23
    },
 
24
]
 
25
 
 
26
VIVID_MATRIX = [
24
27
    {
25
28
        'image-type': 'touch',
26
29
        'statsd-key': 'ubuntu-ci.daily-image.staging',
32
35
            {
33
36
                'name': 'krillin',
34
37
                'slave-label': 'krillin',
35
 
                'trigger_url': 'http://system-image.ubuntu.com/ubuntu-touch/utopic-proposed/krillin/index.json',
 
38
                'trigger_url': 'http://system-image.ubuntu.com/ubuntu-touch/devel-proposed/krillin/index.json',
36
39
                'num-workers': 4,
37
40
            }
38
41
        ],
41
44
 
42
45
MATRIX = {
43
46
    'utopic': UTOPIC_MATRIX,
 
47
    'vivid': VIVID_MATRIX,
44
48
}