diff --git a/dashboards/nova-centralize-config-options.dash b/dashboards/nova-centralize-config-options.dash deleted file mode 100644 index b80f8c7..0000000 --- a/dashboards/nova-centralize-config-options.dash +++ /dev/null @@ -1,23 +0,0 @@ -[dashboard] -title = Nova Centralize Config Options -description = Reviews working on centralizing config options -foreach = ((project:openstack/nova OR - project:openstack/python-novaclient) - branch:master status:open NOT owner:self - NOT label:Workflow<=-1 - label:Verified>=1,jenkins - topic:bp/centralize-config-options-ocata - NOT reviewedby:self) - -[section "You are a reviewer, but haven't voted in the current revision"] -query = reviewer:self NOT reviewedby:self label:Verified>=1,jenkins - -[section "Needs final +2"] -query = label:Code-Review>=2 NOT reviewedby:self label:Verified>=1,jenkins - -[section "Not blocked by -2s"] -query = NOT label:Code-Review<=-2 NOT label:Code-Review>=2 NOT reviewedby:self label:Verified>=1,jenkins - -[section "Dead (blocked by a -2)"] -query = label:Code-Review<=-2 - diff --git a/dashboards/nova-kilo-priorities.dash b/dashboards/nova-kilo-priorities.dash deleted file mode 100644 index 16570b3..0000000 --- a/dashboards/nova-kilo-priorities.dash +++ /dev/null @@ -1,35 +0,0 @@ -[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 reviewedby: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)