← Back to team overview

linaro-pm-wg team mailing list archive

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

 

Mattias Backman has proposed merging lp:~mabac/launchpad-work-items-tracker/linaro-config-1112 into lp:~linaro/launchpad-work-items-tracker/linaro-config.

Requested reviews:
  Linaro Infrastructure (linaro-infrastructure)
  Fathi Boudra (fboudra)
  David Zinman (dzinman)

For more details, see:
https://code.launchpad.net/~mabac/launchpad-work-items-tracker/linaro-config-1112/+merge/83286

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
-- 
https://code.launchpad.net/~mabac/launchpad-work-items-tracker/linaro-config-1112/+merge/83286
Your team Linaro is subscribed to branch lp:~linaro/launchpad-work-items-tracker/linaro-config.
=== added file '11.12.cfg'
--- 11.12.cfg	1970-01-01 00:00:00 +0000
+++ 11.12.cfg	2011-11-24 13:01:36 +0000
@@ -0,0 +1,129 @@
+#######################################################
+# Be careful not to break the syntax of this file, or #
+# refer to a team/project/series that doesn't exist,  #
+# as it will stop status.linaro.org from updating.    #
+#                                                     #
+# You can test if your changes break the syntax with  #
+#  pyflakes <file>                                    #
+#######################################################
+
+
+##################
+# Teams to track #
+##################
+teams = {
+    # lp team                   # spec name match to show up in roadmap
+    'linaro':                   '',
+    'linaro-foundations':       '',
+    'linaro-infrastructure':    '',
+    'linaro-validation':        '',
+    'linaro-kernel-wg':         '',
+    'linaro-pm-wg':             '',
+    'linaro-toolchain-wg':      '',
+    'linaro-graphics-wg':       '',
+    'linaro-multimedia-wg':     '',
+    'linaro-android':           '',
+}
+
+# The primary team to show at the top level
+primary_team="linaro"
+# any teams to recurse into
+recursive_teams = ['linaro']
+
+################
+# Error emails #
+################
+# contact points for data errors (regexps on spec name pattern)
+error_contact = {
+    'linaro.*graphics': ['jesse.barker@xxxxxxxxxx', 'ilias.biris@xxxxxxxxxx'],
+    'linaro.*toolchain': ['michael.hope@xxxxxxxxxx', 'mounir.bsaibes@xxxxxxxxxx'],
+    'linaro.*kernel': ['deepak.saxena@xxxxxxxxxx', 'mounir.bsaibes@xxxxxxxxxx'],
+    'linaro.*power': ['amit.kucheria@xxxxxxxxxx', 'mounir.bsaibes@xxxxxxxxxx'],
+    'linaro.*octo': ['loic.minier@xxxxxxxxxx', 'ilias.biris@xxxxxxxxxx'],
+    'linaro.*android': ['zach.pfeffer@xxxxxxxxxx', 'david.zinman@xxxxxxxxxx', 'fathi.boudra@xxxxxxxxxx', 'tony.mansson@xxxxxxxxxx'],
+    'linaro.*platforms': ['danilo.segan@xxxxxxxxxx', 'paul.larson@xxxxxxxxxx', 'ricardo.salveti@xxxxxxxxxx', 'fathi.boudra@xxxxxxxxxx', 'david.zinman@xxxxxxxxxx'],
+}
+
+###############
+# Trend lines #
+###############
+# override trend line start; keys are either 'team' or ('team', 'milestone');
+# (team == "all" for global report)
+trend_start = {
+    'linaro': '1200',
+    'linaro-infrastructure': '80',
+}
+
+####################################
+# Add extra projects to track here #
+####################################
+extra_projects = {
+    # project      # series to look at, None for all series
+    'linaro': '11.12',
+# multimedia
+    'linaro-multimedia-project': '2011.12',
+    'libjpeg-turbo': '1.2',
+    'smartt': 'trunk',
+# graphics
+    'linaro-graphics-misc': '2011.12',
+    'linaro-mm-sig': '2011.12',
+    'unity-gles': '2011.12',
+    'glcompbench': '2011.12',
+    'glmark2': '2011.12',
+    'glproxy': 'trunk',
+    'libmatrix': 'trunk',
+# toolchain
+    'cortex-strings': 'trunk',
+    'binutils-linaro': 'trunk',
+    'gcc-linaro': '4.6',
+    #'gcc-linaro-tracking': None,
+    'gdb-linaro': '7.3',
+    'qemu-linaro': 'trunk',
+    'cbuild': '11.12',
+    'linaro-toolchain-misc': 'trunk',
+    'linaro-toolchain-benchmarks': 'trunk',
+    #'tcwg-web': None,
+# kernel
+    'linux-linaro': '11.12',
+    'u-boot-linaro': '11.12',
+# power management
+    'linaro-power-kernel': '2011',
+    'linaro-power-qa': '2011',
+    'linaro-powerdebug': 2011,
+    'linaro-powertop': 2011,
+# dev platform
+    'linaro-ubuntu': '11.12',
+# android
+    'linaro-android': '11.12',
+# infrastructure
+    #'linaro-infrastructure': None,
+    'linaro-ci': 'engineering',
+    'linaro-image-tools': '11.12',
+    'svammel': 'trunk',
+# validation
+    'lava-android-test': 'linaro-11.12',
+    'lava-dashboard': 'linaro-11.12',
+    'lava-dashboard-tool': 'linaro-11.12',
+    'lava-dispatcher': 'linaro-11.12',
+    'lava-lab': 'linaro-11.12',
+    'lava-qatracker': 'linaro-11.12',
+    'lava-scheduler-tool': 'linaro-11.12',
+    'lava-scheduler': 'linaro-11.12',
+    'lava-server': 'linaro-11.12',
+    'lava-test': 'linaro-11.12',
+    'lava-tool': 'linaro-11.12',
+    'linaro-django-xmlrpc': 'linaro-11.12',
+    'linaro-python-dashboard-bundle': 'linaro-11.12',
+    'linaro-validation-misc': 'linaro-11.12',
+# octo
+    'linaro-octo-armhf': 'trunk',
+}
+
+# Ubuntu release to track
+release = 'oneiric'
+
+# Mapping from project to TR regex.
+# Group in regex is to pull out the "area" that the TR is in
+spec_groups = {
+    'linaro': '^tr-([^-]+)',
+}


Follow ups