From: Ryan Moats Date: Mon, 21 Sep 2015 20:56:26 +0000 (-0500) Subject: Link dashboards into generated documentation X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=e917a01a7e1b291d61c3b5a70a020b63e4e59b64;p=openstack-build%2Fneutron-build.git Link dashboards into generated documentation Move the dashboard directory under the source tree so that it is available on generated builds. In addition, recast image pages as RST so that they will be rendered Change-Id: I316128491e8dae70ac06e260f5bdd8f440d285aa Signed-off-by: Ryan Moats --- diff --git a/doc/dashboards/check.dashboard.html b/doc/dashboards/check.dashboard.html deleted file mode 100644 index 36532684c..000000000 --- a/doc/dashboards/check.dashboard.html +++ /dev/null @@ -1,34 +0,0 @@ - -

-Neutron Check Pipeline Thumbnails - Click to see full size figure -

- - - - - - - - - -
-Failure Percentage - Last 10 Days - DVR and Full Jobs
- - - -
-Failure Percentage - Last 10 Days - Grenade, DSVM API/Functional/Fullstack
- - - -
-Failure Percentage - Last 10 Days - Rally, LinuxBridge, LBaaS v1/v2
- - - -
-Failure Percentage - Last 10 Days - Large Ops
- - - -
diff --git a/doc/dashboards/gate.dashboard.html b/doc/dashboards/gate.dashboard.html deleted file mode 100644 index bc7852104..000000000 --- a/doc/dashboards/gate.dashboard.html +++ /dev/null @@ -1,28 +0,0 @@ - -

-Neutron Graphite Thumbnails - Click to see full size figure -

- - - - - - - - -
-Failure Percentage - Last 10 Days - Gate Jobs Set 1 (docs, pep8, py27 unit, py34 unit)
- - - -
-Failure Percentage - Last 10 Days - Gate Jobs Set 2 (DSVM API, LBaaSv1, LBaaSv2)
- - - -
-Failure Percentage - Last 10 Days - Gate Jobs Set 3 (DVR and Large Ops)
- - - -
diff --git a/doc/dashboards/index.html b/doc/dashboards/index.html deleted file mode 100644 index 088df0c73..000000000 --- a/doc/dashboards/index.html +++ /dev/null @@ -1,13 +0,0 @@ -

-Gerrit Dashboards -

- -

-Neutron Graphite Pages -

- diff --git a/doc/source/dashboards/check.dashboard.rst b/doc/source/dashboards/check.dashboard.rst new file mode 100644 index 000000000..41364979d --- /dev/null +++ b/doc/source/dashboards/check.dashboard.rst @@ -0,0 +1,36 @@ + +Neutron Check Pipeline Thumbnails - Click to see full size figure +================================================================= + +.. raw:: html + + + + + + + + + + +
+ Failure Percentage - Last 10 Days - DVR and Full Jobs
+ + + +
+ Failure Percentage - Last 10 Days - Grenade, DSVM API/Functional/Fullstack
+ + + +
+ Failure Percentage - Last 10 Days - Rally, LinuxBridge, LBaaS v1/v2
+ + + +
+ Failure Percentage - Last 10 Days - Large Ops
+ + + +
diff --git a/doc/source/dashboards/gate.dashboard.rst b/doc/source/dashboards/gate.dashboard.rst new file mode 100644 index 000000000..206735acd --- /dev/null +++ b/doc/source/dashboards/gate.dashboard.rst @@ -0,0 +1,30 @@ + +Neutron Graphite Thumbnails - Click to see full size figure +=========================================================== + +.. raw:: html + + + + + + + + + +
+ Failure Percentage - Last 10 Days - Gate Jobs Set 1 (docs, pep8, py27 unit, py34 unit)
+ + + +
+ Failure Percentage - Last 10 Days - Gate Jobs Set 2 (DSVM API, LBaaSv1, LBaaSv2)
+ + + +
+ Failure Percentage - Last 10 Days - Gate Jobs Set 3 (DVR and Large Ops)
+ + + +
diff --git a/doc/source/dashboards/index.rst b/doc/source/dashboards/index.rst new file mode 100644 index 000000000..4df8d04b4 --- /dev/null +++ b/doc/source/dashboards/index.rst @@ -0,0 +1,13 @@ +Gerrit Dashboards +================= + +- `Neutron Master Branch `_ + +Neutron Graphite Pages +====================== + +- `Graphs of gate job failures`_ +- `Graphs of check job failures`_ + +.. _`Graphs of gate job failures`: gate.dashboard +.. _`Graphs of check job failures`: check.dashboard diff --git a/doc/source/index.rst b/doc/source/index.rst index 0f2553b37..84d3171fb 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -55,6 +55,17 @@ Developer Docs devref/index +Dashboards +========== + +.. toctree:: + :maxdepth: 1 + +There is a collection of dashboards to help developers and reviewers +located here_ + +.. _here: dashboards/index + API Extensions ==============