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
This commit is contained in:
Doug Wiegley 2016-02-23 15:31:32 -06:00
parent 6a81dc7a07
commit 3139877850
2 changed files with 5 additions and 0 deletions

View File

@ -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')

View File

@ -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