networking-midonet: Add "full" variants for ml2 and v2 jobs
At this point, they are identical with the non-full variants, except that the new ones are master only and non-voting. The plan is to make the existing voting jobs minimum later. (eg. No advanced services) Partial-Bug: #1615668 Change-Id: I7951c0f9a5c82dae42ba774f210d21e52dac01c7
This commit is contained in:
parent
07a7f0ffe6
commit
b91135ccd3
@ -31,7 +31,9 @@ dashboard:
|
|||||||
span: 4
|
span: 4
|
||||||
targets:
|
targets:
|
||||||
- target: alias(movingAverage(asPercent(transformNull(stats_counts.zuul.pipeline.check.job.gate-tempest-dsvm-networking-midonet-v2-ubuntu-xenial.FAILURE),sum(stats_counts.zuul.pipeline.check.job.gate-tempest-dsvm-networking-midonet-v2-ubuntu-xenial.{SUCCESS,FAILURE})),'24hours'), 'gate-tempest-dsvm-networking-midonet-v2-ubuntu-xenial')
|
- target: alias(movingAverage(asPercent(transformNull(stats_counts.zuul.pipeline.check.job.gate-tempest-dsvm-networking-midonet-v2-ubuntu-xenial.FAILURE),sum(stats_counts.zuul.pipeline.check.job.gate-tempest-dsvm-networking-midonet-v2-ubuntu-xenial.{SUCCESS,FAILURE})),'24hours'), 'gate-tempest-dsvm-networking-midonet-v2-ubuntu-xenial')
|
||||||
|
- target: alias(movingAverage(asPercent(transformNull(stats_counts.zuul.pipeline.check.job.gate-tempest-dsvm-networking-midonet-v2-full-ubuntu-xenial-nv.FAILURE),sum(stats_counts.zuul.pipeline.check.job.gate-tempest-dsvm-networking-midonet-v2-full-ubuntu-xenial-nv.{SUCCESS,FAILURE})),'24hours'), 'gate-tempest-dsvm-networking-midonet-v2-full-ubuntu-xenial-nv')
|
||||||
- target: alias(movingAverage(asPercent(transformNull(stats_counts.zuul.pipeline.check.job.gate-tempest-dsvm-networking-midonet-ml2-ubuntu-xenial.FAILURE),sum(stats_counts.zuul.pipeline.check.job.gate-tempest-dsvm-networking-midonet-ml2-ubuntu-xenial.{SUCCESS,FAILURE})),'24hours'), 'gate-tempest-dsvm-networking-midonet-ml2-ubuntu-xenial')
|
- target: alias(movingAverage(asPercent(transformNull(stats_counts.zuul.pipeline.check.job.gate-tempest-dsvm-networking-midonet-ml2-ubuntu-xenial.FAILURE),sum(stats_counts.zuul.pipeline.check.job.gate-tempest-dsvm-networking-midonet-ml2-ubuntu-xenial.{SUCCESS,FAILURE})),'24hours'), 'gate-tempest-dsvm-networking-midonet-ml2-ubuntu-xenial')
|
||||||
|
- target: alias(movingAverage(asPercent(transformNull(stats_counts.zuul.pipeline.check.job.gate-tempest-dsvm-networking-midonet-ml2-full-ubuntu-xenial-nv.FAILURE),sum(stats_counts.zuul.pipeline.check.job.gate-tempest-dsvm-networking-midonet-ml2-full-ubuntu-xenial-nv.{SUCCESS,FAILURE})),'24hours'), 'gate-tempest-dsvm-networking-midonet-ml2-full-ubuntu-xenial-nv')
|
||||||
type: graph
|
type: graph
|
||||||
- title: Tempest Failure Rates (Gate queue)
|
- title: Tempest Failure Rates (Gate queue)
|
||||||
span: 4
|
span: 4
|
||||||
|
@ -7769,6 +7769,12 @@
|
|||||||
node: ubuntu-xenial
|
node: ubuntu-xenial
|
||||||
suffix: ''
|
suffix: ''
|
||||||
branch-override: default
|
branch-override: default
|
||||||
|
- '{pipeline}-tempest-dsvm-networking-midonet-{midonet-plugin}-{node}{suffix}':
|
||||||
|
pipeline: gate
|
||||||
|
midonet-plugin: v2-full
|
||||||
|
node: ubuntu-xenial
|
||||||
|
suffix: '-nv'
|
||||||
|
branch-override: default
|
||||||
- '{pipeline}-tempest-dsvm-networking-midonet-{midonet-plugin}-{node}{suffix}':
|
- '{pipeline}-tempest-dsvm-networking-midonet-{midonet-plugin}-{node}{suffix}':
|
||||||
pipeline: gate
|
pipeline: gate
|
||||||
midonet-plugin: v2
|
midonet-plugin: v2
|
||||||
@ -7793,6 +7799,12 @@
|
|||||||
node: ubuntu-xenial
|
node: ubuntu-xenial
|
||||||
suffix: ''
|
suffix: ''
|
||||||
branch-override: default
|
branch-override: default
|
||||||
|
- '{pipeline}-tempest-dsvm-networking-midonet-{midonet-plugin}-{node}{suffix}':
|
||||||
|
pipeline: gate
|
||||||
|
midonet-plugin: ml2-full
|
||||||
|
node: ubuntu-xenial
|
||||||
|
suffix: '-nv'
|
||||||
|
branch-override: default
|
||||||
- '{pipeline}-tempest-dsvm-networking-midonet-{midonet-plugin}-{node}{suffix}':
|
- '{pipeline}-tempest-dsvm-networking-midonet-{midonet-plugin}-{node}{suffix}':
|
||||||
pipeline: gate
|
pipeline: gate
|
||||||
midonet-plugin: ml2
|
midonet-plugin: ml2
|
||||||
|
@ -2164,6 +2164,9 @@ jobs:
|
|||||||
- name: ^networking-midonet-coverage-db-ubuntu-(trusty|xenial)
|
- name: ^networking-midonet-coverage-db-ubuntu-(trusty|xenial)
|
||||||
voting: false
|
voting: false
|
||||||
|
|
||||||
|
- name: ^gate-tempest-dsvm-networking-midonet-.+-full-ubuntu-xenial-nv
|
||||||
|
branch: ^(?!stable/(liberty|mitaka|newton)).*$
|
||||||
|
|
||||||
- name: ^gate-tempest-dsvm-networking-midonet-v1-ubuntu-trusty
|
- name: ^gate-tempest-dsvm-networking-midonet-v1-ubuntu-trusty
|
||||||
voting: false
|
voting: false
|
||||||
|
|
||||||
@ -11995,10 +11998,12 @@ projects:
|
|||||||
# NOTE(yamamoto): No v1 xenial job as it isn't compatible with xenial.
|
# NOTE(yamamoto): No v1 xenial job as it isn't compatible with xenial.
|
||||||
- gate-tempest-dsvm-networking-midonet-v1-ubuntu-trusty
|
- gate-tempest-dsvm-networking-midonet-v1-ubuntu-trusty
|
||||||
- gate-tempest-dsvm-networking-midonet-v2-ubuntu-xenial
|
- gate-tempest-dsvm-networking-midonet-v2-ubuntu-xenial
|
||||||
|
- gate-tempest-dsvm-networking-midonet-v2-full-ubuntu-xenial-nv
|
||||||
- gate-tempest-dsvm-networking-midonet-v2-ubuntu-trusty
|
- gate-tempest-dsvm-networking-midonet-v2-ubuntu-trusty
|
||||||
# NOTE(yamamoto): ml2 job is voting only for Newton and later,
|
# NOTE(yamamoto): ml2 job is voting only for Newton and later,
|
||||||
# which happen to use xenial.
|
# which happen to use xenial.
|
||||||
- gate-tempest-dsvm-networking-midonet-ml2-ubuntu-xenial
|
- gate-tempest-dsvm-networking-midonet-ml2-ubuntu-xenial
|
||||||
|
- gate-tempest-dsvm-networking-midonet-ml2-full-ubuntu-xenial-nv
|
||||||
- gate-tempest-dsvm-networking-midonet-ml2-ubuntu-trusty-nv
|
- gate-tempest-dsvm-networking-midonet-ml2-ubuntu-trusty-nv
|
||||||
- gate-networking-midonet-v2-rally-dsvm-ubuntu-trusty-nv
|
- gate-networking-midonet-v2-rally-dsvm-ubuntu-trusty-nv
|
||||||
- networking-midonet-coverage-db-ubuntu-trusty
|
- networking-midonet-coverage-db-ubuntu-trusty
|
||||||
|
Loading…
Reference in New Issue
Block a user