~wi-tracker-configurators/launchpad-work-items-tracker/ubuntu-config

« back to all changes in this revision

Viewing changes to config/ubuntu-x.cfg

  • Committer: Chris Johnston
  • Date: 2015-11-10 15:59:06 UTC
  • Revision ID: chrisjohnston@ubuntu.com-20151110155906-b861251xbhax2svp
Enable Xenial, disable Wily

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
release = 'xenial'
 
2
theme = 'ubuntu'
 
3
 
 
4
# teams: These get imported from Launchpad, and reports can be generated for them
 
5
teams = {
 
6
    # lp team                   # spec name match to show up in roadmap
 
7
    'canonical-applications-team':      '',
 
8
    'canonical-community':             'community',
 
9
    'canonical-desktop-team':          'desktop',
 
10
    'canonical-foundations':           'foundations',
 
11
    'canonical-hwe-team':              'hwe',
 
12
    'canonical-kernel-team':           'kernel',
 
13
    'canonical-kernel-distro-team':    'kernel',
 
14
    'canonical-platform-qa':           'qa',
 
15
    'canonical-phonedations-team':      '',
 
16
    'canonical-sdk-team':               '',
 
17
    'canonical-server':                'server',
 
18
    'canonical-security':              'security',
 
19
    'canonical-ux':                    'ux',
 
20
    'ubuntu-release':                  '',
 
21
    'ubuntu-server':                   '',
 
22
    'ubuntuone-team':                  'ubuntu-one',
 
23
    'ubuntu-dev':                      '',
 
24
    'unity-design-team':               '',
 
25
    'edubuntu-dev':                    'edubuntu',
 
26
    'kubuntu-dev':                     'kubuntu',
 
27
    'xubuntu-team':                    'xubuntu',
 
28
    'ubuntustudio-dev':                'ubuntustudio',
 
29
    'lubuntu-dev':                     'lubuntu',
 
30
    'ubuntu-community-contributors':   '',
 
31
    'canonical-consumer-applications': 'consumer-applications',
 
32
    'unity-maintainers-team':          '',
 
33
    'unity-team':                      '',
 
34
    'unity-ui-team':                   '',
 
35
    'mir-team':                        '',
 
36
    'canonical-ci-engineering':        '',
 
37
}
 
38
 
 
39
spec_groups = {
 
40
    'xenial': '^topic-x-([^-]+)',
 
41
}
 
42
 
 
43
# contact points for data errors (regexps on spec name pattern)
 
44
error_contact = {
 
45
    'desktop-x': ['seb128@canonical.com'],
 
46
    'kubuntu-': ['ubuntu@kitterman.com', 'jriddell@ubuntu.com'],
 
47
    'servercloud-x': ['antonio.rosales@canonical.com'],
 
48
    'foundations-(x)-': ['steve.langasek@canonical.com', 'colin.watson@canonical.com'],
 
49
    'kernel-x-': ['leann.ogasawara@canonical.com', 'apw@canonical.com'],
 
50
    'core-': ['steve.langasek@canonical.com', 'colin.watson@canonical.com', 'leann.ogasawara@canonical.com', 'apw@canonical.com'],
 
51
    '(hardware|hwe)-x-': ['vanhoof@canonical.com'],
 
52
    '-qa-': ['gema.gomez-solano@canonical.com'],
 
53
    'community-': ['daniel.holbach@canonical.com', 'jono@ubuntu.com'],
 
54
    'security-': ['jamie@canonical.com','marc.deslauriers@canonical.com'],
 
55
    'ubuntu-one': ['john.lenton@canonical.com'],
 
56
    '.' : ['chrisjohnston@ubuntu.com', 'kate.stewart@ubuntu.com', 'james.westby@canonical.com'],
 
57
    'edubuntu': ['stgraber@edubuntu.org'],
 
58
    'lubuntu': ['gilir@ubuntu.com'],
 
59
    'xubuntu': ['pasi@shimmerproject.org'],
 
60
    'consumer-applications': ['dpitkin@canonical.com'],
 
61
    'unity-': ['kevin.gunn@canonical.com'],
 
62
    'mir-': ['kevin.gunn@canonical.com'],
 
63
}
 
64
 
 
65
# override trend line start; keys are either 'team' or ('team', 'milestone');
 
66
# (team == "all" for global report)
 
67
trend_start = {
 
68
}
 
69
 
 
70
#recursive_teams = ['ubuntuone-team']
 
71
 
 
72
burnup_chart_teams = [
 
73
    'clint-fewbar',
 
74
    'james-page',
 
75
    'davewalker',
 
76
    'kirkland',
 
77
    'mathiaz',
 
78
    'serge-hallyn',
 
79
    'smoser',
 
80
    'ttx',
 
81
    'zulcss',
 
82
]
 
83
 
 
84
extra_projects = {
 
85
}