diff options
author | Monty Taylor <mordred@inaugust.com> | 2015-11-16 14:21:50 -0500 |
---|---|---|
committer | Monty Taylor <mordred@inaugust.com> | 2015-11-16 14:21:50 -0500 |
commit | 4dfd2edcc25f68c6f3dcfab5cc432a7c3d30aac1 (patch) | |
tree | 939418809eb923e273a15210ba96db69d4fa9b96 /src | |
parent | 251f68b13f3de80f7d479cbf4592ff011226e137 (diff) |
Add OVH to runtimes graph
Diffstat (limited to 'src')
-rw-r--r-- | src/task-report.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/task-report.html b/src/task-report.html index 8c33fe4..c4538ba 100644 --- a/src/task-report.html +++ b/src/task-report.html | |||
@@ -141,6 +141,7 @@ for(i=0; i<jobs.length; ++i) { | |||
141 | title: jobs[i] + ' job runtime', | 141 | title: jobs[i] + ' job runtime', |
142 | target: [ | 142 | target: [ |
143 | "alias(averageSeries(stats.timers.nodepool.job." + jobs[i] + ".master.*.hpcloud-b*.runtime.mean), 'HP')", | 143 | "alias(averageSeries(stats.timers.nodepool.job." + jobs[i] + ".master.*.hpcloud-b*.runtime.mean), 'HP')", |
144 | "alias(averageSeries(stats.timers.nodepool.job." + jobs[i] + ".master.*.ovh-gra1.runtime.mean), 'OVH')", | ||
144 | "alias(averageSeries(stats.timers.nodepool.job." + jobs[i] + ".master.*.rax-dfw.runtime.mean), 'RAX DFW')", | 145 | "alias(averageSeries(stats.timers.nodepool.job." + jobs[i] + ".master.*.rax-dfw.runtime.mean), 'RAX DFW')", |
145 | "alias(averageSeries(stats.timers.nodepool.job." + jobs[i] + ".master.*.rax-iad.runtime.mean), 'RAX IAD')", | 146 | "alias(averageSeries(stats.timers.nodepool.job." + jobs[i] + ".master.*.rax-iad.runtime.mean), 'RAX IAD')", |
146 | "alias(averageSeries(stats.timers.nodepool.job." + jobs[i] + ".master.*.rax-ord.runtime.mean), 'RAX ORD')" | 147 | "alias(averageSeries(stats.timers.nodepool.job." + jobs[i] + ".master.*.rax-ord.runtime.mean), 'RAX ORD')" |