Add Cinder review dashboard

Some basic review categories for Cinder. There is actually an issue right
now with the way this (and other dashboards) are querying bug fixes that
appears to have been introduced with the last gerrit upgrade. Even though
these do not return and matches right now, including them here as a
breadcrumb to investigate later, or in case someone else does and fixes
it for all the dashboards.

Change-Id: If8ecefb1e5841decdcb1bcb046cb054bd9ed9175
This commit is contained in:
Sean McGinnis 2017-10-12 14:10:28 -05:00
parent 2487dcec99
commit e9da88036a
1 changed files with 37 additions and 0 deletions

37
dashboards/cinder.dash Normal file
View File

@ -0,0 +1,37 @@
[dashboard]
title = Cinder Review Dashboard
description = Cinder review requests
foreach = (project:openstack/cinder OR
project:openstack/python-cinderclient OR
project:openstack/os-brick OR
project:openstack/cinder-specs) status:open
[section "Cinder Specs"]
query = project:openstack/cinder-specs
[section "Needs Final +2"]
query = label:Code-Review>=2 NOT label:Code-Review<=-2 NOT reviewedby:self
[section "Small Patches"]
query = NOT label:Code-Review<=-1,cinder-core delta:<=10
[section "Bug Fixes without Negative Feedback"]
query = NOT label:Workflow>=1 NOT label:Workflow<=-1 NOT owner:self limit:50 branch:master topic:^bug.* NOT reviewedby:self
[section "Blueprints without Negative Feedback"]
query = NOT label:Workflow>=1 NOT label:Workflow<=-1 label:Verified>=1 NOT owner:self NOT label:Code-Review<=-1 NOT label:Code-Review>=2 limit:50 branch:master topic:^bp.* NOT reviewedby:self
[section "Without Negative Feedback"]
query = NOT label:Workflow>=1 NOT label:Workflow<=-1 label:Verified>=1 NOT owner:self NOT label:Code-Review<=-1 NOT label:Code-Review>=2 limit:50 branch:master NOT topic:^bug.* NOT topic:^bp.* NOT reviewedby:self
[section "5 Days Without Feedback"]
query = NOT label:Code-Review<=-1 NOT label:Code-Review>=1 NOT is:reviewed age:5d
[section "Own Patches"]
query = owner:self
[section "Patches I -2'd"]
query = label:Code-Review<=-2,self
[section "Stable Branches"]
query = branch:^stable/.* NOT reviewedby:self