Merge lp:~mabac/launchpad-work-items-tracker/linaro-config-1112 into lp:launchpad-work-items-tracker

Proposed by Mattias Backman
Status: Superseded
Proposed branch: lp:~mabac/launchpad-work-items-tracker/linaro-config-1112
Merge into: lp:launchpad-work-items-tracker
Diff against target: 340 lines (+326/-0)
3 files modified
11.05.cfg.old (+68/-0)
11.11.cfg (+129/-0)
11.12.cfg (+129/-0)
To merge this branch: bzr merge lp:~mabac/launchpad-work-items-tracker/linaro-config-1112
Reviewer Review Type Date Requested Status
David Zinman Pending
Fathi Boudra Pending
Developers of work-items-tracker Pending
Review via email: mp+83285@code.launchpad.net

Description of the change

Hi,

This branch adds a status.linaro.org config for 11.12 which we probably need. Should we look at trunk for all projects now or has that change not happened yet?

Thanks,

Mattias

To post a comment you must log in.
Revision history for this message
Mattias Backman (mabac) wrote :

You can safely ignore this mp; I slipped when selecting the target branch. Sorry about that.

Unmerged revisions

24. By Mattias Backman

Add config for 11.12 cycle.

23. By James Westby

Drop myself from the mails.

22. By Ilias Biris

Added linaro-octo-armhf project for the ARMHF effort in OCTO

21. By Jesse Barker

Add graphics contacts (jesse, ilias) so that james_w doesn't get ping'd everytime there's a syntax error in a graphics working group work items/blueprint.

20. By Jesse Barker

Update s.l.o config to include glproxy project for graphics working group.

Passes muster with pyflakes.

19. By Fathi Boudra

Add LAVA Validation Lab project (lava-lab)

18. By Fathi Boudra

Add LAVA QATracker and LAVA Android Test projects

17. By Mattias Backman

Change linaro-pm-wg to linaro-power-kernel and linaro-pm-qa to linaro-power-qa.

16. By Fathi Boudra

Add linaro-ci to the projects

15. By Fathi Boudra

