]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Fix dashboard graphite URLs
authorRyan Moats <rmoats@us.ibm.com>
Thu, 19 Nov 2015 21:23:43 +0000 (15:23 -0600)
committerRyan Moats <rmoats@us.ibm.com>
Thu, 19 Nov 2015 21:28:55 +0000 (15:28 -0600)
The update to openstack graphite data is now storing nulls instead
of high frequency zero values. Therefore, make the following changes:

1. use stats_counts instead of stats data, as this accesses the raw
counters
2. apply transformNull to all data series so that null -> 0 is handled
correctly
3. add a global drawNullAsZero=true to handle discontinuities

Thanks to jeblair and sdague for tracking this down

Change-Id: Idebc046d7d867d80e2afe1c4b86c526f9205d3d5
Signed-off-by: Ryan Moats <rmoats@us.ibm.com>
doc/source/dashboards/check.dashboard.rst
doc/source/dashboards/gate.dashboard.rst

index 3e2383377ee8be06aa8fdb450e19984f88ab4e5a..0ac4903a904fc17f25244a5bd57e2e796ebb08ab 100644 (file)
@@ -10,28 +10,28 @@ Click to see full size figure.
    <tr>
    <td align="center" width=50%>
    Failure Percentage - Last 10 Days - DVR and Full Jobs<br>
-   <a href="http://graphite.openstack.org/render/?title=Failure Percentage - Last 10 Days - DVR and Full Jobs&from=-10days&height=500&until=now&width=1200&bgcolor=ffffff&fgcolor=000000&yMax=100&yMin=0&target=color%28alias%28movingAverage%28asPercent%28stats.zuul.pipeline.check.job.gate-tempest-dsvm-neutron-dvr-multinode-full.FAILURE,sum%28stats.zuul.pipeline.check.job.gate-tempest-dsvm-neutron-dvr-multinode-full.{SUCCESS,FAILURE}%29%29,%2736hours%27%29,%20%27gate-tempest-dsvm-neutron-dvr-multinode-full%27%29,%27orange%27%29&target=color%28alias%28movingAverage%28asPercent%28stats.zuul.pipeline.check.job.gate-tempest-dsvm-neutron-dvr.FAILURE,sum%28stats.zuul.pipeline.check.job.gate-tempest-dsvm-neutron-dvr.{SUCCESS,FAILURE}%29%29,%2736hours%27%29,%20%27gate-tempest-dsvm-neutron-dvr%27%29,%27blue%27%29&target=color%28alias%28movingAverage%28asPercent%28stats.zuul.pipeline.check.job.gate-tempest-dsvm-neutron-multinode-full.FAILURE,sum%28stats.zuul.pipeline.check.job.gate-tempest-dsvm-neutron-multinode-full.{SUCCESS,FAILURE}%29%29,%2736hours%27%29,%20%27gate-tempest-dsvm-neutron-multinode-full%27%29,%27green%27%29&target=color%28alias%28movingAverage%28asPercent%28stats.zuul.pipeline.check.job.gate-tempest-dsvm-neutron-full.FAILURE,sum%28stats.zuul.pipeline.check.job.gate-tempest-dsvm-neutron-full.{SUCCESS,FAILURE}%29%29,%2736hours%27%29,%20%27gate-tempest-dsvm-neutron-full%27%29,%27red%27%29">
-   <img src="http://graphite.openstack.org/render/?from=-10days&height=500&until=now&width=1200&bgcolor=ffffff&fgcolor=000000&yMax=100&yMin=0&target=color%28alias%28movingAverage%28asPercent%28stats.zuul.pipeline.check.job.gate-tempest-dsvm-neutron-dvr-multinode-full.FAILURE,sum%28stats.zuul.pipeline.check.job.gate-tempest-dsvm-neutron-dvr-multinode-full.{SUCCESS,FAILURE}%29%29,%2736hours%27%29,%20%27gate-tempest-dsvm-neutron-dvr-multinode-full%27%29,%27orange%27%29&target=color%28alias%28movingAverage%28asPercent%28stats.zuul.pipeline.check.job.gate-tempest-dsvm-neutron-dvr.FAILURE,sum%28stats.zuul.pipeline.check.job.gate-tempest-dsvm-neutron-dvr.{SUCCESS,FAILURE}%29%29,%2736hours%27%29,%20%27gate-tempest-dsvm-neutron-dvr%27%29,%27blue%27%29&target=color%28alias%28movingAverage%28asPercent%28stats.zuul.pipeline.check.job.gate-tempest-dsvm-neutron-multinode-full.FAILURE,sum%28stats.zuul.pipeline.check.job.gate-tempest-dsvm-neutron-multinode-full.{SUCCESS,FAILURE}%29%29,%2736hours%27%29,%20%27gate-tempest-dsvm-neutron-multinode-full%27%29,%27green%27%29&target=color%28alias%28movingAverage%28asPercent%28stats.zuul.pipeline.check.job.gate-tempest-dsvm-neutron-full.FAILURE,sum%28stats.zuul.pipeline.check.job.gate-tempest-dsvm-neutron-full.{SUCCESS,FAILURE}%29%29,%2736hours%27%29,%20%27gate-tempest-dsvm-neutron-full%27%29,%27red%27%29" width="400">
+   <a href="http://graphite.openstack.org/render/?title=Failure Percentage - Last 10 Days - DVR and Full Jobs&from=-10days&height=500&until=now&width=1200&bgcolor=ffffff&fgcolor=000000&yMax=100&yMin=0&target=color%28alias%28movingAverage%28asPercent%28transformNull%28stats_counts.zuul.pipeline.check.job.gate-tempest-dsvm-neutron-dvr-multinode-full.FAILURE%29,transformNull%28sum%28stats_counts.zuul.pipeline.check.job.gate-tempest-dsvm-neutron-dvr-multinode-full.{SUCCESS,FAILURE}%29%29%29,%2736hours%27%29,%20%27gate-tempest-dsvm-neutron-dvr-multinode-full%27%29,%27orange%27%29&target=color%28alias%28movingAverage%28asPercent%28transformNull%28stats_counts.zuul.pipeline.check.job.gate-tempest-dsvm-neutron-dvr.FAILURE%29,transformNull%28sum%28stats_counts.zuul.pipeline.check.job.gate-tempest-dsvm-neutron-dvr.{SUCCESS,FAILURE}%29%29%29,%2736hours%27%29,%20%27gate-tempest-dsvm-neutron-dvr%27%29,%27blue%27%29&target=color%28alias%28movingAverage%28asPercent%28transformNull%28stats_counts.zuul.pipeline.check.job.gate-tempest-dsvm-neutron-multinode-full.FAILURE%29,transformNull%28sum%28stats_counts.zuul.pipeline.check.job.gate-tempest-dsvm-neutron-multinode-full.{SUCCESS,FAILURE}%29%29%29,%2736hours%27%29,%20%27gate-tempest-dsvm-neutron-multinode-full%27%29,%27green%27%29&target=color%28alias%28movingAverage%28asPercent%28transformNull%28stats_counts.zuul.pipeline.check.job.gate-tempest-dsvm-neutron-full.FAILURE%29,transformNull%28sum%28stats_counts.zuul.pipeline.check.job.gate-tempest-dsvm-neutron-full.{SUCCESS,FAILURE}%29%29%29,%2736hours%27%29,%20%27gate-tempest-dsvm-neutron-full%27%29,%27red%27%29&drawNullAsZero=true">
+   <img src="http://graphite.openstack.org/render/?from=-10days&height=500&until=now&width=1200&bgcolor=ffffff&fgcolor=000000&yMax=100&yMin=0&target=color%28alias%28movingAverage%28asPercent%28transformNull%28stats_counts.zuul.pipeline.check.job.gate-tempest-dsvm-neutron-dvr-multinode-full.FAILURE%29,transformNull%28sum%28stats_counts.zuul.pipeline.check.job.gate-tempest-dsvm-neutron-dvr-multinode-full.{SUCCESS,FAILURE}%29%29%29,%2736hours%27%29,%20%27gate-tempest-dsvm-neutron-dvr-multinode-full%27%29,%27orange%27%29&target=color%28alias%28movingAverage%28asPercent%28transformNull%28stats_counts.zuul.pipeline.check.job.gate-tempest-dsvm-neutron-dvr.FAILURE%29,transformNull%28sum%28stats_counts.zuul.pipeline.check.job.gate-tempest-dsvm-neutron-dvr.{SUCCESS,FAILURE}%29%29%29,%2736hours%27%29,%20%27gate-tempest-dsvm-neutron-dvr%27%29,%27blue%27%29&target=color%28alias%28movingAverage%28asPercent%28transformNull%28stats_counts.zuul.pipeline.check.job.gate-tempest-dsvm-neutron-multinode-full.FAILURE%29,transformNull%28sum%28stats_counts.zuul.pipeline.check.job.gate-tempest-dsvm-neutron-multinode-full.{SUCCESS,FAILURE}%29%29%29,%2736hours%27%29,%20%27gate-tempest-dsvm-neutron-multinode-full%27%29,%27green%27%29&target=color%28alias%28movingAverage%28asPercent%28transformNull%28stats_counts.zuul.pipeline.check.job.gate-tempest-dsvm-neutron-full.FAILURE%29,transformNull%28sum%28stats_counts.zuul.pipeline.check.job.gate-tempest-dsvm-neutron-full.{SUCCESS,FAILURE}%29%29%29,%2736hours%27%29,%20%27gate-tempest-dsvm-neutron-full%27%29,%27red%27%29&drawNullAsZero=true" width="400">
    </a>
    </td>
    <td align="center">
    Failure Percentage - Last 10 Days - Grenade, DSVM API/Functional/Fullstack<br>
-   <a href="http://graphite.openstack.org/render/?title=Failure Percentage - Last 10 Days - Grenade, DSVM API/Functional/Fullstack&from=-10days&height=500&until=now&width=1200&bgcolor=ffffff&fgcolor=000000&yMax=100&yMin=0&target=color%28alias%28movingAverage%28asPercent%28stats.zuul.pipeline.check.job.gate-grenade-dsvm-neutron.FAILURE,sum%28stats.zuul.pipeline.check.job.gate-grenade-dsvm-neutron.{SUCCESS,FAILURE}%29%29,%2736hours%27%29,%20%27gate-grenade-dsvm-neutron%27%29,%27orange%27%29&target=color%28alias%28movingAverage%28asPercent%28stats.zuul.pipeline.check.job.gate-neutron-dsvm-api.FAILURE,sum%28stats.zuul.pipeline.check.job.gate-neutron-dsvm-api.{SUCCESS,FAILURE}%29%29,%2736hours%27%29,%20%27gate-neutron-dsvm-api%27%29,%27blue%27%29&target=color%28alias%28movingAverage%28asPercent%28stats.zuul.pipeline.check.job.gate-neutron-dsvm-functional.FAILURE,sum%28stats.zuul.pipeline.check.job.gate-neutron-dsvm-functional.{SUCCESS,FAILURE}%29%29,%2736hours%27%29,%20%27gate-neutron-dsvm-functional%27%29,%27green%27%29&target=color%28alias%28movingAverage%28asPercent%28stats.zuul.pipeline.check.job.gate-neutron-dsvm-fullstack.FAILURE,sum%28stats.zuul.pipeline.check.job.gate-neutron-dsvm-fullstack.{SUCCESS,FAILURE}%29%29,%2736hours%27%29,%20%27gate-neutron-dsvm-fullstack%27%29,%27red%27%29">
-   <img src="http://graphite.openstack.org/render/?from=-10days&height=500&until=now&width=1200&bgcolor=ffffff&fgcolor=000000&yMax=100&yMin=0&target=color%28alias%28movingAverage%28asPercent%28stats.zuul.pipeline.check.job.gate-grenade-dsvm-neutron.FAILURE,sum%28stats.zuul.pipeline.check.job.gate-grenade-dsvm-neutron.{SUCCESS,FAILURE}%29%29,%2736hours%27%29,%20%27gate-grenade-dsvm-neutron%27%29,%27orange%27%29&target=color%28alias%28movingAverage%28asPercent%28stats.zuul.pipeline.check.job.gate-neutron-dsvm-api.FAILURE,sum%28stats.zuul.pipeline.check.job.gate-neutron-dsvm-api.{SUCCESS,FAILURE}%29%29,%2736hours%27%29,%20%27gate-neutron-dsvm-api%27%29,%27blue%27%29&target=color%28alias%28movingAverage%28asPercent%28stats.zuul.pipeline.check.job.gate-neutron-dsvm-functional.FAILURE,sum%28stats.zuul.pipeline.check.job.gate-neutron-dsvm-functional.{SUCCESS,FAILURE}%29%29,%2736hours%27%29,%20%27gate-neutron-dsvm-functional%27%29,%27green%27%29&target=color%28alias%28movingAverage%28asPercent%28stats.zuul.pipeline.check.job.gate-neutron-dsvm-fullstack.FAILURE,sum%28stats.zuul.pipeline.check.job.gate-neutron-dsvm-fullstack.{SUCCESS,FAILURE}%29%29,%2736hours%27%29,%20%27gate-neutron-dsvm-fullstack%27%29,%27red%27%29" width="400">
+   <a href="http://graphite.openstack.org/render/?title=Failure Percentage - Last 10 Days - Grenade, DSVM API/Functional/Fullstack&from=-10days&height=500&until=now&width=1200&bgcolor=ffffff&fgcolor=000000&yMax=100&yMin=0&target=color%28alias%28movingAverage%28asPercent%28transformNull%28stats_counts.zuul.pipeline.check.job.gate-grenade-dsvm-neutron.FAILURE%29,transformNull%28sum%28stats_counts.zuul.pipeline.check.job.gate-grenade-dsvm-neutron.{SUCCESS,FAILURE}%29%29%29,%2736hours%27%29,%20%27gate-grenade-dsvm-neutron%27%29,%27orange%27%29&target=color%28alias%28movingAverage%28asPercent%28transformNull%28stats_counts.zuul.pipeline.check.job.gate-neutron-dsvm-api.FAILURE%29,transformNull%28sum%28stats_counts.zuul.pipeline.check.job.gate-neutron-dsvm-api.{SUCCESS,FAILURE}%29%29%29,%2736hours%27%29,%20%27gate-neutron-dsvm-api%27%29,%27blue%27%29&target=color%28alias%28movingAverage%28asPercent%28transformNull%28stats_counts.zuul.pipeline.check.job.gate-neutron-dsvm-functional.FAILURE%29,transformNull%28sum%28stats_counts.zuul.pipeline.check.job.gate-neutron-dsvm-functional.{SUCCESS,FAILURE}%29%29%29,%2736hours%27%29,%20%27gate-neutron-dsvm-functional%27%29,%27green%27%29&target=color%28alias%28movingAverage%28asPercent%28transformNull%28stats_counts.zuul.pipeline.check.job.gate-neutron-dsvm-fullstack.FAILURE%29,transformNull%28sum%28stats_counts.zuul.pipeline.check.job.gate-neutron-dsvm-fullstack.{SUCCESS,FAILURE}%29%29%29,%2736hours%27%29,%20%27gate-neutron-dsvm-fullstack%27%29,%27red%27%29&drawNullAsZero=true">
+   <img src="http://graphite.openstack.org/render/?from=-10days&height=500&until=now&width=1200&bgcolor=ffffff&fgcolor=000000&yMax=100&yMin=0&target=color%28alias%28movingAverage%28asPercent%28transformNull%28stats_counts.zuul.pipeline.check.job.gate-grenade-dsvm-neutron.FAILURE%29,transformNull%28sum%28stats_counts.zuul.pipeline.check.job.gate-grenade-dsvm-neutron.{SUCCESS,FAILURE}%29%29%29,%2736hours%27%29,%20%27gate-grenade-dsvm-neutron%27%29,%27orange%27%29&target=color%28alias%28movingAverage%28asPercent%28transformNull%28stats_counts.zuul.pipeline.check.job.gate-neutron-dsvm-api.FAILURE%29,transformNull%28sum%28stats_counts.zuul.pipeline.check.job.gate-neutron-dsvm-api.{SUCCESS,FAILURE}%29%29%29,%2736hours%27%29,%20%27gate-neutron-dsvm-api%27%29,%27blue%27%29&target=color%28alias%28movingAverage%28asPercent%28transformNull%28stats_counts.zuul.pipeline.check.job.gate-neutron-dsvm-functional.FAILURE%29,transformNull%28sum%28stats_counts.zuul.pipeline.check.job.gate-neutron-dsvm-functional.{SUCCESS,FAILURE}%29%29%29,%2736hours%27%29,%20%27gate-neutron-dsvm-functional%27%29,%27green%27%29&target=color%28alias%28movingAverage%28asPercent%28transformNull%28stats_counts.zuul.pipeline.check.job.gate-neutron-dsvm-fullstack.FAILURE%29,transformNull%28sum%28stats_counts.zuul.pipeline.check.job.gate-neutron-dsvm-fullstack.{SUCCESS,FAILURE}%29%29%29,%2736hours%27%29,%20%27gate-neutron-dsvm-fullstack%27%29,%27red%27%29&drawNullAsZero=true" width="400">
    </a>
    </td>
    </tr>
    <tr>
    <td align="center">
    Failure Percentage - Last 10 Days - Rally, LinuxBridge, LBaaS v1/v2<br>
-   <a href="http://graphite.openstack.org/render/?title=ailure Percentage - Last 10 Days - Rally, LinuxBridge, LBaaS v1/v2&from=-10days&height=500&until=now&width=1200&bgcolor=ffffff&fgcolor=000000&yMax=100&yMin=0&target=color%28alias%28movingAverage%28asPercent%28stats.zuul.pipeline.check.job.gate-rally-dsvm-neutron-neutron.FAILURE,sum%28stats.zuul.pipeline.check.job.gate-rally-dsvm-neutron-neutron.{SUCCESS,FAILURE}%29%29,%2736hours%27%29,%20%27gate-rally-dsvm-neutron-neutron%27%29,%27orange%27%29&target=color%28alias%28movingAverage%28asPercent%28stats.zuul.pipeline.check.job.gate-tempest-dsvm-neutron-linuxbridge.FAILURE,sum%28stats.zuul.pipeline.check.job.gate-tempest-dsvm-neutron-linuxbridge.{SUCCESS,FAILURE}%29%29,%2736hours%27%29,%20%27gate-tempest-dsvm-neutron-linuxbridge%27%29,%27blue%27%29&target=color%28alias%28movingAverage%28asPercent%28stats.zuul.pipeline.check.job.gate-neutron-lbaasv1-dsvm-api.FAILURE,sum%28stats.zuul.pipeline.check.job.gate-neutron-lbaasv1-dsvm-api.{SUCCESS,FAILURE}%29%29,%2736hours%27%29,%20%27gate-neutron-lbaasv1-dsvm-api%27%29,%27green%27%29&target=color%28alias%28movingAverage%28asPercent%28stats.zuul.pipeline.check.job.gate-neutron-lbaasv2-dsvm-minimal.FAILURE,sum%28stats.zuul.pipeline.check.job.gate-neutron-lbaasv2-dsvm-minimal.{SUCCESS,FAILURE}%29%29,%2736hours%27%29,%20%27gate-neutron-lbaasv2-dsvm-minimal%27%29,%27red%27%29">
-   <img src="http://graphite.openstack.org/render/?from=-10days&height=500&until=now&width=1200&bgcolor=ffffff&fgcolor=000000&yMax=100&yMin=0&target=color%28alias%28movingAverage%28asPercent%28stats.zuul.pipeline.check.job.gate-rally-dsvm-neutron-neutron.FAILURE,sum%28stats.zuul.pipeline.check.job.gate-rally-dsvm-neutron-neutron.{SUCCESS,FAILURE}%29%29,%2736hours%27%29,%20%27gate-rally-dsvm-neutron-neutron%27%29,%27orange%27%29&target=color%28alias%28movingAverage%28asPercent%28stats.zuul.pipeline.check.job.gate-tempest-dsvm-neutron-linuxbridge.FAILURE,sum%28stats.zuul.pipeline.check.job.gate-tempest-dsvm-neutron-linuxbridge.{SUCCESS,FAILURE}%29%29,%2736hours%27%29,%20%27gate-tempest-dsvm-neutron-linuxbridge%27%29,%27blue%27%29&target=color%28alias%28movingAverage%28asPercent%28stats.zuul.pipeline.check.job.gate-neutron-lbaasv1-dsvm-api.FAILURE,sum%28stats.zuul.pipeline.check.job.gate-neutron-lbaasv1-dsvm-api.{SUCCESS,FAILURE}%29%29,%2736hours%27%29,%20%27gate-neutron-lbaasv1-dsvm-api%27%29,%27green%27%29&target=color%28alias%28movingAverage%28asPercent%28stats.zuul.pipeline.check.job.gate-neutron-lbaasv2-dsvm-minimal.FAILURE,sum%28stats.zuul.pipeline.check.job.gate-neutron-lbaasv2-dsvm-minimal.{SUCCESS,FAILURE}%29%29,%2736hours%27%29,%20%27gate-neutron-lbaasv2-dsvm-minimal%27%29,%27red%27%29" width="400">
+   <a href="http://graphite.openstack.org/render/?title=ailure Percentage - Last 10 Days - Rally, LinuxBridge, LBaaS v1/v2&from=-10days&height=500&until=now&width=1200&bgcolor=ffffff&fgcolor=000000&yMax=100&yMin=0&target=color%28alias%28movingAverage%28asPercent%28transformNull%28stats_counts.zuul.pipeline.check.job.gate-rally-dsvm-neutron-neutron.FAILURE%29,transformNull%28sum%28stats_counts.zuul.pipeline.check.job.gate-rally-dsvm-neutron-neutron.{SUCCESS,FAILURE}%29%29%29,%2736hours%27%29,%20%27gate-rally-dsvm-neutron-neutron%27%29,%27orange%27%29&target=color%28alias%28movingAverage%28asPercent%28transformNull%28stats_counts.zuul.pipeline.check.job.gate-tempest-dsvm-neutron-linuxbridge.FAILURE%29,transformNull%28sum%28stats_counts.zuul.pipeline.check.job.gate-tempest-dsvm-neutron-linuxbridge.{SUCCESS,FAILURE}%29%29%29,%2736hours%27%29,%20%27gate-tempest-dsvm-neutron-linuxbridge%27%29,%27blue%27%29&target=color%28alias%28movingAverage%28asPercent%28transformNull%28stats_counts.zuul.pipeline.check.job.gate-neutron-lbaasv1-dsvm-api.FAILURE%29,transformNull%28sum%28stats_counts.zuul.pipeline.check.job.gate-neutron-lbaasv1-dsvm-api.{SUCCESS,FAILURE}%29%29%29,%2736hours%27%29,%20%27gate-neutron-lbaasv1-dsvm-api%27%29,%27green%27%29&target=color%28alias%28movingAverage%28asPercent%28transformNull%28stats_counts.zuul.pipeline.check.job.gate-neutron-lbaasv2-dsvm-minimal.FAILURE%29,transformNull%28sum%28stats_counts.zuul.pipeline.check.job.gate-neutron-lbaasv2-dsvm-minimal.{SUCCESS,FAILURE}%29%29%29,%2736hours%27%29,%20%27gate-neutron-lbaasv2-dsvm-minimal%27%29,%27red%27%29&drawNullAsZero=true">
+   <img src="http://graphite.openstack.org/render/?from=-10days&height=500&until=now&width=1200&bgcolor=ffffff&fgcolor=000000&yMax=100&yMin=0&target=color%28alias%28movingAverage%28asPercent%28transformNull%28stats_counts.zuul.pipeline.check.job.gate-rally-dsvm-neutron-neutron.FAILURE%29,transformNull%28sum%28stats_counts.zuul.pipeline.check.job.gate-rally-dsvm-neutron-neutron.{SUCCESS,FAILURE}%29%29%29,%2736hours%27%29,%20%27gate-rally-dsvm-neutron-neutron%27%29,%27orange%27%29&target=color%28alias%28movingAverage%28asPercent%28transformNull%28stats_counts.zuul.pipeline.check.job.gate-tempest-dsvm-neutron-linuxbridge.FAILURE%29,transformNull%28sum%28stats_counts.zuul.pipeline.check.job.gate-tempest-dsvm-neutron-linuxbridge.{SUCCESS,FAILURE}%29%29%29,%2736hours%27%29,%20%27gate-tempest-dsvm-neutron-linuxbridge%27%29,%27blue%27%29&target=color%28alias%28movingAverage%28asPercent%28transformNull%28stats_counts.zuul.pipeline.check.job.gate-neutron-lbaasv1-dsvm-api.FAILURE%29,transformNull%28sum%28stats_counts.zuul.pipeline.check.job.gate-neutron-lbaasv1-dsvm-api.{SUCCESS,FAILURE}%29%29%29,%2736hours%27%29,%20%27gate-neutron-lbaasv1-dsvm-api%27%29,%27green%27%29&target=color%28alias%28movingAverage%28asPercent%28transformNull%28stats_counts.zuul.pipeline.check.job.gate-neutron-lbaasv2-dsvm-minimal.FAILURE%29,transformNull%28sum%28stats_counts.zuul.pipeline.check.job.gate-neutron-lbaasv2-dsvm-minimal.{SUCCESS,FAILURE}%29%29%29,%2736hours%27%29,%20%27gate-neutron-lbaasv2-dsvm-minimal%27%29,%27red%27%29&drawNullAsZero=true" width="400">
    </a>
    </td>
    <td align="center">
    Failure Percentage - Last 10 Days - Large Ops<br>
-   <a href="http://graphite.openstack.org/render/?title=Failure Percentage - Last 10 Days - Large Ops&from=-10days&height=500&until=now&width=1200&bgcolor=ffffff&fgcolor=000000&yMax=100&yMin=0&target=color%28alias%28movingAverage%28asPercent%28stats.zuul.pipeline.check.job.gate-tempest-dsvm-neutron-large-ops.FAILURE,sum%28stats.zuul.pipeline.check.job.gate-tempest-dsvm-neutron-large-ops.{SUCCESS,FAILURE}%29%29,%2736hours%27%29,%20%27gate-tempest-dsvm-neutron-large-ops%27%29,%27orange%27%29">
-   <img src="http://graphite.openstack.org/render/?from=-10days&height=500&until=now&width=1200&bgcolor=ffffff&fgcolor=000000&yMax=100&yMin=0&target=color%28alias%28movingAverage%28asPercent%28stats.zuul.pipeline.check.job.gate-tempest-dsvm-neutron-large-ops.FAILURE,sum%28stats.zuul.pipeline.check.job.gate-tempest-dsvm-neutron-large-ops.{SUCCESS,FAILURE}%29%29,%2736hours%27%29,%20%27gate-tempest-dsvm-neutron-large-ops%27%29,%27orange%27%29" width="400">
+   <a href="http://graphite.openstack.org/render/?title=Failure Percentage - Last 10 Days - Large Ops&from=-10days&height=500&until=now&width=1200&bgcolor=ffffff&fgcolor=000000&yMax=100&yMin=0&target=color%28alias%28movingAverage%28asPercent%28transformNull%28stats_counts.zuul.pipeline.check.job.gate-tempest-dsvm-neutron-large-ops.FAILURE%29,transformNull%28sum%28stats_counts.zuul.pipeline.check.job.gate-tempest-dsvm-neutron-large-ops.{SUCCESS,FAILURE}%29%29%29,%2736hours%27%29,%20%27gate-tempest-dsvm-neutron-large-ops%27%29,%27orange%27%29&drawNullAsZero=true">
+   <img src="http://graphite.openstack.org/render/?from=-10days&height=500&until=now&width=1200&bgcolor=ffffff&fgcolor=000000&yMax=100&yMin=0&target=color%28alias%28movingAverage%28asPercent%28transformNull%28stats_counts.zuul.pipeline.check.job.gate-tempest-dsvm-neutron-large-ops.FAILURE%29,transformNull%28sum%28stats_counts.zuul.pipeline.check.job.gate-tempest-dsvm-neutron-large-ops.{SUCCESS,FAILURE}%29%29%29,%2736hours%27%29,%20%27gate-tempest-dsvm-neutron-large-ops%27%29,%27orange%27%29&drawNullAsZero=true" width="400">
    </a>
    </td>
    </tr>
index f26ddccb0feeffc8580b1baff87bffc26c0240bf..3509178bedb32cee5f1706119a74b16ec8ebb895 100644 (file)
@@ -10,22 +10,22 @@ Click to see full size figure.
    <tr>
    <td align="center" width=50%>
    Failure Percentage - Last 10 Days - Gate Jobs Set 1 (docs, pep8, py27 unit, py34 unit)<br>
-   <a href="http://graphite.openstack.org/render/?title=Failure Percentage - Last 10 Days - Gate Jobs Set 1 (docs, pep8, py27 unit, py34 unit)&from=-10days&height=500&until=now&width=1200&bgcolor=ffffff&fgcolor=000000&yMax=100&yMin=0&target=color%28alias%28movingAverage%28asPercent%28stats.zuul.pipeline.gate.job.gate-neutron-docs.FAILURE,sum%28stats.zuul.pipeline.gate.job.gate-neutron-docs.{SUCCESS,FAILURE}%29%29,%2736hours%27%29,%20%27gate-neutron-docs%27%29,%27orange%27%29&target=color%28alias%28movingAverage%28asPercent%28stats.zuul.pipeline.gate.job.gate-neutron-pep8.FAILURE,sum%28stats.zuul.pipeline.gate.job.gate-neutron-pep8.{SUCCESS,FAILURE}%29%29,%2736hours%27%29,%20%27gate-neutron-pep8%27%29,%27blue%27%29&target=color%28alias%28movingAverage%28asPercent%28stats.zuul.pipeline.gate.job.gate-neutron-python27.FAILURE,sum%28stats.zuul.pipeline.gate.job.gate-neutron-python27.{SUCCESS,FAILURE}%29%29,%2736hours%27%29,%20%27gate-neutron-python27%27%29,%27green%27%29&target=color%28alias%28movingAverage%28asPercent%28stats.zuul.pipeline.gate.job.gate-neutron-python34.FAILURE,sum%28stats.zuul.pipeline.gate.job.gate-neutron-python34.{SUCCESS,FAILURE}%29%29,%2736hours%27%29,%20%27gate-neutron-python34%27%29,%27red%27%29">
-   <img src="http://graphite.openstack.org/render/?from=-10days&height=500&until=now&width=1200&bgcolor=ffffff&fgcolor=000000&yMax=100&yMin=0&target=color%28alias%28movingAverage%28asPercent%28stats.zuul.pipeline.gate.job.gate-neutron-docs.FAILURE,sum%28stats.zuul.pipeline.gate.job.gate-neutron-docs.{SUCCESS,FAILURE}%29%29,%2736hours%27%29,%20%27gate-neutron-docs%27%29,%27orange%27%29&target=color%28alias%28movingAverage%28asPercent%28stats.zuul.pipeline.gate.job.gate-neutron-pep8.FAILURE,sum%28stats.zuul.pipeline.gate.job.gate-neutron-pep8.{SUCCESS,FAILURE}%29%29,%2736hours%27%29,%20%27gate-neutron-pep8%27%29,%27blue%27%29&target=color%28alias%28movingAverage%28asPercent%28stats.zuul.pipeline.gate.job.gate-neutron-python27.FAILURE,sum%28stats.zuul.pipeline.gate.job.gate-neutron-python27.{SUCCESS,FAILURE}%29%29,%2736hours%27%29,%20%27gate-neutron-python27%27%29,%27green%27%29&target=color%28alias%28movingAverage%28asPercent%28stats.zuul.pipeline.gate.job.gate-neutron-python34.FAILURE,sum%28stats.zuul.pipeline.gate.job.gate-neutron-python34.{SUCCESS,FAILURE}%29%29,%2736hours%27%29,%20%27gate-neutron-python34%27%29,%27red%27%29" width="400">
+   <a href="http://graphite.openstack.org/render/?title=Failure Percentage - Last 10 Days - Gate Jobs Set 1 (docs, pep8, py27 unit, py34 unit)&from=-10days&height=500&until=now&width=1200&bgcolor=ffffff&fgcolor=000000&yMax=100&yMin=0&target=color%28alias%28movingAverage%28asPercent%28transformNull%28stats_counts.zuul.pipeline.gate.job.gate-neutron-docs.FAILURE%29,transformNull%28sum%28stats_counts.zuul.pipeline.gate.job.gate-neutron-docs.{SUCCESS,FAILURE}%29%29%29,%2736hours%27%29,%20%27gate-neutron-docs%27%29,%27orange%27%29&target=color%28alias%28movingAverage%28asPercent%28transformNull%28stats_counts.zuul.pipeline.gate.job.gate-neutron-pep8.FAILURE%29,transformNull%28sum%28stats_counts.zuul.pipeline.gate.job.gate-neutron-pep8.{SUCCESS,FAILURE}%29%29%29,%2736hours%27%29,%20%27gate-neutron-pep8%27%29,%27blue%27%29&target=color%28alias%28movingAverage%28asPercent%28transformNull%28stats_counts.zuul.pipeline.gate.job.gate-neutron-python27.FAILURE%29,transformNull%28sum%28stats_counts.zuul.pipeline.gate.job.gate-neutron-python27.{SUCCESS,FAILURE}%29%29%29,%2736hours%27%29,%20%27gate-neutron-python27%27%29,%27green%27%29&target=color%28alias%28movingAverage%28asPercent%28transformNull%28stats_counts.zuul.pipeline.gate.job.gate-neutron-python34.FAILURE%29,transformNull%28sum%28stats_counts.zuul.pipeline.gate.job.gate-neutron-python34.{SUCCESS,FAILURE}%29%29%29,%2736hours%27%29,%20%27gate-neutron-python34%27%29,%27red%27%29&drawNullAsZero=true">
+   <img src="http://graphite.openstack.org/render/?from=-10days&height=500&until=now&width=1200&bgcolor=ffffff&fgcolor=000000&yMax=100&yMin=0&target=color%28alias%28movingAverage%28asPercent%28transformNull%28stats_counts.zuul.pipeline.gate.job.gate-neutron-docs.FAILURE%29,transformNull%28sum%28stats_counts.zuul.pipeline.gate.job.gate-neutron-docs.{SUCCESS,FAILURE}%29%29%29,%2736hours%27%29,%20%27gate-neutron-docs%27%29,%27orange%27%29&target=color%28alias%28movingAverage%28asPercent%28transformNull%28stats_counts.zuul.pipeline.gate.job.gate-neutron-pep8.FAILURE%29,transformNull%28sum%28stats_counts.zuul.pipeline.gate.job.gate-neutron-pep8.{SUCCESS,FAILURE}%29%29%29,%2736hours%27%29,%20%27gate-neutron-pep8%27%29,%27blue%27%29&target=color%28alias%28movingAverage%28asPercent%28transformNull%28stats_counts.zuul.pipeline.gate.job.gate-neutron-python27.FAILURE%29,transformNull%28sum%28stats_counts.zuul.pipeline.gate.job.gate-neutron-python27.{SUCCESS,FAILURE}%29%29%29,%2736hours%27%29,%20%27gate-neutron-python27%27%29,%27green%27%29&target=color%28alias%28movingAverage%28asPercent%28transformNull%28stats_counts.zuul.pipeline.gate.job.gate-neutron-python34.FAILURE%29,transformNull%28sum%28stats_counts.zuul.pipeline.gate.job.gate-neutron-python34.{SUCCESS,FAILURE}%29%29%29,%2736hours%27%29,%20%27gate-neutron-python34%27%29,%27red%27%29&drawNullAsZero=true" width="400">
    </a>
    </td>
    <td align="center">
    Failure Percentage - Last 10 Days - Gate Jobs Set 2 (DSVM Jobs)
-   <a href="http://graphite.openstack.org/render/?title=Failure Percentage - Last 10 Days - Gate Jobs Set 2 (DSVM Jobs)&from=-10days&height=500&until=now&width=1200&bgcolor=ffffff&fgcolor=000000&yMax=100&yMin=0&target=color%28alias%28movingAverage%28asPercent%28stats.zuul.pipeline.gate.job.gate-neutron-dsvm-api.FAILURE,sum%28stats.zuul.pipeline.gate.job.gate-neutron-dsvm-api.{SUCCESS,FAILURE}%29%29,%2736hours%27%29,%20%27gate-neutron-dsvm-api%27%29,%27orange%27%29&target=color%28alias%28movingAverage%28asPercent%28stats.zuul.pipeline.gate.job.gate-tempest-dsvm-neutron-full.FAILURE,sum%28stats.zuul.pipeline.gate.job.gate-tempest-dsvm-neutron-full.{SUCCESS,FAILURE}%29%29,%2736hours%27%29,%20%27gate-tempest-dsvm-neutron-full%27%29,%27blue%27%29&target=color%28alias%28movingAverage%28asPercent%28stats.zuul.pipeline.gate.job.gate-grenade-dsvm-neutron.FAILURE,sum%28stats.zuul.pipeline.gate.job.gate-grenade-dsvm-neutron.{SUCCESS,FAILURE}%29%29,%2736hours%27%29,%20%27gate-grenade-dsvm-neutron%27%29,%27green%27%29">
-   <img src="http://graphite.openstack.org/render/?from=-10days&height=500&until=now&width=1200&bgcolor=ffffff&fgcolor=000000&yMax=100&yMin=0&target=color%28alias%28movingAverage%28asPercent%28stats.zuul.pipeline.gate.job.gate-neutron-dsvm-api.FAILURE,sum%28stats.zuul.pipeline.gate.job.gate-neutron-dsvm-api.{SUCCESS,FAILURE}%29%29,%2736hours%27%29,%20%27gate-neutron-dsvm-api%27%29,%27orange%27%29&target=color%28alias%28movingAverage%28asPercent%28stats.zuul.pipeline.gate.job.gate-tempest-dsvm-neutron-full.FAILURE,sum%28stats.zuul.pipeline.gate.job.gate-tempest-dsvm-neutron-full.{SUCCESS,FAILURE}%29%29,%2736hours%27%29,%20%27gate-tempest-dsvm-neutron-full%27%29,%27blue%27%29&target=color%28alias%28movingAverage%28asPercent%28stats.zuul.pipeline.gate.job.gate-grenade-dsvm-neutron.FAILURE,sum%28stats.zuul.pipeline.gate.job.gate-grenade-dsvm-neutron.{SUCCESS,FAILURE}%29%29,%2736hours%27%29,%20%27gate-grenade-dsvm-neutron%27%29,%27green%27%29" width="400">
+   <a href="http://graphite.openstack.org/render/?title=Failure Percentage - Last 10 Days - Gate Jobs Set 2 (DSVM Jobs)&from=-10days&height=500&until=now&width=1200&bgcolor=ffffff&fgcolor=000000&yMax=100&yMin=0&target=color%28alias%28movingAverage%28asPercent%28transformNull%28stats_counts.zuul.pipeline.gate.job.gate-neutron-dsvm-api.FAILURE%29,transformNull%28sum%28stats_counts.zuul.pipeline.gate.job.gate-neutron-dsvm-api.{SUCCESS,FAILURE}%29%29%29,%2736hours%27%29,%20%27gate-neutron-dsvm-api%27%29,%27orange%27%29&target=color%28alias%28movingAverage%28asPercent%28transformNull%28stats_counts.zuul.pipeline.gate.job.gate-tempest-dsvm-neutron-full.FAILURE%29,transformNull%28sum%28stats_counts.zuul.pipeline.gate.job.gate-tempest-dsvm-neutron-full.{SUCCESS,FAILURE}%29%29%29,%2736hours%27%29,%20%27gate-tempest-dsvm-neutron-full%27%29,%27blue%27%29&target=color%28alias%28movingAverage%28asPercent%28transformNull%28stats_counts.zuul.pipeline.gate.job.gate-grenade-dsvm-neutron.FAILURE%29,transformNull%28sum%28stats_counts.zuul.pipeline.gate.job.gate-grenade-dsvm-neutron.{SUCCESS,FAILURE}%29%29%29,%2736hours%27%29,%20%27gate-grenade-dsvm-neutron%27%29,%27green%27%29&drawNullAsZero=true">
+   <img src="http://graphite.openstack.org/render/?from=-10days&height=500&until=now&width=1200&bgcolor=ffffff&fgcolor=000000&yMax=100&yMin=0&target=color%28alias%28movingAverage%28asPercent%28transformNull%28stats_counts.zuul.pipeline.gate.job.gate-neutron-dsvm-api.FAILURE%29,transformNull%28sum%28stats_counts.zuul.pipeline.gate.job.gate-neutron-dsvm-api.{SUCCESS,FAILURE}%29%29%29,%2736hours%27%29,%20%27gate-neutron-dsvm-api%27%29,%27orange%27%29&target=color%28alias%28movingAverage%28asPercent%28transformNull%28stats_counts.zuul.pipeline.gate.job.gate-tempest-dsvm-neutron-full.FAILURE%29,transformNull%28sum%28stats_counts.zuul.pipeline.gate.job.gate-tempest-dsvm-neutron-full.{SUCCESS,FAILURE}%29%29%29,%2736hours%27%29,%20%27gate-tempest-dsvm-neutron-full%27%29,%27blue%27%29&target=color%28alias%28movingAverage%28asPercent%28transformNull%28stats_counts.zuul.pipeline.gate.job.gate-grenade-dsvm-neutron.FAILURE%29,transformNull%28sum%28stats_counts.zuul.pipeline.gate.job.gate-grenade-dsvm-neutron.{SUCCESS,FAILURE}%29%29%29,%2736hours%27%29,%20%27gate-grenade-dsvm-neutron%27%29,%27green%27%29&drawNullAsZero=true" width="400">
    </a>
    </td>
    </tr>
    <tr>
    <td align="center" width=50%>
    Failure Percentage - Last 10 Days - Gate Jobs Set 3 (LBaaS and Large Ops)<br>
-   <a href="http://graphite.openstack.org/render/?title=Failure Percentage - Last 10 Days - Gate Jobs Set 1 (LBaaS and Large Ops)&from=-10days&height=500&until=now&width=1200&bgcolor=ffffff&fgcolor=000000&yMax=100&yMin=0&target=color%28alias%28movingAverage%28asPercent%28stats.zuul.pipeline.gate.job.gate-tempest-dsvm-neutron-large-ops.FAILURE,sum%28stats.zuul.pipeline.gate.job.gate-tempest-dsvm-neutron-large-ops.{SUCCESS,FAILURE}%29%29,%2736hours%27%29,%20%27gate-tempest-dsvm-neutron-large-ops%27%29,%27blue%27%29&target=color%28alias%28movingAverage%28asPercent%28stats.zuul.pipeline.gate.job.gate-neutron-lbaasv1-dsvm-api.FAILURE,sum%28stats.zuul.pipeline.gate.job.gate-neutron-lbaasv1-dsvm-api.{SUCCESS,FAILURE}%29%29,%2736hours%27%29,%20%27gate-neutron-lbaasv1-dsvm-api%27%29,%27orange%27%29&target=color%28alias%28movingAverage%28asPercent%28stats.zuul.pipeline.gate.job.gate-neutron-lbaasv2-dsvm-minimal.FAILURE,sum%28stats.zuul.pipeline.gate.job.gate-neutron-lbaasv2-dsvm-minimal.{SUCCESS,FAILURE}%29%29,%2736hours%27%29,%20%27gate-neutron-lbaasv2-dsvm-minimal%27%29,%27green%27%29">
-   <img src="http://graphite.openstack.org/render/?from=-10days&height=500&until=now&width=1200&bgcolor=ffffff&fgcolor=000000&yMax=100&yMin=0&target=color%28alias%28movingAverage%28asPercent%28stats.zuul.pipeline.gate.job.gate-neutron-lbaasv1-dsvm-api.FAILURE,sum%28stats.zuul.pipeline.gate.job.gate-neutron-lbaasv1-dsvm-api.{SUCCESS,FAILURE}%29%29,%2736hours%27%29,%20%27gate-neutron-lbaasv1-dsvm-api%27%29,%27orange%27%29&target=color%28alias%28movingAverage%28asPercent%28stats.zuul.pipeline.gate.job.gate-tempest-dsvm-neutron-large-ops.FAILURE,sum%28stats.zuul.pipeline.gate.job.gate-tempest-dsvm-neutron-large-ops.{SUCCESS,FAILURE}%29%29,%2736hours%27%29,%20%27gate-tempest-dsvm-neutron-large-ops%27%29,%27blue%27%29&target=color%28alias%28movingAverage%28asPercent%28stats.zuul.pipeline.gate.job.gate-neutron-lbaasv2-dsvm-minimal.FAILURE,sum%28stats.zuul.pipeline.gate.job.gate-neutron-lbaasv2-dsvm-minimal.{SUCCESS,FAILURE}%29%29,%2736hours%27%29,%20%27gate-neutron-lbaasv2-dsvm-minimal%27%29,%27green%27%29" width="400">
+   <a href="http://graphite.openstack.org/render/?title=Failure Percentage - Last 10 Days - Gate Jobs Set 1 (LBaaS and Large Ops)&from=-10days&height=500&until=now&width=1200&bgcolor=ffffff&fgcolor=000000&yMax=100&yMin=0&target=color%28alias%28movingAverage%28asPercent%28transformNull%28stats_counts.zuul.pipeline.gate.job.gate-tempest-dsvm-neutron-large-ops.FAILURE%29,transformNull%28sum%28stats_counts.zuul.pipeline.gate.job.gate-tempest-dsvm-neutron-large-ops.{SUCCESS,FAILURE}%29%29%29,%2736hours%27%29,%20%27gate-tempest-dsvm-neutron-large-ops%27%29,%27blue%27%29&target=color%28alias%28movingAverage%28asPercent%28transformNull%28stats_counts.zuul.pipeline.gate.job.gate-neutron-lbaasv1-dsvm-api.FAILURE%29,transformNull%28sum%28stats_counts.zuul.pipeline.gate.job.gate-neutron-lbaasv1-dsvm-api.{SUCCESS,FAILURE}%29%29%29,%2736hours%27%29,%20%27gate-neutron-lbaasv1-dsvm-api%27%29,%27orange%27%29&target=color%28alias%28movingAverage%28asPercent%28transformNull%28stats_counts.zuul.pipeline.gate.job.gate-neutron-lbaasv2-dsvm-minimal.FAILURE%29,transformNull%28sum%28stats_counts.zuul.pipeline.gate.job.gate-neutron-lbaasv2-dsvm-minimal.{SUCCESS,FAILURE}%29%29%29,%2736hours%27%29,%20%27gate-neutron-lbaasv2-dsvm-minimal%27%29,%27green%27%29&drawNullAsZero=true">
+   <img src="http://graphite.openstack.org/render/?from=-10days&height=500&until=now&width=1200&bgcolor=ffffff&fgcolor=000000&yMax=100&yMin=0&target=color%28alias%28movingAverage%28asPercent%28transformNull%28stats_counts.zuul.pipeline.gate.job.gate-neutron-lbaasv1-dsvm-api.FAILURE%29,transformNull%28sum%28stats_counts.zuul.pipeline.gate.job.gate-neutron-lbaasv1-dsvm-api.{SUCCESS,FAILURE}%29%29%29,%2736hours%27%29,%20%27gate-neutron-lbaasv1-dsvm-api%27%29,%27orange%27%29&target=color%28alias%28movingAverage%28asPercent%28transformNull%28stats_counts.zuul.pipeline.gate.job.gate-tempest-dsvm-neutron-large-ops.FAILURE%29,transformNull%28sum%28stats_counts.zuul.pipeline.gate.job.gate-tempest-dsvm-neutron-large-ops.{SUCCESS,FAILURE}%29%29%29,%2736hours%27%29,%20%27gate-tempest-dsvm-neutron-large-ops%27%29,%27blue%27%29&target=color%28alias%28movingAverage%28asPercent%28transformNull%28stats_counts.zuul.pipeline.gate.job.gate-neutron-lbaasv2-dsvm-minimal.FAILURE%29,transformNull%28sum%28stats_counts.zuul.pipeline.gate.job.gate-neutron-lbaasv2-dsvm-minimal.{SUCCESS,FAILURE}%29%29%29,%2736hours%27%29,%20%27gate-neutron-lbaasv2-dsvm-minimal%27%29,%27green%27%29&drawNullAsZero=true" width="400">
    </a>
    </td>
    </tr>