From 7e9e30f11639c3e9f3e984eb788615e6f8d9e8a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C5=82awek=20Kap=C5=82o=C5=84ski?= Date: Thu, 5 Apr 2018 22:10:38 +0200 Subject: [PATCH] [Grafana] Add openstack-tox-lower-constraints to neutron dashboard Patch [1] added openstack-tox-lower-constraints job to Neutron's gate and check queues. This patch adds results of this job to Neutron failure rates grafana dashboard. [1] https://review.openstack.org/#/c/555939/ Change-Id: Ib5985d35c6f33cf93b163f73965ee992fffe0a66 --- grafana/neutron.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/grafana/neutron.yaml b/grafana/neutron.yaml index a674a4ea78..173354385d 100644 --- a/grafana/neutron.yaml +++ b/grafana/neutron.yaml @@ -48,6 +48,11 @@ dashboard: targets: - target: alias(movingAverage(asPercent(transformNull(stats_counts.zuul.tenant.openstack.pipeline.gate.project.git_openstack_org.openstack_neutron.master.job.openstack-tox-cover.FAILURE),sum(stats_counts.zuul.tenant.openstack.pipeline.gate.project.git_openstack_org.openstack_neutron.master.job.openstack-tox-cover.{SUCCESS,FAILURE})),'24hours'), 'openstack-tox-cover') type: graph + - title: Requirements Failure Rates (Gate queue) + span: 4 + targets: + - target: alias(movingAverage(asPercent(transformNull(stats_counts.zuul.tenant.openstack.pipeline.gate.project.git_openstack_org.openstack_neutron.master.job.openstack-tox-lower-constraints.FAILURE),sum(stats_counts.zuul.tenant.openstack.pipeline.gate.project.git_openstack_org.openstack_neutron.master.job.openstack-tox-lower-constraints.{SUCCESS,FAILURE})),'24hours'), 'openstack-tox-lower-constraints') + type: graph - title: API/Functional/Fullstack Failure Rates (Check queue) span: 4 @@ -100,6 +105,12 @@ dashboard: targets: - target: alias(movingAverage(asPercent(transformNull(stats_counts.zuul.tenant.openstack.pipeline.check.project.git_openstack_org.openstack_neutron.master.job.build-openstack-sphinx-docs.FAILURE),sum(stats_counts.zuul.tenant.openstack.pipeline.check.project.git_openstack_org.openstack_neutron.master.job.build-openstack-sphinx-docs.{SUCCESS,FAILURE})),'24hours'), 'build-openstack-sphinx-docs') type: graph + - title: Requirements Failure Rates (Check queue) + span: 4 + targets: + - target: alias(movingAverage(asPercent(transformNull(stats_counts.zuul.tenant.openstack.pipeline.check.project.git_openstack_org.openstack_neutron.master.job.openstack-tox-lower-constraints.FAILURE),sum(stats_counts.zuul.tenant.openstack.pipeline.check.project.git_openstack_org.openstack_neutron.master.job.openstack-tox-lower-constraints.{SUCCESS,FAILURE})),'24hours'), 'openstack-tox-lower-constraints') + type: graph + - title: Periodic jobs span: 4 targets: