From 31398778509c4b5eacbaacc310dfde01d04f5744 Mon Sep 17 00:00:00 2001 From: Doug Wiegley Date: Tue, 23 Feb 2016 15:31:32 -0600 Subject: [PATCH] Add the neutron-pg job back into the check queue, non-voting Possibly the previous race conditions that kicked this job out of the gate have been addressed as part of the pymysql fixes. Let's start getting some data, and see if we can find some bugs. Change-Id: Id40fe990e61a09ebb9e99528f37402c19ccef3c2 --- grafana/neutron.yaml | 1 + zuul/layout.yaml | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/grafana/neutron.yaml b/grafana/neutron.yaml index 6799049fc5..f6b4d0c2ae 100644 --- a/grafana/neutron.yaml +++ b/grafana/neutron.yaml @@ -57,6 +57,7 @@ dashboard: span: 4 targets: - target: alias(movingAverage(asPercent(transformNull(stats_counts.zuul.pipeline.gate.job.gate-tempest-dsvm-neutron-full.FAILURE),sum(stats_counts.zuul.pipeline.gate.job.gate-tempest-dsvm-neutron-full.{SUCCESS,FAILURE})),'24hours'), 'gate-tempest-dsvm-neutron-full') + - target: alias(movingAverage(asPercent(transformNull(stats_counts.zuul.pipeline.gate.job.gate-tempest-dsvm-neutron-pg-full.FAILURE),sum(stats_counts.zuul.pipeline.gate.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 edcf2c32c2..b22f260c2d 100755 --- a/zuul/layout.yaml +++ b/zuul/layout.yaml @@ -1124,6 +1124,9 @@ jobs: branch: ^(?!stable/(kilo|liberty)).*$ voting: false + - name: gate-tempest-dsvm-neutron-pg-full + voting: false + # BUG #1290562 pypy does not work with new setuptools, so is breaking # all jobs. Disable until there is resolution. - name: ^gate-.*-pypy$ @@ -6985,6 +6988,7 @@ projects: - gate-tempest-dsvm-neutron-dvr - gate-tempest-dsvm-neutron-linuxbridge - gate-tempest-dsvm-neutron-nv + - gate-tempest-dsvm-neutron-pg-full - gate-neutron-lbaasv2-dsvm-minimal - gate-grenade-dsvm-neutron-multinode - gate-tempest-dsvm-neutron-multinode-full