From 92938ec051c2a8038f5ccfe71a8c0fe068974dd9 Mon Sep 17 00:00:00 2001 From: mrichomme Date: Thu, 12 Mar 2020 15:34:58 +0100 Subject: WIP: update CI documentation Fix CI doc glitches and modify a figure Issue-ID: INT-1446 Signed-off-by: mrichomme Change-Id: Id64b2193f1bf66124546aa4889a0b6ed03962d79 --- docs/files/CI/3steps gating.png | Bin 193773 -> 0 bytes docs/files/CI/ONAP_CI_0.png | Bin 0 -> 193773 bytes docs/onap-integration-ci.rst | 14 +++++++------- 3 files changed, 7 insertions(+), 7 deletions(-) delete mode 100644 docs/files/CI/3steps gating.png create mode 100644 docs/files/CI/ONAP_CI_0.png diff --git a/docs/files/CI/3steps gating.png b/docs/files/CI/3steps gating.png deleted file mode 100644 index a0193ec63..000000000 Binary files a/docs/files/CI/3steps gating.png and /dev/null differ diff --git a/docs/files/CI/ONAP_CI_0.png b/docs/files/CI/ONAP_CI_0.png new file mode 100644 index 000000000..a0193ec63 Binary files /dev/null and b/docs/files/CI/ONAP_CI_0.png differ diff --git a/docs/onap-integration-ci.rst b/docs/onap-integration-ci.rst index fa03d1095..99e72313e 100644 --- a/docs/onap-integration-ci.rst +++ b/docs/onap-integration-ci.rst @@ -24,7 +24,7 @@ Overview The global ecosystem can de described as follows: .. figure:: files/CI/ONAP_CI_10.png - :scale: 60 % + :scale: 100 % :align: center Several chains are run in ONAP. @@ -66,7 +66,7 @@ The gating is triggered in 2 scenarios: The procedure to submit new feature in CI is done in 3 steps as described in the figure below: -.. figure:: files/CI/3steps gating.png +.. figure:: files/CI/ONAP_CI_0.png :scale: 100 % :align: center @@ -80,7 +80,7 @@ can be used to visualize them. A web site has been created to centralize the links on http://testresults.opnfv.org/onap-integration/index.html .. figure:: files/CI/ONAP_CI_3.png - :scale: 60 % + :scale: 100 % :align: center For Gating and gitlab.com based CI chains, the pipelines consist in pipelines of @@ -90,27 +90,27 @@ A visualization tool is available to list all your chains as described in the figure below: .. figure:: files/CI/ONAP_CI_1.png - :scale: 60 % + :scale: 100 % :align: center If you click on any element of the chain, you will open a new window: .. figure:: files/CI/ONAP_CI_2.png - :scale: 60 % + :scale: 100 % :align: center In order to provide the logs to the developer an additional web page has been created to summarize the tests and grant access to their associated logs: .. figure:: files/CI/ONAP_CI_8.png - :scale: 60 % + :scale: 100 % :align: center Additionnaly, for the daily chain, another page displays the results as time series, allowing to see the evolution of the tests over time. .. figure:: files/CI/ONAP_CI_9.png - :scale: 60 % + :scale: 100 % :align: center -- cgit 1.2.3-korg