Update OpenStack-Ansible dashboard
As of today we use this version of dashboard by storing a link to it in IRC channel. It's high time we've updated dash-creator with relevant version of the review dashboard. Change-Id: I8b70acc9522a1c84ba15f5f596f2f8e130670696
This commit is contained in:
parent
20cb32300d
commit
e6d4216557
@ -1,30 +1,32 @@
|
||||
[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
|
||||
title = OpenStack-Ansible Review Dashboard
|
||||
description = Dashbard to review relevant patches in the OpenStack-Ansible project
|
||||
foreach = parentproject:openstack/openstack-ansible
|
||||
|
||||
[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 "14 Days Without Feedback"]
|
||||
query = age:14d limit:5 status:open
|
||||
|
||||
[section "Passed Zuul, No Negative Feedback"]
|
||||
query = NOT label:Code-Review>=2 NOT label:Code-Review<=-1 limit:50 label:Verified>=1,zuul
|
||||
[section "Needs Approval"]
|
||||
query = NOT label:Workflow<=-1 NOT label:Workflow>=1 label:Verified>=1 NOT label:Code-Review<=-1 label:Code-Review>=2 status:open branch:master
|
||||
|
||||
[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 "Bug Fixes without Negative Feedback"]
|
||||
query = NOT label:Workflow<=-1 NOT label:Workflow>=1 label:Verified>=1 NOT label:Code-Review<=-1 NOT label:Code-Review>=2 branch:master intopic:^bug.* status:open
|
||||
|
||||
[section "Backports"]
|
||||
query = branch:^stable/.*
|
||||
[section "Blueprints without Negative Feedback"]
|
||||
query = NOT label:Workflow<=-1 NOT label:Workflow>=1 label:Verified>=1 NOT label:Code-Review<=-1 NOT label:Code-Review>=2 branch:master project:openstack/openstack-ansible-specs status:open
|
||||
|
||||
[section "Failed Zuul, No Negative Feedback"]
|
||||
query = NOT label:Code-Review<=-1 label:Verified<=-1,zuul
|
||||
[section "Without Negative Feedback"]
|
||||
query = NOT label:Workflow<=-1 NOT label:Workflow>=1 label:Verified>=1 NOT label:Code-Review<=-1 NOT label:Code-Review>=2 branch:master NOT intopic:^bug.* NOT intopic:^bp.* status:open
|
||||
|
||||
[section "Backport Candidates (14 Days)"]
|
||||
query = status:merged -age:14d label:Backport-Candidate>=1 NOT is:cherrypick
|
||||
|
||||
[section "Stable Branches"]
|
||||
query = branch:^stable/.* status:open
|
||||
|
||||
[section "Needs Reverify"]
|
||||
query = NOT label:Workflow<=-1 NOT label:Code-Review<=-1 label:Verified<=-1 branch:master status:open
|
||||
|
||||
[section "With Negative Feedback"]
|
||||
query = NOT label:Workflow<=-1 NOT label:Verified<=-1 label:Code-Review-1 branch:master status:open
|
||||
|
Loading…
Reference in New Issue
Block a user