Add David to Android contacts

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== added file '11.05.cfg.old'
2--- 11.05.cfg.old 1970-01-01 00:00:00 +0000
3+++ 11.05.cfg.old 2011-11-24 13:00:30 +0000
4@@ -0,0 +1,68 @@
5+release = 'natty'
6+
7+# teams: These get imported from Launchpad, and reports can be generated for them
8+teams = {
9+ # lp team # spec name match to show up in roadmap
10+ 'linaro': '',
11+ 'linaro-foundations': '',
12+ 'linaro-infrastructure': '',
13+ 'linaro-validation': '',
14+ 'linaro-kernel-wg': '',
15+ 'linaro-pm-wg': '',
16+ 'linaro-toolchain-wg': '',
17+ 'linaro-graphics-wg': '',
18+ 'linaro-multimedia-wg': '',
19+ 'linaro-android': '',
20+}
21+
22+primary_team="linaro"
23+
24+spec_groups = {
25+ 'linaro': '^tr-([^-]+)',
26+}
27+
28+# contact points for data errors (regexps on spec name pattern)
29+error_contact = {
30+ 'linaro': ['james.westby@canonical.com', 'jamie.bennett@linaro.org', 'steve.langasek@linaro.org'],
31+ '.(?!buntutheproject-server-n-documentation)': ['james.westby@canonical.com'],
32+}
33+
34+# override trend line start; keys are either 'team' or ('team', 'milestoneo');
35+# (team == "all" for global report)
36+trend_start = {
37+ 'linaro': '1100',
38+ 'linaro-foundations': '210',
39+ 'linaro-infrastructure': '46',
40+ 'linaro-kernel-wg': '125',
41+ 'linaro-pm-wg': '90',
42+ 'linaro-toolchain-wg': '260',
43+ 'linaro-graphics-wg': '150',
44+ 'linaro-multimedia-wg': '50',
45+ 'linaro-validation': '50',
46+}
47+
48+recursive_teams = ['linaro']
49+
50+extra_projects = {
51+ 'linaro': '11.05',
52+ 'linaro-multimedia-wg': '11.05',
53+ 'linaro-graphics-misc': '11.05',
54+ # toolchain
55+ 'cortex-strings': '11.05',
56+ 'binutils-linaro': '11.05',
57+ 'gcc-linaro': '11.05',
58+ 'gcc-linaro-tracking': None,
59+ 'gdb-linaro': '11.05',
60+ 'qemu-linaro': '11.05',
61+ 'cbuild': None,
62+ 'linaro-toolchain-misc': '11.05',
63+ 'tcwg-web': None,
64+ 'linux-linaro': '11.05',
65+ 'linaro-pm-wg': '11.05',
66+ 'linaro-infrastructure': None,
67+ # validation
68+ 'lava-dispatcher': 'linaro-11.05',
69+ 'linaro-validation-misc': 'linaro-11.05',
70+ 'linaro-image-tools': None,
71+ 'linaro-android': '11.05',
72+}
73
74=== added file '11.11.cfg'
75--- 11.11.cfg 1970-01-01 00:00:00 +0000
76+++ 11.11.cfg 2011-11-24 13:00:30 +0000
77@@ -0,0 +1,129 @@
78+#######################################################
79+# Be careful not to break the syntax of this file, or #
80+# refer to a team/project/series that doesn't exist, #
81+# as it will stop status.linaro.org from updating. #
82+# #
83+# You can test if your changes break the syntax with #
84+# pyflakes <file> #
85+#######################################################
86+
87+
88+##################
89+# Teams to track #
90+##################
91+teams = {
92+ # lp team # spec name match to show up in roadmap
93+ 'linaro': '',
94+ 'linaro-foundations': '',
95+ 'linaro-infrastructure': '',
96+ 'linaro-validation': '',
97+ 'linaro-kernel-wg': '',
98+ 'linaro-pm-wg': '',
99+ 'linaro-toolchain-wg': '',
100+ 'linaro-graphics-wg': '',
101+ 'linaro-multimedia-wg': '',
102+ 'linaro-android': '',
103+}
104+
105+# The primary team to show at the top level
106+primary_team="linaro"
107+# any teams to recurse into
108+recursive_teams = ['linaro']
109+
110+################
111+# Error emails #
112+################
113+# contact points for data errors (regexps on spec name pattern)
114+error_contact = {
115+ 'linaro.*graphics': ['jesse.barker@linaro.org', 'ilias.biris@linaro.org'],
116+ 'linaro.*toolchain': ['michael.hope@linaro.org', 'mounir.bsaibes@linaro.org'],
117+ 'linaro.*kernel': ['deepak.saxena@linaro.org', 'mounir.bsaibes@linaro.org'],
118+ 'linaro.*power': ['amit.kucheria@linaro.org', 'mounir.bsaibes@linaro.org'],
119+ 'linaro.*octo': ['loic.minier@linaro.org', 'ilias.biris@linaro.org'],
120+ 'linaro.*android': ['zach.pfeffer@linaro.org', 'david.zinman@linaro.org', 'fathi.boudra@linaro.org', 'tony.mansson@linaro.org'],
121+ 'linaro.*platforms': ['danilo.segan@linaro.org', 'paul.larson@linaro.org', 'ricardo.salveti@linaro.org', 'fathi.boudra@linaro.org', 'david.zinman@linaro.org'],
122+}
123+
124+###############
125+# Trend lines #
126+###############
127+# override trend line start; keys are either 'team' or ('team', 'milestone');
128+# (team == "all" for global report)
129+trend_start = {
130+ 'linaro': '1200',
131+ 'linaro-infrastructure': '80',
132+}
133+
134+####################################
135+# Add extra projects to track here #
136+####################################
137+extra_projects = {
138+ # project # series to look at, None for all series
139+ 'linaro': '11.11',
140+# multimedia
141+ 'linaro-multimedia-project': '2011.11',
142+ 'libjpeg-turbo': '1.2',
143+ 'smartt': 'trunk',
144+# graphics
145+ 'linaro-graphics-misc': '2011.11',
146+ 'linaro-mm-sig': '2011.11',
147+ 'unity-gles': '2011.11',
148+ 'glcompbench': '2011.11',
149+ 'glmark2': '2011.11',
150+ 'glproxy': 'trunk',
151+ 'libmatrix': 'trunk',
152+# toolchain
153+ 'cortex-strings': 'trunk',
154+ 'binutils-linaro': 'trunk',
155+ 'gcc-linaro': '4.6',
156+ #'gcc-linaro-tracking': None,
157+ 'gdb-linaro': '7.3',
158+ 'qemu-linaro': 'trunk',
159+ 'cbuild': '11.11',
160+ 'linaro-toolchain-misc': 'trunk',
161+ 'linaro-toolchain-benchmarks': 'trunk',
162+ #'tcwg-web': None,
163+# kernel
164+ 'linux-linaro': '11.11',
165+ 'u-boot-linaro': '11.11',
166+# power management
167+ 'linaro-power-kernel': '2011',
168+ 'linaro-power-qa': '2011',
169+ 'linaro-powerdebug': 2011,
170+ 'linaro-powertop': 2011,
171+# dev platform
172+ 'linaro-ubuntu': '11.11',
173+# android
174+ 'linaro-android': '11.11',
175+# infrastructure
176+ #'linaro-infrastructure': None,
177+ 'linaro-ci': 'engineering',
178+ 'linaro-image-tools': '11.11',
179+ 'svammel': 'trunk',
180+# validation
181+ 'lava-android-test': 'linaro-11.11',
182+ 'lava-dashboard': 'linaro-11.11',
183+ 'lava-dashboard-tool': 'linaro-11.11',
184+ 'lava-dispatcher': 'linaro-11.11',
185+ 'lava-lab': 'linaro-11.11',
186+ 'lava-qatracker': 'linaro-11.11',
187+ 'lava-scheduler-tool': 'linaro-11.11',
188+ 'lava-scheduler': 'linaro-11.11',
189+ 'lava-server': 'linaro-11.11',
190+ 'lava-test': 'linaro-11.11',
191+ 'lava-tool': 'linaro-11.11',
192+ 'linaro-django-xmlrpc': 'linaro-11.11',
193+ 'linaro-python-dashboard-bundle': 'linaro-11.11',
194+ 'linaro-validation-misc': 'linaro-11.11',
195+# octo
196+ 'linaro-octo-armhf': 'trunk',
197+}
198+
199+# Ubuntu release to track
200+release = 'oneiric'
201+
202+# Mapping from project to TR regex.
203+# Group in regex is to pull out the "area" that the TR is in
204+spec_groups = {
205+ 'linaro': '^tr-([^-]+)',
206+}
207
208=== added file '11.12.cfg'
209--- 11.12.cfg 1970-01-01 00:00:00 +0000
210+++ 11.12.cfg 2011-11-24 13:00:30 +0000
211@@ -0,0 +1,129 @@
212+#######################################################
213+# Be careful not to break the syntax of this file, or #
214+# refer to a team/project/series that doesn't exist, #
215+# as it will stop status.linaro.org from updating. #
216+# #
217+# You can test if your changes break the syntax with #
218+# pyflakes <file> #
219+#######################################################
220+
221+
222+##################
223+# Teams to track #
224+##################
225+teams = {
226+ # lp team # spec name match to show up in roadmap
227+ 'linaro': '',
228+ 'linaro-foundations': '',
229+ 'linaro-infrastructure': '',
230+ 'linaro-validation': '',
231+ 'linaro-kernel-wg': '',
232+ 'linaro-pm-wg': '',
233+ 'linaro-toolchain-wg': '',
234+ 'linaro-graphics-wg': '',
235+ 'linaro-multimedia-wg': '',
236+ 'linaro-android': '',
237+}
238+
239+# The primary team to show at the top level
240+primary_team="linaro"
241+# any teams to recurse into
242+recursive_teams = ['linaro']
243+
244+################
245+# Error emails #
246+################
247+# contact points for data errors (regexps on spec name pattern)
248+error_contact = {
249+ 'linaro.*graphics': ['jesse.barker@linaro.org', 'ilias.biris@linaro.org'],
250+ 'linaro.*toolchain': ['michael.hope@linaro.org', 'mounir.bsaibes@linaro.org'],
251+ 'linaro.*kernel': ['deepak.saxena@linaro.org', 'mounir.bsaibes@linaro.org'],
252+ 'linaro.*power': ['amit.kucheria@linaro.org', 'mounir.bsaibes@linaro.org'],
253+ 'linaro.*octo': ['loic.minier@linaro.org', 'ilias.biris@linaro.org'],
254+ 'linaro.*android': ['zach.pfeffer@linaro.org', 'david.zinman@linaro.org', 'fathi.boudra@linaro.org', 'tony.mansson@linaro.org'],
255+ 'linaro.*platforms': ['danilo.segan@linaro.org', 'paul.larson@linaro.org', 'ricardo.salveti@linaro.org', 'fathi.boudra@linaro.org', 'david.zinman@linaro.org'],
256+}
257+
258+###############
259+# Trend lines #
260+###############
261+# override trend line start; keys are either 'team' or ('team', 'milestone');
262+# (team == "all" for global report)
263+trend_start = {
264+ 'linaro': '1200',
265+ 'linaro-infrastructure': '80',
266+}
267+
268+####################################
269+# Add extra projects to track here #
270+####################################
271+extra_projects = {
272+ # project # series to look at, None for all series
273+ 'linaro': '11.12',
274+# multimedia
275+ 'linaro-multimedia-project': '2011.12',
276+ 'libjpeg-turbo': '1.2',
277+ 'smartt': 'trunk',
278+# graphics
279+ 'linaro-graphics-misc': '2011.12',
280+ 'linaro-mm-sig': '2011.12',
281+ 'unity-gles': '2011.12',
282+ 'glcompbench': '2011.12',
283+ 'glmark2': '2011.12',
284+ 'glproxy': 'trunk',
285+ 'libmatrix': 'trunk',
286+# toolchain
287+ 'cortex-strings': 'trunk',
288+ 'binutils-linaro': 'trunk',
289+ 'gcc-linaro': '4.6',
290+ #'gcc-linaro-tracking': None,
291+ 'gdb-linaro': '7.3',
292+ 'qemu-linaro': 'trunk',
293+ 'cbuild': '11.12',
294+ 'linaro-toolchain-misc': 'trunk',
295+ 'linaro-toolchain-benchmarks': 'trunk',
296+ #'tcwg-web': None,
297+# kernel
298+ 'linux-linaro': '11.12',
299+ 'u-boot-linaro': '11.12',
300+# power management
301+ 'linaro-power-kernel': '2011',
302+ 'linaro-power-qa': '2011',
303+ 'linaro-powerdebug': 2011,
304+ 'linaro-powertop': 2011,
305+# dev platform
306+ 'linaro-ubuntu': '11.12',
307+# android
308+ 'linaro-android': '11.12',
309+# infrastructure
310+ #'linaro-infrastructure': None,
311+ 'linaro-ci': 'engineering',
312+ 'linaro-image-tools': '11.12',
313+ 'svammel': 'trunk',
314+# validation
315+ 'lava-android-test': 'linaro-11.12',
316+ 'lava-dashboard': 'linaro-11.12',
317+ 'lava-dashboard-tool': 'linaro-11.12',
318+ 'lava-dispatcher': 'linaro-11.12',
319+ 'lava-lab': 'linaro-11.12',
320+ 'lava-qatracker': 'linaro-11.12',
321+ 'lava-scheduler-tool': 'linaro-11.12',
322+ 'lava-scheduler': 'linaro-11.12',
323+ 'lava-server': 'linaro-11.12',
324+ 'lava-test': 'linaro-11.12',
325+ 'lava-tool': 'linaro-11.12',
326+ 'linaro-django-xmlrpc': 'linaro-11.12',
327+ 'linaro-python-dashboard-bundle': 'linaro-11.12',
328+ 'linaro-validation-misc': 'linaro-11.12',
329+# octo
330+ 'linaro-octo-armhf': 'trunk',
331+}
332+
333+# Ubuntu release to track
334+release = 'oneiric'
335+
336+# Mapping from project to TR regex.
337+# Group in regex is to pull out the "area" that the TR is in
338+spec_groups = {
339+ 'linaro': '^tr-([^-]+)',
340+}

Subscribers

People subscribed via source and target branches

to all changes: