Add all Ironic projects to dashboard

In Ironic we've been busy creating new subprojects, but we haven't
been updating the review dashboard to follow.  This change adds in
the new projects, and adds a new section for submitted but unreviewed
patches.

Change-Id: I01cdaf05466a258b3e25d4f1a68f2936b93d276c
This commit is contained in:
Michael Davies 2015-09-22 23:21:42 +00:00
parent 82de828361
commit 1e2b826aa4
1 changed files with 7 additions and 4 deletions

View File

@ -1,7 +1,7 @@
[dashboard]
title = Ironic Inbox
description = Ironic Review Inbox
foreach = (project:openstack/ironic OR project:openstack/python-ironicclient OR project:openstack/ironic-python-agent OR project:openstack/ironic-specs) status:open NOT label:Code-Review<=-2
foreach = (project:openstack/ironic OR project:openstack/python-ironicclient OR project:openstack/ironic-python-agent OR project:openstack/ironic-specs OR project:openstack/ironic-lib OR project:openstack/ironic-inspector OR project:openstack/ironic-webclient OR project:openstack/bifrost) status:open NOT label:Code-Review<=-2
[section "My Patches Requiring Attention"]
query = owner:self (label:Verified-1,jenkins OR label:Code-Review-1 OR label:Workflow<=-1)
@ -18,11 +18,14 @@ query = label:Workflow>=1 NOT label:Workflow<=-1 label:Verified<=-1,jenkins
[section "5 Days Without Feedback"]
query = NOT label:Workflow>=1 NOT label:Workflow<=-1 label:Verified>=1,jenkins NOT owner:self NOT project:openstack/ironic-specs NOT label:Code-Review<=2 age:5d
[section "No Negative Feedback"]
[section "No Negative Feedback (top 50)"]
query = NOT label:Workflow>=1 NOT label:Workflow<=-1 label:Verified>=1,jenkins NOT owner:self NOT project:openstack/ironic-specs NOT label:Code-Review<=-1 NOT label:Code-Review>=2 limit:50
[section "With Negative Feedback"]
[section "With Negative Feedback (top 20)"]
query = NOT label:Workflow<=-1 NOT label:Verified<=-1,jenkins NOT owner:self NOT project:openstack/ironic-specs label:Code-Review-1 limit:20
[section "Work In Progress Or Unverified"]
[section "Unreviewed, not WIP (top 20)"]
query = NOT label:Code-Review<=2 NOT label:Workflow<=-1 NOT project:openstack/ironic-specs limit:20
[section "Work In Progress Or Unverified (top 20)"]
query = NOT label:Workflow>=1 NOT owner:self (label:Workflow<=-1 OR label:Verified<=-1,jenkins) limit:20