Created
June 10, 2014 14:01
-
-
Save amotoki/42dc0535c860e7660b12 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Gerrit Dashboard Creator https://github.com/sdague/gerrit-dash-creator.git | |
[dashboard] | |
title = NEC OpenStack CI Status | |
description = Review Inbox | |
foreach = project:openstack/neutron status:open | |
[section "Recent failures in NEC OpenStack CI, but Jenkins succeeds"] | |
query = label:Verified<=-1,nec-openstack-ci label:Verified>=1,jenkins NOT age:2week | |
[section "Recent failures (vote=0), but Jenkins succeeds"] | |
query = reviewer:nec-openstack-ci NOT label:Verified>=1,nec-openstack-ci NOT label:Verified<=-1,nec-openstack-ci label:Verified>=1,jenkins NOT age:2week | |
[section "Recent failures in both NEC OpenStack CI and Jenkins failed"] | |
query = label:Verified<=-1,nec-openstack-ci label:Verified<=-1,jenkins NOT age:2week | |
[section "Recent failures (vote=0) in NEC OpenStack and Jenkins failed"] | |
query = reviewer:nec-openstack-ci NOT label:Verified>=1,nec-openstack-ci NOT label:Verified<=-1,nec-openstack-ci label:Verified<=-1,jenkins NOT age:2week |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment