Add networking-ovn grenade graph to grafana dashboard

Add the gate-grenade-dsvm-networking-ovn-nv job to the networking-ovn
grafana dashboard.

Change-Id: I390e8243de9900b63da73f9a0fd1ed227a0bd555
This commit is contained in:
Richard Theis 2016-09-20 16:15:00 -05:00
parent 2d884bfe11
commit 379c8dcdc0

View File

@ -33,7 +33,7 @@ dashboard:
- title: Graphs
height: 320px
panels:
- title: Periodic jobs
- title: Periodic Job Failure Rates
span: 4
targets:
- target: alias(movingAverage(asPercent(transformNull(stats_counts.zuul.pipeline.periodic.job.periodic-networking-ovn-py34-with-neutron-lib-master.FAILURE),sum(stats_counts.zuul.pipeline.periodic.job.periodic-networking-ovn-py34-with-neutron-lib-master.{SUCCESS,FAILURE})),'24hours'), 'periodic-networking-ovn-py34-with-neutron-lib-master')
@ -56,3 +56,11 @@ dashboard:
targets:
- target: alias(movingAverage(asPercent(transformNull(stats_counts.zuul.pipeline.gate.job.gate-rally-dsvm-networking-ovn.FAILURE),sum(stats_counts.zuul.pipeline.gate.job.gate-rally-dsvm-networking-ovn.{SUCCESS,FAILURE})),'24hours'), 'gate-rally-dsvm-networking-ovn')
type: graph
- title: Graphs
height: 320px
panels:
- title: Grenade Failure Rates (Check queue)
span: 4
targets:
- target: alias(movingAverage(asPercent(transformNull(stats_counts.zuul.pipeline.check.job.gate-grenade-dsvm-networking-ovn-nv.FAILURE),sum(stats_counts.zuul.pipeline.check.job.gate-grenade-dsvm-networking-ovn-nv.{SUCCESS,FAILURE})),'24hours'), 'gate-grenade-dsvm-networking-ovn-nv')
type: graph