From e101a62ddc62ca209197118cf60d6a9c20664cd8 Mon Sep 17 00:00:00 2001 From: Alexis Lee Date: Thu, 5 Mar 2015 15:20:49 +0000 Subject: [PATCH] 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 --- dashboards/nova-kilo-priorities.dash | 35 ++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 dashboards/nova-kilo-priorities.dash diff --git a/dashboards/nova-kilo-priorities.dash b/dashboards/nova-kilo-priorities.dash new file mode 100644 index 0000000..c8366d0 --- /dev/null +++ b/dashboards/nova-kilo-priorities.dash @@ -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)