Skip to content

Instantly share code, notes, and snippets.

@amotoki
Created June 10, 2014 14:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amotoki/42dc0535c860e7660b12 to your computer and use it in GitHub Desktop.
Save amotoki/42dc0535c860e7660b12 to your computer and use it in GitHub Desktop.
# 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