Add Blazar review dashboard

Change-Id: I70e6213cb6bc3853a32d6df8e7742bd1cde43c37
This commit is contained in:
Pierre Riteau 2020-06-03 14:46:47 +02:00
parent bf2c6927ce
commit 01c737aa7f
1 changed files with 34 additions and 0 deletions

34
dashboards/blazar.dash Normal file
View 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)