Add graph for number of periodic neutron jobs run

I don't even know how often it runs, but this is the only set
of jobs we don't report any counters for number of runs.

Change-Id: I2a56d6fb83053e8ac5eb605d88987a76b5c21902
This commit is contained in:
Brian Haley 2019-03-12 13:41:11 -04:00
parent 4024627c92
commit 0d5c481424
1 changed files with 11 additions and 0 deletions

View File

@ -272,3 +272,14 @@ dashboard:
- target: alias(movingAverage(asPercent(transformNull(sum(stats_counts.zuul.tenant.openstack.pipeline.periodic.project.git_openstack_org.openstack_neutron.master.job.neutron-tempest-with-os-ken-master.{FAILURE,TIMED_OUT})),sum(stats_counts.zuul.tenant.openstack.pipeline.periodic.project.git_openstack_org.openstack_neutron.master.job.neutron-tempest-with-os-ken-master.{SUCCESS,FAILURE,TIMED_OUT})),'24hours'), 'neutron-tempest-with-os-ken-master')
- target: alias(movingAverage(asPercent(transformNull(sum(stats_counts.zuul.tenant.openstack.pipeline.periodic.project.git_openstack_org.openstack_neutron-dynamic-routing.master.job.neutron-dynamic-routing-dsvm-tempest-with-os-ken-master-scenario-ipv4.{FAILURE,TIMED_OUT})),sum(stats_counts.zuul.tenant.openstack.pipeline.periodic.project.git_openstack_org.openstack_neutron-dynamic-routing.master.job.neutron-dynamic-routing-dsvm-tempest-with-os-ken-master-scenario-ipv4.{SUCCESS,FAILURE,TIMED_OUT})),'24hours'), 'neutron-dynamic-routing-dsvm-tempest-with-os-ken-master-scenario-ipv4')
type: graph
- title: Number of Periodic jobs runs
span: 6
targets:
- target: alias(summarize(sum(stats_counts.zuul.tenant.openstack.pipeline.periodic.project.git_openstack_org.openstack_neutron.master.job.openstack-tox-py27-with-oslo-master.{SUCCESS,FAILURE,TIMED_OUT}),'24hours'), 'openstack-tox-py27-with-oslo-master')
- target: alias(summarize(sum(stats_counts.zuul.tenant.openstack.pipeline.periodic.project.git_openstack_org.openstack_neutron.master.job.openstack-tox-py35-with-oslo-master.{SUCCESS,FAILURE,TIMED_OUT}),'24hours'), 'openstack-tox-py35-with-oslo-master')
- target: alias(summarize(sum(stats_counts.zuul.tenant.openstack.pipeline.periodic.project.git_openstack_org.openstack_neutron.master.job.openstack-tox-py35-with-neutron-lib-master.{SUCCESS,FAILURE,TIMED_OUT}),'24hours'), 'openstack-tox-py35-with-neutron-lib-master')
- target: alias(summarize(sum(stats_counts.zuul.tenant.openstack.pipeline.periodic.project.git_openstack_org.openstack_neutron.master.job.neutron-tempest-postgres-full.{SUCCESS,FAILURE,TIMED_OUT}),'24hours'), 'neutron-tempest-postgres-full')
- target: alias(summarize(sum(stats_counts.zuul.tenant.openstack.pipeline.periodic.project.git_openstack_org.openstack_neutron.master.job.neutron-functional.{SUCCESS,FAILURE,TIMED_OUT}),'24hours'), 'neutron-functional')
- target: alias(summarize(sum(stats_counts.zuul.tenant.openstack.pipeline.periodic.project.git_openstack_org.openstack_neutron.master.job.neutron-tempest-with-os-ken-master.{SUCCESS,FAILURE,TIMED_OUT}),'24hours'), 'neutron-tempest-with-os-ken-master')
- target: alias(summarize(sum(stats_counts.zuul.tenant.openstack.pipeline.periodic.project.git_openstack_org.openstack_neutron.master.job.neutron-dynamic-routing-dsvm-tempest-with-os-ken-master-scenario-ipv4.{SUCCESS,FAILURE,TIMED_OUT}),'24hours'), 'neutron-dynamic-routing-dsvm-tempest-with-os-ken-master-scenario-ipv4')
type: graph