Update ceph grafana dashboard for nova master branch

As of change I11dd1a94054ed29f70330906c1d95967b3de718c, the .zuul.yaml
config for the nova master branch changed from running the
tempest-full-py3 job to the tempest-integrated-compute job. This
updates the ceph grafana dashboard accordingly.

Change-Id: I3b07d2f41ee1d7fe62404d228ca74b37a008b90b
This commit is contained in:
melanie witt 2019-10-23 03:44:26 +00:00
parent abc18610b7
commit db7b1de1cb
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ dashboard:
- title: Nova Tempest Full Failure Rates (Check queue) master
span: 6
targets:
- target: alias(movingAverage(asPercent(transformNull(stats_counts.zuul.tenant.openstack.pipeline.check.project.opendev_org.openstack_nova.master.job.tempest-full-py3.FAILURE),sum(stats_counts.zuul.tenant.openstack.pipeline.check.project.opendev_org.openstack_nova.master.job.tempest-full-py3.{SUCCESS,FAILURE})),'24hours'), 'tempest-full-py3')
- target: alias(movingAverage(asPercent(transformNull(stats_counts.zuul.tenant.openstack.pipeline.check.project.opendev_org.openstack_nova.master.job.tempest-integrated-compute.FAILURE),sum(stats_counts.zuul.tenant.openstack.pipeline.check.project.opendev_org.openstack_nova.master.job.tempest-integrated-compute.{SUCCESS,FAILURE})),'24hours'), 'tempest-integrated-compute')
- target: alias(movingAverage(asPercent(transformNull(stats_counts.zuul.tenant.openstack.pipeline.check.project.opendev_org.openstack_nova.master.job.devstack-plugin-ceph-tempest.FAILURE),sum(stats_counts.zuul.tenant.openstack.pipeline.check.project.opendev_org.openstack_nova.master.job.devstack-plugin-ceph-tempest.{SUCCESS,FAILURE})),'24hours'), 'devstack-plugin-ceph-tempest')
type: graph
- title: Cinder Tempest Full Failure Rates (Check queue) master