Add Blazar review dashboard
Change-Id: I70e6213cb6bc3853a32d6df8e7742bd1cde43c37
This commit is contained in:
parent
bf2c6927ce
commit
01c737aa7f
34
dashboards/blazar.dash
Normal file
34
dashboards/blazar.dash
Normal file
@ -0,0 +1,34 @@
|
||||
[dashboard]
|
||||
title = Blazar Review Dashboard
|
||||
description = Summary of Blazar patches to review
|
||||
foreach = (project:openstack/blazar OR project:openstack/blazar-dashboard OR project:openstack/blazar-nova OR project:openstack/blazar-specs OR project:openstack/blazar-tempest-plugin OR project:openstack/python-blazarclient) 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 "High priority changes"]
|
||||
query = label:Review-Priority=2
|
||||
|
||||
[section "Priority changes"]
|
||||
query = label:Review-Priority=1
|
||||
|
||||
[section "Feature freeze"]
|
||||
query = label:Review-Priority=-1
|
||||
|
||||
[section "Stable branch backports"]
|
||||
query = branch:^stable/.* NOT label:Review-Priority=-1
|
||||
|
||||
[section "Small things (<25 LOC, limit 10)"]
|
||||
query = delta:<=25 limit:10 (NOT label:Code-Review-1,blazar-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,blazar-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,blazar-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,blazar-core)
|
Loading…
x
Reference in New Issue
Block a user