3a0b6b6acb
This change adds two simple stable branch dashboards for Nova based on the original stable-maint dashboards but just targeting openstack/nova and openstack/novaclient. The per branch dashboard is limited to Stein, Rocky and Queens due to the 10 query limitation with these dashboards. Change-Id: Ifd88ba9bca74541c969efec4b62c62d20ae64db2
20 lines
1012 B
Plaintext
20 lines
1012 B
Plaintext
[dashboard]
|
|
title = Nova Stable Review Inbox
|
|
description = Review Inbox
|
|
foreach = (project:openstack/nova OR project:openstack/python-novaclient) status:open NOT owner:self NOT label:Workflow<=-1 label:Verified>=1,zuul NOT reviewedby:self branch:^stable/.*
|
|
|
|
[section "You are a reviewer, but haven't voted in the current revision"]
|
|
query = NOT label:Code-Review<=-1,self NOT label:Code-Review>=1,self reviewer:self
|
|
|
|
[section "Needs final +2"]
|
|
query = label:Code-Review>=2 NOT(reviewerin:stable-maint-core label:Code-Review<=-1) limit:50 NOT label:workflow>=1
|
|
|
|
[section "Needs Feedback (Changes older than 5 days that have not been reviewed by anyone)"]
|
|
query = NOT label:Code-Review<=-1 NOT label:Code-Review>=1 age:5d
|
|
|
|
[section "Passed Zuul, No Negative Core Feedback"]
|
|
query = NOT label:Code-Review>=2 NOT(reviewerin:stable-maint-core label:Code-Review<=-1) limit:50
|
|
|
|
[section "Wayward Changes (Changes with no code review in the last 2days)"]
|
|
query = NOT label:Code-Review<=-1 NOT label:Code-Review>=1 age:2d
|