diff options
author | mrichomme <morgan.richomme@orange.com> | 2020-03-12 15:34:58 +0100 |
---|---|---|
committer | mrichomme <morgan.richomme@orange.com> | 2020-03-12 15:34:58 +0100 |
commit | 92938ec051c2a8038f5ccfe71a8c0fe068974dd9 (patch) | |
tree | 549c658f40c71759c4e65a716e4440d127658922 /docs | |
parent | 5649e668741517c88bc793627449075bc4333e6e (diff) |
WIP: update CI documentation
Fix CI doc glitches and modify a figure
Issue-ID: INT-1446
Signed-off-by: mrichomme <morgan.richomme@orange.com>
Change-Id: Id64b2193f1bf66124546aa4889a0b6ed03962d79
Diffstat (limited to 'docs')
-rw-r--r-- | docs/files/CI/ONAP_CI_0.png (renamed from docs/files/CI/3steps gating.png) | bin | 193773 -> 193773 bytes | |||
-rw-r--r-- | docs/onap-integration-ci.rst | 14 |
2 files changed, 7 insertions, 7 deletions
diff --git a/docs/files/CI/3steps gating.png b/docs/files/CI/ONAP_CI_0.png Binary files differindex a0193ec63..a0193ec63 100644 --- a/docs/files/CI/3steps gating.png +++ b/docs/files/CI/ONAP_CI_0.png 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 |