Add Rally dashboard

Rally needs clear dashboard for more effective review
process.Add sections:
* "Critical for next release"
* "Waiting for final approve"
* "Bug fixes"
* "Important patches"
* "Ready for review"

And here is generated link: http://goo.gl/iRxA5t

Change-Id: I552c123cabad9bc43d9042f10e1f60bd9985c8f9
This commit is contained in:
Roman Vasilets 2015-05-02 23:44:37 +03:00
parent 68e7f250f8
commit a5cb83666c
1 changed files with 25 additions and 0 deletions

25
dashboards/rally.dash Normal file
View File

@ -0,0 +1,25 @@
[dashboard]
title = Rally Dashboard
description = Rally patches to review
foreach = (project:openstack/rally) status:open
[section "Critical for next release"]
query = (starredby:"mdubov@mirantis.com" AND starredby:"boris@pavlovic.me")
[section "Waiting for final approve"]
query = label:Verified>=1,jenkins label:Verified>=1,rally-ci NOT owner:self label:Code-Review>=2 NOT label:Code-Review-1 NOT label:Workflow>=1 NOT label:Workflow<=-1 NOT owner:self label:Code-Review>=2 NOT label:Code-Review-1 NOT label:Workflow>=1 NOT label:Workflow<=-1 NOT (starredby:"amaretskiy@mirantis.com" OR starredby:"akurilin@mirantis.com" OR starredby:"boris@pavlovic.me" OR starredby:"yingjun.li@kylin-cloud.com" OR starredby:"mdubov@mirantis.com" OR starredby:"sskripnick@mirantis.com" OR starredby:"yfried@redhat.com")
[section "Bug fixes"]
query = topic:"^bug/.*"
[section "Proposed specs"]
query = (message:"[spec]" file:"^.*specs.*")
[section "Important patches"]
query = (starredby:"boris@pavlovic.me" OR starredby:"mdubov@mirantis.com") NOT (starredby:"mdubov@mirantis.com" AND starredby:"boris@pavlovic.me")
[section "Ready for review"]
query = label:Verified>=1,jenkins label:Verified>=1,rally-ci NOT label:Code-Review-1 NOT label:Workflow>=1 NOT label:Workflow<=-1 NOT label:Code-Review>=2 NOT (starredby:"amaretskiy@mirantis.com" OR starredby:"akurilin@mirantis.com" OR starredby:"boris@pavlovic.me" OR starredby:"yingjun.li@kylin-cloud.com" OR starredby:"mdubov@mirantis.com" OR starredby:"sskripnick@mirantis.com" OR starredby:"yfried@redhat.com") NOT (message:"[spec]" file:"^.*specs.*")
[section "Has -1 but passed tests"]
query = label:Verified>=1,jenkins label:Verified>=1,rally-ci label:Code-Review-1 NOT label:Workflow>=1 NOT label:Workflow<=-1 NOT (message:"[spec]" file:"^.*specs.*")