Sync oslo.dash with governance-listed projects

I was missing a few things during reviews. Some less useful groups are
removed to keep the URL under an acceptable length, while tests that
have failed CI are *not* ignored so we can actually prompt people to fix
them else abandon them.

Change-Id: I7e2c0d52697f83e7cc8e8333c12336886eb298f6
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
This commit is contained in:
Stephen Finucane 2019-12-18 14:23:31 +00:00
parent 28425508a0
commit ed7a30b19f
1 changed files with 32 additions and 43 deletions

View File

@ -1,51 +1,40 @@
[dashboard]
title = Oslo Review Inbox
description = Review Inbox for OpenStack Oslo
foreach = ( project:^openstack/.*oslo.* OR
project:openstack/debtcollector OR
project:openstack/pylockfile OR
project:openstack/futurist OR
project:openstack/automaton OR
project:openstack/stevedore OR
project:openstack/taskflow OR
project:openstack/tooz OR
project:openstack/cookiecutter OR
project:openstack/pbr OR
project:openstack/debtcollector OR
project:openstack/mox3 OR
project:openstack/openstack-doc-tools OR
project:openstack/whereto OR
project:openstack/os-api-ref OR
project:openstack/openstackdocstheme )
status:open
NOT owner:self
NOT label:Workflow<=-1
label:Verified>=1
NOT reviewedby:self
[section "Oslo Specs"]
query = project:openstack/oslo-specs
foreach = (
project:openstack/automaton OR
project:openstack/castellan OR
project:openstack/cookiecutter OR
project:openstack/debtcollector OR
project:openstack/devstack-plugin-amqp1 OR
project:openstack/devstack-plugin-kafka OR
project:openstack/devstack-plugin-pika OR
project:openstack/devstack-plugin-zmq OR
project:openstack/futurist OR
project:openstack/microversion-parse OR
project:openstack/mox3 OR
project:openstack/openstackdocstheme OR
project:openstack/openstack-doc-tools OR
project:openstack/os-api-ref OR
project:openstack/oslo-cookiecutter OR
project:openstack/oslo-specs OR
project:^openstack/oslo\..* OR
project:openstack/oslotest OR
project:openstack/osprofiler OR
project:openstack/pbr OR
project:openstack/sphinx-feature-classification OR
project:openstack/stevedore OR
project:openstack/taskflow OR
project:openstack/tooz OR
project:openstack/whereto )
status:open
NOT owner:self
[section "Bug Fixes"]
query = topic:^bug/.*
[section "Blueprints"]
query = message:"Blueprint"
[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 "You are a reviewer, but haven't voted in the current revision"]
query = reviewer:self
query = message:"bug: "
[section "Needs final +2"]
query = label:Code-Review>=2 limit:50
query = label:Code-Review>=2 NOT reviewedby:self limit:50
[section "New Contributors"]
query = reviewer:10068
[section "Passed Zuul, No Negative Feedback"]
query = NOT label:Code-Review>=2 NOT 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
[section "Other changes"]
query = NOT label:Code-Review>=2 limit:200