dad3fe298d
The section with older than 2 days and 5 days duplicates the reviews which makes the dashboard bigger than it needs to be. Let's just show things older than 2 days for now. Change-Id: Ieff71a0694d6adda6f6d61a9e6447b885aeaed5f
31 lines
1.2 KiB
Plaintext
31 lines
1.2 KiB
Plaintext
[dashboard]
|
|
title = OpenStack-Ansible Review Inbox
|
|
description = Review Inbox for the OpenStack-Ansible project
|
|
foreach = (projects:openstack/openstack-ansible OR
|
|
projects:openstack/ansible-role-systemd_ OR
|
|
project:openstack/ansible-role-qdrouterd OR
|
|
project:openstack/ansible-role-python_venv_build OR
|
|
project:openstack/ansible-hardening)
|
|
status:open
|
|
NOT owner:self
|
|
NOT label:Workflow<=-1
|
|
NOT reviewedby:self
|
|
|
|
[section "You are a reviewer but haven't voted in the current revision"]
|
|
query = reviewer:self NOT reviewedby:self label:Verified>=1,zuul
|
|
|
|
[section "Needs final +2"]
|
|
query = label:Code-Review>=2 limit:50 NOT label:Code-Review<=-1 NOT reviewedby:self label:Verified>=1,zuul NOT label:workflow>=1
|
|
|
|
[section "Passed Zuul, No Negative Feedback"]
|
|
query = NOT label:Code-Review>=2 NOT label:Code-Review<=-1 limit:50 label:Verified>=1,zuul
|
|
|
|
[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 label:Verified>=1,zuul
|
|
|
|
[section "Backports"]
|
|
query = branch:^stable/.*
|
|
|
|
[section "Failed Zuul, No Negative Feedback"]
|
|
query = NOT label:Code-Review<=-1 label:Verified<=-1,zuul
|