From 5310840a9ebd09831aaaa6e2302eae8016930a51 Mon Sep 17 00:00:00 2001 From: Armando Migliaccio Date: Thu, 18 Aug 2016 15:21:20 -0700 Subject: [PATCH] Remove Neutron Postgres job from the Neutron check queue We gave this job a go: it was not executed on a continuous basis for a while; after watching how it perfomed on [1] for at least a few months we noticed that a) it is rather flaky, b) no-one cares to bring it back to sanity, and c) our queue may be rather busy. We should consider having nodes be put to better use and therefore this patch demotes the job to the experimental queue for occasional troubleshooting, if deemed necessary. [1] http://grafana.openstack.org/dashboard/db/neutron-failure-rate?panelId=8&fullscreen Change-Id: I2cb0effac7cc3c1569555dee31caecaf07b91e86 --- grafana/neutron.yaml | 1 - zuul/layout.yaml | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/grafana/neutron.yaml b/grafana/neutron.yaml index 4e162fabcd..424b46a411 100644 --- a/grafana/neutron.yaml +++ b/grafana/neutron.yaml @@ -82,7 +82,6 @@ dashboard: span: 4 targets: - target: alias(movingAverage(asPercent(transformNull(stats_counts.zuul.pipeline.check.job.gate-tempest-dsvm-neutron-full.FAILURE),sum(stats_counts.zuul.pipeline.check.job.gate-tempest-dsvm-neutron-full.{SUCCESS,FAILURE})),'24hours'), 'gate-tempest-dsvm-neutron-full') - - target: alias(movingAverage(asPercent(transformNull(stats_counts.zuul.pipeline.check.job.gate-tempest-dsvm-neutron-pg-full.FAILURE),sum(stats_counts.zuul.pipeline.check.job.gate-tempest-dsvm-neutron-pg-full.{SUCCESS,FAILURE})),'24hours'), 'gate-tempest-dsvm-neutron-pg-full') - target: alias(movingAverage(asPercent(transformNull(stats_counts.zuul.pipeline.check.job.gate-tempest-dsvm-neutron-dvr.FAILURE),sum(stats_counts.zuul.pipeline.check.job.gate-tempest-dsvm-neutron-dvr.{SUCCESS,FAILURE})),'24hours'), 'gate-tempest-dsvm-neutron-dvr') - target: alias(movingAverage(asPercent(transformNull(stats_counts.zuul.pipeline.check.job.gate-tempest-dsvm-neutron-linuxbridge.FAILURE),sum(stats_counts.zuul.pipeline.check.job.gate-tempest-dsvm-neutron-linuxbridge.{SUCCESS,FAILURE})),'24hours'), 'gate-tempest-dsvm-neutron-linuxbridge') - target: alias(movingAverage(asPercent(transformNull(stats_counts.zuul.pipeline.check.job.gate-tempest-dsvm-neutron-multinode-full.FAILURE),sum(stats_counts.zuul.pipeline.check.job.gate-tempest-dsvm-neutron-multinode-full.{SUCCESS,FAILURE})),'24hours'), 'gate-tempest-dsvm-neutron-multinode-full') diff --git a/zuul/layout.yaml b/zuul/layout.yaml index 005991f50d..30b7826134 100755 --- a/zuul/layout.yaml +++ b/zuul/layout.yaml @@ -10738,8 +10738,6 @@ projects: - gate-tempest-dsvm-neutron-dvr - gate-tempest-dsvm-neutron-identity-v3-only-full-nv - gate-tempest-dsvm-neutron-linuxbridge - - gate-tempest-dsvm-neutron-pg-full-ubuntu-trusty - - gate-tempest-dsvm-neutron-pg-full-ubuntu-xenial - gate-neutron-lbaasv2-dsvm-minimal - gate-grenade-dsvm-neutron-multinode - gate-grenade-dsvm-neutron-dvr-multinode @@ -10770,6 +10768,8 @@ projects: - gate-tempest-dsvm-neutron-pecan - gate-tempest-dsvm-neutron-src-neutron-lib - gate-grenade-dsvm-neutron-linuxbridge-multinode-nv + - gate-tempest-dsvm-neutron-pg-full-ubuntu-trusty + - gate-tempest-dsvm-neutron-pg-full-ubuntu-xenial - name: openstack/neutron-classifier template: