Merge "grafana: Update ovn unit test jobs after xenial renames"

This commit is contained in:
Jenkins 2016-08-04 17:04:19 +00:00 committed by Gerrit Code Review
commit bb7d975cab

View File

@ -16,7 +16,8 @@ dashboard:
- title: Unit Test Failure Rate (Check queue) - title: Unit Test Failure Rate (Check queue)
span: 4 span: 4
targets: 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 type: graph
- title: Graphs - title: Graphs
height: 320px height: 320px
@ -24,7 +25,8 @@ dashboard:
- title: Unit Test Failure Rate (Gate queue) - title: Unit Test Failure Rate (Gate queue)
span: 4 span: 4
targets: 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 type: graph
- title: Graphs - title: Graphs
height: 320px height: 320px