Add CloudKitty review dashboard
Change-Id: Ifd1e95c0786ed9573791587262952e22c97449be
This commit is contained in:
parent
d11d1b0ae7
commit
d907fcf056
25
dashboards/cloudkitty.dash
Normal file
25
dashboards/cloudkitty.dash
Normal file
@ -0,0 +1,25 @@
|
||||
[dashboard]
|
||||
title = CloudKitty Review Dashboard
|
||||
description = Summary of CloudKitty Patches to Review
|
||||
foreach = (project:openstack/cloudkitty OR project:openstack/cloudkitty-dashboard OR project:openstack/cloudkitty-specs OR project:openstack/cloudkitty-tempest-plugin OR project:openstack/python-cloudkittyclient) status:open NOT label:Code-Review<=-2
|
||||
|
||||
[section "My Patches Requiring Attention"]
|
||||
query = owner:self (label:Verified-1,zuul OR label:Code-Review-1 OR label:Workflow<=-1)
|
||||
|
||||
[section "Small things (<25 LOC, limit 10)"]
|
||||
query = delta:<=25 limit:10 (NOT label:Code-Review-1,cloudkitty-core) label:Verified>=1,zuul branch:master
|
||||
|
||||
[section "Needs Reverify"]
|
||||
query = label:Workflow>=1 NOT label:Workflow<=-1 label:Verified<=-1,zuul
|
||||
|
||||
[section "Needs Final Approval (to land on master)"]
|
||||
query = NOT label:Workflow>=1 NOT label:Workflow<=-1 NOT owner:self label:Code-Review>=2 label:Verified>=1,zuul (NOT label:Code-Review-1,cloudkitty-core) branch:master
|
||||
|
||||
[section "Newer (<1wk) Open Patches (limit 25)"]
|
||||
query = -age:1week limit:25 branch:master NOT label:Workflow>=1 (NOT label:Code-Review-1,cloudkitty-core) label:Verified>=1,zuul NOT label:Code-Review>=2
|
||||
|
||||
[section "Older (>1wk) Open Patches Passing Zuul Tests (limit 50)"]
|
||||
query = age:1week limit:50 NOT label:Workflow>=1 NOT label:Code-Review<=-1 NOT label:Code-Review>=1 label:Verified>=1,zuul (NOT label:Code-Review-1,cloudkitty-core)
|
||||
|
||||
[section "Open Stable Backports"]
|
||||
query = branch:^stable/.* status:open
|
Loading…
Reference in New Issue
Block a user