Add nova-kilo-priorities dashboard

Hand-crafted from
https://etherpad.openstack.org/p/kilo-nova-priorities-tracking .

Excludes nova-network-migration as that was annotated "refocused to L
release".

Now hides reviews with -1, without Jenkins +1 etc.

Change-Id: I32a90c4a6ad977d2bb45888e434723de2f493f65
This commit is contained in:
Alexis Lee 2015-03-05 15:20:49 +00:00 committed by Sean Dague
parent db5ce2dc15
commit e101a62ddc
1 changed files with 35 additions and 0 deletions

View File

@ -0,0 +1,35 @@
[dashboard]
title = Nova Kilo Priorities
description = Priority reviews for the Kilo release of Nova
foreach = ((project:openstack/nova OR
project:openstack/python-novaclient)
branch:master status:open NOT owner:self
NOT label:Workflow<=-1
label:Verified>=1,jenkins
NOT label:Code-Review>=-2,self)
[section "Kilo objects"]
query = (topic:bp/kilo-objects)
[section "Cells V2"]
query = (topic:bp/cells-v2-mapping OR
topic:bp/cells-instance-mapping)
[section "Scheduler"]
query = (topic:bp/make-resource-tracker-use-objects OR
topic:bp/numa-objects-version OR
topic:bp/detach-service-from-computenode OR
topic:bp/resource-objects OR
topic:bp/isolate-scheduler-db)
[section "v2 on v3"]
query = (topic:bp/v2-on-v3-api)
[section "EC2 splitout"]
query = (topic:bp/ec2-api)
[section "Functional Testing"]
query = (topic:bp/functional-tests-for-nova)
[section "Online upgrade"]
query = (topic:bp/online-schema-changes)