From 880d561cadcb818ea1b934b832c8a91d0797d905 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 11 Jul 2017 23:29:47 +0200 Subject: [PATCH] Update zuul-status rendering for the Tempest/Grenade graphs Change-Id: I0f441ae041b9c9dec3a506afd6a41869be178d7b --- grafana/zuul-status.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/grafana/zuul-status.yaml b/grafana/zuul-status.yaml index 2ca57f3954..781308a42a 100644 --- a/grafana/zuul-status.yaml +++ b/grafana/zuul-status.yaml @@ -189,6 +189,7 @@ dashboard: - title: Tempest Check Runs span: 4 targets: - - target: alias(smartSummarize(sumSeries(stats_counts.zuul.pipeline.check.job.gate-tempest-dsvm-full-ubuntu-xenial.SUCCESS,stats_counts.zuul.pipeline.check.job.gate-tempest-dsvm-full-ubuntu-xenial.FAILURE), '1h', 'avg'), 'Tempest') + - target: alias(smartSummarize(sumSeries(stats_counts.zuul.pipeline.check.job.gate-tempest-dsvm-neutron-full-ubuntu-xenial.SUCCESS,stats_counts.zuul.pipeline.check.job.gate-tempest-dsvm-neutron-full-ubuntu-xenial.FAILURE), '1h', 'avg'), 'Tempest') + - target: alias(smartSummarize(sumSeries(stats_counts.zuul.pipeline.check.job.gate-grenade-dsvm-neutron-ubuntu-xenial.SUCCESS,stats_counts.zuul.pipeline.check.job.gate-grenade-dsvm-neutron-ubuntu-xenial.FAILURE), '1h', 'avg'), 'Grenade') type: graph leftYAxisLabel: "Runs / Hour"