neutron: Add functional job to the gate queue

The job proven itself to be stabilized. At grafana dashboard [1], it's
observable that curve copies more or less the curve of the API job. Note
that this graph shows check queue which contains legitimate failures.

The patch adds only Xenial to the gate queue as Trusty job was not
worked on and will be abandoned after Mitaka EOL.

[1] http://grafana.openstack.org/dashboard/db/neutron-failure-rate?panelId=7&fullscreen

Change-Id: Id885a7cd6ae54d05b37965d2a6fa542575170c9e
This commit is contained in:
Jakub Libosvar 2017-04-26 18:09:10 +02:00
parent 1dcd35a0c6
commit 7af26c97e4
2 changed files with 6 additions and 0 deletions

View File

@ -75,6 +75,11 @@ dashboard:
- target: alias(movingAverage(asPercent(transformNull(stats_counts.zuul.pipeline.check.job.gate-neutron-dsvm-functional-ubuntu-xenial.FAILURE),sum(stats_counts.zuul.pipeline.check.job.gate-neutron-dsvm-functional-ubuntu-xenial.{SUCCESS,FAILURE})),'24hours'), 'gate-neutron-dsvm-functional-ubuntu-xenial')
- target: alias(movingAverage(asPercent(transformNull(stats_counts.zuul.pipeline.check.job.gate-neutron-dsvm-fullstack-ubuntu-xenial.FAILURE),sum(stats_counts.zuul.pipeline.check.job.gate-neutron-dsvm-fullstack-ubuntu-xenial.{SUCCESS,FAILURE})),'24hours'), 'gate-neutron-dsvm-fullstack-ubuntu-xenial')
type: graph
- title: Functional Failure Rates (Gate queue)
span: 4
targets:
- target: alias(movingAverage(asPercent(transformNull(stats_counts.zuul.pipeline.gate.job.gate-neutron-dsvm-functional-ubuntu-xenial.FAILURE),sum(stats_counts.zuul.pipeline.gate.job.gate-neutron-dsvm-functional-ubuntu-xenial.{SUCCESS,FAILURE})),'24hours'), 'gate-neutron-dsvm-functional-ubuntu-xenial')
type: graph
- title: DVR/LinuxBridge/Multi-node Failure Rates (Check queue)
span: 4
targets:

View File

@ -12896,6 +12896,7 @@ projects:
- neutron-coverage-ubuntu-xenial
- gate-neutron-dsvm-api-ubuntu-trusty
- gate-neutron-dsvm-api-ubuntu-xenial
- gate-neutron-dsvm-functional-ubuntu-xenial
- gate-tempest-dsvm-neutron-dvr-ubuntu-trusty
- gate-tempest-dsvm-neutron-dvr-ubuntu-xenial
- gate-tempest-dsvm-neutron-linuxbridge-ubuntu-trusty