Update nova-specs.dash for Train

This dashboard unfortunately needs to be updated per release to be
useful so update it for Train.

Change-Id: Ib3f3fedcefafe7d41d874454010a35d6337d8536
This commit is contained in:
Lee Yarwood 2019-04-15 12:16:27 +01:00
parent 3a0b6b6acb
commit 53161c4c5e
1 changed files with 9 additions and 9 deletions

View File

@ -1,25 +1,25 @@
[dashboard]
title = Nova Specs - Queens
title = Nova Specs - Train
description = Review Inbox
foreach = project:openstack/nova-specs status:open NOT label:Workflow<=-1 branch:master NOT owner:self
[section "You are a reviewer, but haven't voted in the current revision"]
query = file:^specs/queens/.* NOT label:Code-Review<=-1,self NOT label:Code-Review>=1,self reviewer:self label:Verified>=1,zuul
query = file:^specs/train/.* NOT label:Code-Review<=-1,self NOT label:Code-Review>=1,self reviewer:self label:Verified>=1,zuul
[section "Not blocked by -2s"]
query = file:^specs/queens/.* NOT label:Code-Review<=-2 NOT label:Code-Review>=2 NOT label:Code-Review<=-1,self NOT label:Code-Review>=1,self label:Verified>=1,zuul
query = file:^specs/train/.* NOT label:Code-Review<=-2 NOT label:Code-Review>=2 NOT label:Code-Review<=-1,self NOT label:Code-Review>=1,self label:Verified>=1,zuul
[section "No votes and spec is > 1 week old"]
query = file:^specs/queens/.* NOT label:Code-Review>=-2 age:7d label:Verified>=1,zuul
query = file:^specs/train/.* NOT label:Code-Review>=-2 age:7d label:Verified>=1,zuul
[section "Needs final +2"]
query = file:^specs/queens/.* label:Code-Review>=2 NOT label:Code-Review<=-1,self NOT label:Code-Review>=1,self label:Verified>=1,zuul NOT label:workflow>=1
query = file:^specs/train/.* label:Code-Review>=2 NOT label:Code-Review<=-1,self NOT label:Code-Review>=1,self label:Verified>=1,zuul NOT label:workflow>=1
[section "Broken Specs (doesn't pass Zuul)"]
query = file:^specs/queens/.* label:Verified<=-1,zuul
query = file:^specs/train/.* label:Verified<=-1,zuul
[section "Dead Specs (blocked by a -2)"]
query = file:^specs/queens/.* label:Code-Review<=-2
query = file:^specs/train/.* label:Code-Review<=-2
[section "Dead Specs (Not Proposed for Queens)"]
query = NOT file:^specs/queens/.*
[section "Dead Specs (Not Proposed for Train)"]
query = NOT file:^specs/train/.*