Neutron: Move Xenial functional/fullstack tests to check queue
We are aproaching to point where all gaps in functional/fullstack tests are resolved [1]. Once the patch is merged, we can move these jobs to check queue to get them tested more often before we replace trusty jobs. [1] Icc9d9811e6fc1935966241ed499c5e597a675877 Change-Id: Ibfc9a236d8b74a96746c81325567b997e4b87468
This commit is contained in:
parent
23342e4846
commit
08176718d7
@ -59,12 +59,8 @@ dashboard:
|
||||
- target: alias(movingAverage(asPercent(transformNull(stats_counts.zuul.pipeline.check.job.gate-neutron-dsvm-functional-ubuntu-trusty.FAILURE),sum(stats_counts.zuul.pipeline.check.job.gate-neutron-dsvm-functional-ubuntu-trusty.{SUCCESS,FAILURE})),'24hours'), 'gate-neutron-dsvm-functional-ubuntu-trusty')
|
||||
- target: alias(movingAverage(asPercent(transformNull(stats_counts.zuul.pipeline.check.job.gate-neutron-dsvm-fullstack-ubuntu-trusty.FAILURE),sum(stats_counts.zuul.pipeline.check.job.gate-neutron-dsvm-fullstack-ubuntu-trusty.{SUCCESS,FAILURE})),'24hours'), 'gate-neutron-dsvm-fullstack-ubuntu-trusty')
|
||||
- target: alias(movingAverage(asPercent(transformNull(stats_counts.zuul.pipeline.check.job.gate-tempest-dsvm-neutron-identity-v3-only-full-nv.FAILURE),sum(stats_counts.zuul.pipeline.check.job.gate-tempest-dsvm-neutron-identity-v3-only-full-nv.{SUCCESS,FAILURE})),'24hours'), 'gate-tempest-dsvm-neutron-identity-v3-only-full-nv')
|
||||
type: graph
|
||||
- title: Functional/Fullstack Failure Rates (Experimental queue)
|
||||
span: 4
|
||||
targets:
|
||||
- target: alias(movingAverage(asPercent(transformNull(stats_counts.zuul.pipeline.check.job.gate-neutron-dsvm-functional{,-ubuntu-trusty,-ubuntu-xenial}.FAILURE),sum(stats_counts.zuul.pipeline.check.job.gate-neutron-dsvm-functional{,-ubuntu-trusty,-ubuntu-xenial}.{SUCCESS,FAILURE})),'24hours'), 'gate-neutron-dsvm-functional')
|
||||
- target: alias(movingAverage(asPercent(transformNull(stats_counts.zuul.pipeline.check.job.gate-neutron-dsvm-fullstack{,-ubuntu-trusty,-ubuntu-xenial}.FAILURE),sum(stats_counts.zuul.pipeline.check.job.gate-neutron-dsvm-fullstack{,-ubuntu-trusty,-ubuntu-xenial}.{SUCCESS,FAILURE})),'24hours'), 'gate-neutron-dsvm-fullstack-ubuntu')
|
||||
- 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: DVR/LinuxBridge/Multi-node Failure Rates (Check queue)
|
||||
span: 4
|
||||
|
@ -12179,7 +12179,9 @@ projects:
|
||||
- gate-neutron-dsvm-api-ubuntu-trusty
|
||||
- gate-neutron-dsvm-api-ubuntu-xenial
|
||||
- gate-neutron-dsvm-functional-ubuntu-trusty
|
||||
- gate-neutron-dsvm-functional-ubuntu-xenial
|
||||
- gate-neutron-dsvm-fullstack-ubuntu-trusty
|
||||
- gate-neutron-dsvm-fullstack-ubuntu-xenial
|
||||
- gate-rally-dsvm-neutron-neutron-ubuntu-trusty
|
||||
- gate-rally-dsvm-neutron-neutron-ubuntu-xenial
|
||||
- gate-tempest-dsvm-neutron-dvr-ubuntu-trusty
|
||||
@ -12213,8 +12215,6 @@ projects:
|
||||
- neutron-coverage-ubuntu-trusty
|
||||
- neutron-coverage-ubuntu-xenial
|
||||
experimental:
|
||||
- gate-neutron-dsvm-functional-ubuntu-xenial
|
||||
- gate-neutron-dsvm-fullstack-ubuntu-xenial
|
||||
- gate-tempest-dsvm-neutron-scenario
|
||||
- gate-tempest-dsvm-neutron-scenario-linuxbridge
|
||||
- gate-tempest-dsvm-neutron-dvr-multinode-scenario-ubuntu-xenial-nv
|
||||
|
Loading…
Reference in New Issue
Block a user