networking-odl: add periodic tempest job for stable branches
add tempest periodic jobs to monitor stable branch breakage due to other repositories. networking-odl depends on relatively many projects, e.g. neutron, neutron-*aas, networking-{l2gw, sfc ...} and opendaylight Change-Id: I2404e2c70e75eb999bc053700b7b17f3dc605fb8
This commit is contained in:
parent
b2ffef880a
commit
7bfcc7bdcc
@ -48,6 +48,9 @@ dashboard:
|
|||||||
- title: Periodic jobs
|
- title: Periodic jobs
|
||||||
span: 4
|
span: 4
|
||||||
targets:
|
targets:
|
||||||
|
- target: alias(movingAverage(asPercent(transformNull(stats_counts.zuul.pipeline.periodic.job.periodic-tempest-dsvm-networking-odl-boron-snapshot-mitaka.FAILURE),sum(stats_counts.zuul.pipeline.periodic.job.periodic-tempest-dsvm-networking-odl-boron-snapshot-mitaka.{SUCCESS,FAILURE})),'24hours'), 'periodic-tempest-dsvm-networking-odl-boron-snapshot-mitaka')
|
||||||
|
- target: alias(movingAverage(asPercent(transformNull(stats_counts.zuul.pipeline.periodic.job.periodic-tempest-dsvm-networking-odl-boron-snapshot-liberty.FAILURE),sum(stats_counts.zuul.pipeline.periodic.job.periodic-tempest-dsvm-networking-odl-boron-snapshot-liberty.{SUCCESS,FAILURE})),'24hours'), 'periodic-tempest-dsvm-networking-odl-boron-snapshot-liberty')
|
||||||
|
- target: alias(movingAverage(asPercent(transformNull(stats_counts.zuul.pipeline.periodic.job.periodic-tempest-dsvm-networking-odl-beryllium-snapshot-liberty.FAILURE),sum(stats_counts.zuul.pipeline.periodic.job.periodic-tempest-dsvm-networking-odl-beryllium-snapshot-liberty.{SUCCESS,FAILURE})),'24hours'), 'periodic-tempest-dsvm-networking-odl-beryllium-snapshot-liberty')
|
||||||
- target: alias(movingAverage(asPercent(transformNull(stats_counts.zuul.pipeline.periodic-stable.job.periodic-networking-odl-python27-newton.FAILURE),sum(stats_counts.zuul.pipeline.periodic-stable.job.periodic-networking-odl-python27-newton.{SUCCESS,FAILURE})),'24hours'), 'periodic-networking-odl-python27-newton')
|
- target: alias(movingAverage(asPercent(transformNull(stats_counts.zuul.pipeline.periodic-stable.job.periodic-networking-odl-python27-newton.FAILURE),sum(stats_counts.zuul.pipeline.periodic-stable.job.periodic-networking-odl-python27-newton.{SUCCESS,FAILURE})),'24hours'), 'periodic-networking-odl-python27-newton')
|
||||||
- target: alias(movingAverage(asPercent(transformNull(stats_counts.zuul.pipeline.periodic-stable.job.periodic-networking-odl-python27-mitaka.FAILURE),sum(stats_counts.zuul.pipeline.periodic-stable.job.periodic-networking-odl-python27-mitaka.{SUCCESS,FAILURE})),'24hours'), 'periodic-networking-odl-python27-mitaka')
|
- target: alias(movingAverage(asPercent(transformNull(stats_counts.zuul.pipeline.periodic-stable.job.periodic-networking-odl-python27-mitaka.FAILURE),sum(stats_counts.zuul.pipeline.periodic-stable.job.periodic-networking-odl-python27-mitaka.{SUCCESS,FAILURE})),'24hours'), 'periodic-networking-odl-python27-mitaka')
|
||||||
- target: alias(movingAverage(asPercent(transformNull(stats_counts.zuul.pipeline.periodic-stable.job.periodic-networking-odl-python27-liberty.FAILURE),sum(stats_counts.zuul.pipeline.periodic-stable.job.periodic-networking-odl-python27-liberty.{SUCCESS,FAILURE})),'24hours'), 'periodic-networking-odl-python27-liberty')
|
- target: alias(movingAverage(asPercent(transformNull(stats_counts.zuul.pipeline.periodic-stable.job.periodic-networking-odl-python27-liberty.FAILURE),sum(stats_counts.zuul.pipeline.periodic-stable.job.periodic-networking-odl-python27-liberty.{SUCCESS,FAILURE})),'24hours'), 'periodic-networking-odl-python27-liberty')
|
||||||
|
@ -7329,6 +7329,24 @@
|
|||||||
job-suffix: ''
|
job-suffix: ''
|
||||||
odl-release-base: 'carbon-snapshot'
|
odl-release-base: 'carbon-snapshot'
|
||||||
branch-override: default
|
branch-override: default
|
||||||
|
- '{pipeline}-tempest-dsvm-networking-odl-{odl-release-base}{job-suffix}':
|
||||||
|
pipeline: periodic
|
||||||
|
node: ubuntu-trusty
|
||||||
|
job-suffix: '-mitaka'
|
||||||
|
odl-release-base: 'boron-snapshot'
|
||||||
|
branch-override: stable/mitaka
|
||||||
|
- '{pipeline}-tempest-dsvm-networking-odl-{odl-release-base}{job-suffix}':
|
||||||
|
pipeline: periodic
|
||||||
|
node: ubuntu-trusty
|
||||||
|
job-suffix: '-liberty'
|
||||||
|
odl-release-base: 'boron-snapshot'
|
||||||
|
branch-override: stable/liberty
|
||||||
|
- '{pipeline}-tempest-dsvm-networking-odl-{odl-release-base}{job-suffix}':
|
||||||
|
pipeline: periodic
|
||||||
|
node: ubuntu-trusty
|
||||||
|
job-suffix: '-liberty'
|
||||||
|
odl-release-base: 'beryllium-snapshot'
|
||||||
|
branch-override: stable/liberty
|
||||||
- '{pipeline}-rally-dsvm-networking-odl-{odl-release-base}{job-suffix}':
|
- '{pipeline}-rally-dsvm-networking-odl-{odl-release-base}{job-suffix}':
|
||||||
pipeline: gate
|
pipeline: gate
|
||||||
node: ubuntu-xenial
|
node: ubuntu-xenial
|
||||||
|
@ -11644,6 +11644,10 @@ projects:
|
|||||||
- networking-odl-coverage-ubuntu-xenial
|
- networking-odl-coverage-ubuntu-xenial
|
||||||
experimental:
|
experimental:
|
||||||
- gate-grenade-dsvm-networking-odl-nv
|
- gate-grenade-dsvm-networking-odl-nv
|
||||||
|
periodic:
|
||||||
|
- periodic-tempest-dsvm-networking-odl-boron-snapshot-mitaka
|
||||||
|
- periodic-tempest-dsvm-networking-odl-boron-snapshot-liberty
|
||||||
|
- periodic-tempest-dsvm-networking-odl-beryllium-snapshot-liberty
|
||||||
|
|
||||||
- name: openstack/networking-ofagent
|
- name: openstack/networking-ofagent
|
||||||
template:
|
template:
|
||||||
|
Loading…
Reference in New Issue
Block a user