From 231ffae717343c4a4189302375446c396f604bbd Mon Sep 17 00:00:00 2001 From: Brian Haley Date: Wed, 10 May 2017 11:11:15 -0400 Subject: [PATCH] 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 --- grafana/neutron.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/grafana/neutron.yaml b/grafana/neutron.yaml index 3eae9f6f64..78d72e169e 100644 --- a/grafana/neutron.yaml +++ b/grafana/neutron.yaml @@ -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: