From ee5167a518de07c325f326df212c92e5c1e786a9 Mon Sep 17 00:00:00 2001 From: Petr Kovar Date: Mon, 23 Jul 2018 17:40:02 +0200 Subject: [PATCH] Add Installation Guides Review Inbox This is to be used as a replacement for formal IGs testing. Change-Id: I8e2c7a95ddf76134bb4950bd6663aaf3014e1db3 --- dashboards/doc-install-guides.dash | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 dashboards/doc-install-guides.dash diff --git a/dashboards/doc-install-guides.dash b/dashboards/doc-install-guides.dash new file mode 100644 index 0000000..8f7d78c --- /dev/null +++ b/dashboards/doc-install-guides.dash @@ -0,0 +1,27 @@ +[dashboard] +title = Installation Guides Review Inbox +description = Review Inbox for Project Installation Guides +foreach = file:"^doc\/source\/install\/.*" + status:open + NOT owner:self + NOT label:Workflow<=-1 + label:Verified>=1,zuul + NOT reviewedby:self + +[section "Needs final +2"] +query = label:Code-Review>=2 limit:50 NOT label:Code-Review<=-1,self + +[section "Passed Zuul, No Negative Feedback (Small Fixes)"] +query = NOT label:Code-Review>=2 NOT label:Code-Review<=-1 delta:<=10 + +[section "Passed Zuul, No Negative Feedback"] +query = NOT label:Code-Review>=2 NOT label:Code-Review<=-1 delta:>10 + +[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 = NOT label:Code-Review<=-1,self NOT label:Code-Review>=1,self reviewer:self + +[section "Wayward Changes (Changes with no code review in the last 2 days)"] +query = NOT is:reviewed age:2d