Update Designate Dashboards
Update the designate.dash to include rocky Add release dashboard for highlights Change-Id: I26b24b5670435117f7920f4a68db004648a11d1d Signed-off-by: Graham Hayes <gr@ham.ie>
This commit is contained in:
parent
9ccbf3ffde
commit
10332fd714
11
dashboards/designate-release.dash
Normal file
11
dashboards/designate-release.dash
Normal file
@ -0,0 +1,11 @@
|
||||
[dashboard]
|
||||
title = Designate Release Inbox
|
||||
description = Review Inbox for the designate for the release window.
|
||||
|
||||
foreach = (project:openstack/designate OR project:openstack/python-designateclient OR project:openstack/designate-specs OR project:openstack/designate-dashboard OR project:openstack/designate-tempest-plugin) status:open
|
||||
|
||||
[section "Needed for release - "]
|
||||
query = label:Review-Priority=2 AND branch:master
|
||||
|
||||
[section "Nice to have for Release"]
|
||||
query = label:Review-Priority=1 AND branch:master
|
@ -10,6 +10,9 @@ query = label:Review-Priority=2
|
||||
[section "Priority Patches"]
|
||||
query = label:Review-Priority=1
|
||||
|
||||
[section "Backports - stable/rocky"]
|
||||
query = branch:stable/rocky NOT reviewedby:self
|
||||
|
||||
[section "Backports - stable/queens"]
|
||||
query = branch:stable/queens NOT reviewedby:self
|
||||
|
||||
@ -25,9 +28,6 @@ query = NOT label:Code-Review<=-1,self NOT label:Code-Review>=1,self reviewer:se
|
||||
[section "Needs final +2"]
|
||||
query = label:Code-Review>=2 label:Verified>=1,zuul limit:50 NOT label:Workflow<=-1 NOT label:Workflow>=1 NOT label:Code-Review>=2,self NOT owner:self
|
||||
|
||||
[section "+1'd and passed Zuul"]
|
||||
query = label:Verified>=1,zuul label:Code-Review>=1 NOT label:Code-Review<=-1 limit:50 NOT label:Workflow<=-1 NOT owner:self NOT reviewedby:self
|
||||
|
||||
[section "Passed Zuul, Need's Review"]
|
||||
query = label:Verified>=1,zuul NOT label:Code-Review<=-1 NOT label:Code-Review>=1 limit:50 NOT label:Workflow<=-1 NOT owner:self
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user