Include 'Low' blueprints in release status board

In the Icehouse cycle we used "Low" priority to fly below release
radar, so we excluded 'Low' priority blueprints from the release
status board, unless it was 'Implemented'.

Starting with Juno and with most projects now using the targeted
milestone list as a communication tool, any targeted blueprint
(as long as it's prioritized) should show up on the release status
board.

Change-Id: Ideff54642f89f1decbc49a14bc44604cf5bdd35d
This commit is contained in:
Thierry Carrez 2014-06-11 16:06:37 +02:00
parent eab645d1cc
commit 739e7f18b9
2 changed files with 1 additions and 9 deletions

View File

@ -231,7 +231,7 @@ if __name__ == '__main__':
pastbps.add(bp)
else:
if (bp.implementation_status == 'Implemented' or
bp.priority not in ('Undefined', 'Low')):
bp.priority not in ('Undefined', 'Not')):
activebps.add(bp)
print template.render(series=config['series'],

View File

@ -73,14 +73,6 @@
</b>
</li>
</ol>
<ol class="breadcrumbs">
<li>
Note
</li>
<li>
We only track active blueprints where priority is Medium, High or Essential (release radar)
</li>
</ol>
<ol class="breadcrumbs">
<li>
Key