From c942e2bf282cd80c96d470a4d66e27d7ebe0c164 Mon Sep 17 00:00:00 2001 From: Lee Yarwood Date: Fri, 15 May 2020 11:20:00 +0100 Subject: [PATCH] nova: Add nova-libvirt dashboard Change-Id: I554fdec4e57019fa380eaed0467cdb5e73e86365 --- dashboards/nova-libvirt.dash | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 dashboards/nova-libvirt.dash diff --git a/dashboards/nova-libvirt.dash b/dashboards/nova-libvirt.dash new file mode 100644 index 0000000..9cb6ff6 --- /dev/null +++ b/dashboards/nova-libvirt.dash @@ -0,0 +1,33 @@ +[dashboard] +title = Nova Libvirt Driver Review Inbox +description = Review Inbox for the Nova Libvirt Driver +foreach = project:openstack/nova + status:open + NOT owner:self + NOT label:Workflow<=-1 + label:Verified>=1,zuul + NOT reviewedby:self + branch:master + (file:^nova/virt/libvirt/.* OR file:^nova/tests/unit/libvirt/.* OR file:^nova/tests/functional/libvirt/.*) + +[section "Small patches"] +query = NOT label:Code-Review>=2,self NOT label:Code-Review<=-1,nova-core NOT message:"DNM" delta:<=10 + +[section "Needs final +2"] +query = NOT label:Code-Review>=2,self label:Code-Review>=2 limit:50 NOT label:workflow>=1 + +[section "Bug fix, Passed Zuul, No Negative Feedback"] +query = NOT label:Code-Review>=2,self NOT label:Code-Review<=-1,nova-core message:"bug: " limit:50 + +[section "Wayward Changes (Changes with no code review in the last two days)"] +query = NOT label:Code-Review<=-1 NOT label:Code-Review>=1 age:2d limit:50 + +[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 limit:50 + +[section "Passed Zuul, No Negative Feedback"] +query = NOT label:Code-Review>=2 NOT label:Code-Review<=-1 limit:50 + +[section "Needs revisit (You were a reviewer but haven't voted in the current revision)"] +query = reviewer:self limit:50 +