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
|
||||
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-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-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
|
||||
- title: Tempest Failure Rates (Gate queue)
|
||||
span: 4
|
||||
|
@ -7769,6 +7769,12 @@
|
||||
node: ubuntu-xenial
|
||||
suffix: ''
|
||||
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: gate
|
||||
midonet-plugin: v2
|
||||
@ -7793,6 +7799,12 @@
|
||||
node: ubuntu-xenial
|
||||
suffix: ''
|
||||
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: gate
|
||||
midonet-plugin: ml2
|
||||
|
@ -2164,6 +2164,9 @@ jobs:
|
||||
- name: ^networking-midonet-coverage-db-ubuntu-(trusty|xenial)
|
||||
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
|
||||
voting: false
|
||||
|
||||
@ -11995,10 +11998,12 @@ projects:
|
||||
# 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-v2-ubuntu-xenial
|
||||
- gate-tempest-dsvm-networking-midonet-v2-full-ubuntu-xenial-nv
|
||||
- gate-tempest-dsvm-networking-midonet-v2-ubuntu-trusty
|
||||
# NOTE(yamamoto): ml2 job is voting only for Newton and later,
|
||||
# which happen to use 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-networking-midonet-v2-rally-dsvm-ubuntu-trusty-nv
|
||||
- networking-midonet-coverage-db-ubuntu-trusty
|
||||
|
Loading…
Reference in New Issue
Block a user