Add neutron-coverage job to Neutron grafana page

The neutron-coverage-ubuntu-xenial job is voting in the
Neutron gate, but there isn't any info on how often it
is failing since it isn't on the grafana page.

Change-Id: Ie0256b0dd640445fdb1b19f7c2187b56d047720b
This commit is contained in:
Brian Haley 2017-05-10 11:11:15 -04:00
parent 9f5d7cfea4
commit 231ffae717
1 changed files with 5 additions and 0 deletions

View File

@ -80,6 +80,11 @@ dashboard:
targets:
- target: alias(movingAverage(asPercent(transformNull(stats_counts.zuul.pipeline.gate.job.gate-neutron-dsvm-functional-ubuntu-xenial.FAILURE),sum(stats_counts.zuul.pipeline.gate.job.gate-neutron-dsvm-functional-ubuntu-xenial.{SUCCESS,FAILURE})),'24hours'), 'gate-neutron-dsvm-functional-ubuntu-xenial')
type: graph
- title: Coverage Failure Rates (Gate queue)
span: 4
targets:
- target: alias(movingAverage(asPercent(transformNull(stats_counts.zuul.pipeline.gate.job.neutron-coverage-ubuntu-xenial.FAILURE),sum(stats_counts.zuul.pipeline.gate.job.neutron-coverage-ubuntu-xenial.{SUCCESS,FAILURE})),'24hours'), 'neutron-coverage-ubuntu-xenial')
type: graph
- title: DVR/LinuxBridge/Multi-node/OVS FW Failure Rates (Check queue)
span: 4
targets: