Add periodic check for neutron on postgres
This change adds a periodic job that runs on the master branch that aims at catching breaking DB changes for PostGres deployments. Change-Id: I02142ba178daf5ae5abea63ffb3d676022d17e14
This commit is contained in:
parent
71d947d315
commit
b499fa5524
@ -35,6 +35,7 @@ dashboard:
|
||||
- target: alias(movingAverage(asPercent(transformNull(stats_counts.zuul.pipeline.periodic.job.periodic-neutron-py27-with-oslo-master.FAILURE),sum(stats_counts.zuul.pipeline.periodic.job.periodic-neutron-py27-with-oslo-master.{SUCCESS,FAILURE})),'24hours'), 'periodic-neutron-py27-with-oslo-master')
|
||||
- target: alias(movingAverage(asPercent(transformNull(stats_counts.zuul.pipeline.periodic.job.periodic-neutron-py35-with-oslo-master.FAILURE),sum(stats_counts.zuul.pipeline.periodic.job.periodic-neutron-py35-with-oslo-master.{SUCCESS,FAILURE})),'24hours'), 'periodic-neutron-py35-with-oslo-master')
|
||||
- target: alias(movingAverage(asPercent(transformNull(stats_counts.zuul.pipeline.periodic.job.periodic-neutron-py35-with-neutron-lib-master.FAILURE),sum(stats_counts.zuul.pipeline.periodic.job.periodic-neutron-py35-with-neutron-lib-master.{SUCCESS,FAILURE})),'24hours'), 'periodic-neutron-py35-with-neutron-lib-master')
|
||||
- target: alias(movingAverage(asPercent(transformNull(stats_counts.zuul.pipeline.periodic.job.periodic-tempest-dsvm-neutron-pg-full-ubuntu-xenial.FAILURE),sum(stats_counts.zuul.pipeline.periodic.job.periodic-tempest-dsvm-neutron-pg-full-ubuntu-xenial.{SUCCESS,FAILURE})),'24hours'), 'periodic-tempest-dsvm-neutron-pg-full-ubuntu-xenial')
|
||||
type: graph
|
||||
- title: Integrated Tempest Failure Rates (Gate queue)
|
||||
span: 4
|
||||
|
@ -7461,6 +7461,11 @@
|
||||
suffix: ''
|
||||
branch-override: default
|
||||
which: pecan
|
||||
- '{pipeline}-tempest-dsvm-neutron-pg-full-{node}{suffix}':
|
||||
pipeline: periodic
|
||||
node: ubuntu-xenial
|
||||
suffix: ''
|
||||
branch-override: master
|
||||
- periodic-python-jobs-with-oslo-master
|
||||
- periodic-python-jobs-with-neutron-lib-master
|
||||
|
||||
|
@ -12033,12 +12033,13 @@ projects:
|
||||
- gate-tempest-dsvm-neutron-dvr-ovs-native-ubuntu-trusty-nv
|
||||
- gate-neutron-dsvm-api-pecan-ubuntu-trusty
|
||||
- gate-neutron-dsvm-api-pecan-ubuntu-xenial
|
||||
- gate-tempest-dsvm-neutron-pg-full-ubuntu-xenial
|
||||
- gate-tempest-dsvm-neutron-pecan-ubuntu-trusty
|
||||
- gate-tempest-dsvm-neutron-pecan-ubuntu-xenial
|
||||
- gate-tempest-dsvm-neutron-pg-full-ubuntu-trusty
|
||||
- gate-tempest-dsvm-neutron-pg-full-ubuntu-xenial
|
||||
- gate-tempest-dsvm-neutron-full-centos-7-nv
|
||||
- gate-tempest-dsvm-neutron-dvr-ha-multinode-full-ubuntu-xenial-nv
|
||||
periodic:
|
||||
- periodic-tempest-dsvm-neutron-pg-full-ubuntu-xenial
|
||||
|
||||
- name: openstack/neutron-classifier
|
||||
template:
|
||||
|
Loading…
x
Reference in New Issue
Block a user