grafana: Update ovn unit test jobs after xenial renames
Change-Id: I7c69fd88c77f0418c01f481cf02cc2f19c2d0a27
This commit is contained in:
parent
ad74f4ba0d
commit
0b20e31df4
@ -16,7 +16,8 @@ dashboard:
|
||||
- title: Unit Test Failure Rate (Check queue)
|
||||
span: 4
|
||||
targets:
|
||||
- target: alias(movingAverage(asPercent(transformNull(stats_counts.zuul.pipeline.check.job.gate-networking-ovn-python27.FAILURE),sum(stats_counts.zuul.pipeline.check.job.gate-networking-ovn-python27.{SUCCESS,FAILURE})),'24hours'), 'gate-networking-ovn-python27')
|
||||
- target: alias(movingAverage(asPercent(transformNull(stats_counts.zuul.pipeline.check.job.gate-networking-ovn-python27-ubuntu-trusty.FAILURE),sum(stats_counts.zuul.pipeline.check.job.gate-networking-ovn-python27-ubuntu-trusty.{SUCCESS,FAILURE})),'24hours'), 'gate-networking-ovn-python27-ubuntu-trusty')
|
||||
- target: alias(movingAverage(asPercent(transformNull(stats_counts.zuul.pipeline.check.job.gate-networking-ovn-python27-ubuntu-xenial.FAILURE),sum(stats_counts.zuul.pipeline.check.job.gate-networking-ovn-python27-ubuntu-xenial.{SUCCESS,FAILURE})),'24hours'), 'gate-networking-ovn-python27-ubuntu-xenial')
|
||||
type: graph
|
||||
- title: Graphs
|
||||
height: 320px
|
||||
@ -24,7 +25,8 @@ dashboard:
|
||||
- title: Unit Test Failure Rate (Gate queue)
|
||||
span: 4
|
||||
targets:
|
||||
- target: alias(movingAverage(asPercent(transformNull(stats_counts.zuul.pipeline.gate.job.gate-networking-ovn-python27.FAILURE),sum(stats_counts.zuul.pipeline.gate.job.gate-networking-ovn-python27.{SUCCESS,FAILURE})),'24hours'), 'gate-networking-ovn-python27')
|
||||
- target: alias(movingAverage(asPercent(transformNull(stats_counts.zuul.pipeline.gate.job.gate-networking-ovn-python27-ubuntu-trusty.FAILURE),sum(stats_counts.zuul.pipeline.gate.job.gate-networking-ovn-python27-ubuntu-trusty.{SUCCESS,FAILURE})),'24hours'), 'gate-networking-ovn-python27-ubuntu-trusty')
|
||||
- target: alias(movingAverage(asPercent(transformNull(stats_counts.zuul.pipeline.gate.job.gate-networking-ovn-python27-ubuntu-xenial.FAILURE),sum(stats_counts.zuul.pipeline.gate.job.gate-networking-ovn-python27-ubuntu-xenial.{SUCCESS,FAILURE})),'24hours'), 'gate-networking-ovn-python27-ubuntu-xenial')
|
||||
type: graph
|
||||
- title: Graphs
|
||||
height: 320px
|
||||
|
Loading…
Reference in New Issue
Block a user