Graph runtimes for jobs that actually run on rh1

The existing graphs include only jobs that don't ever run on rh1.
This changes those graphs to be the ha and nonha ovb jobs that do.

Change-Id: Ic501a0852df1320685c577359fc66bb2e72775a2
This commit is contained in:
Ben Nemec 2016-11-28 23:16:15 +00:00
parent ad2f8a16b9
commit e72beffbf8
1 changed files with 4 additions and 4 deletions

View File

@ -173,7 +173,7 @@ dashboard:
showTitle: true
height: 250px
panels:
- title: gate-tempest-dsvm-full
- title: gate-tripleo-ci-centos-7-ovb-ha
type: graph
span: 6
leftYAxisLabel: "time"
@ -181,8 +181,8 @@ dashboard:
- s
- none
targets:
- target: alias(scale(stats.timers.nodepool.job.gate-tempest-dsvm-full-ubuntu-xenial.master.ubuntu-xenial.tripleo-test-cloud-rh1.runtime.mean, '0.001'), 'RH1')
- title: gate-tempest-dsvm-neutron-full
- target: alias(scale(stats.timers.nodepool.job.gate-tripleo-ci-centos-7-ovb-ha.master.centos-7.tripleo-test-cloud-rh1.runtime.mean, '0.001'), 'RH1')
- title: gate-tripleo-ci-centos-7-ovb-nonha
type: graph
span: 6
leftYAxisLabel: "time"
@ -190,4 +190,4 @@ dashboard:
- s
- none
targets:
- target: alias(scale(stats.timers.nodepool.job.gate-tempest-dsvm-neutron-full-ubuntu-xenial.master.ubuntu-xenial.tripleo-test-cloud-rh1.runtime.mean, '0.001'), 'RH1')
- target: alias(scale(stats.timers.nodepool.job.gate-tripleo-ci-centos-7-ovb-nonha.master.centos-7.tripleo-test-cloud-rh1.runtime.mean, '0.001'), 'RH1')