aboutsummaryrefslogtreecommitdiffstats
path: root/docs/onap-integration-ci.rst
diff options
context:
space:
mode:
authormrichomme <morgan.richomme@orange.com>2020-01-07 11:38:43 +0100
committermrichomme <morgan.richomme@orange.com>2020-01-07 11:39:35 +0100
commite7f0927c790ee508269842caab82a5291341260f (patch)
tree4b4ff77b4d844b83fd00b2eb05270997140bf707 /docs/onap-integration-ci.rst
parent908a25779b2a00835c18f89d09230ab72a82ea7b (diff)
Init new integration documentation
Issue-ID: INT-1403 Change-Id: Ib4599fd3dfceae4ae03163bbf75c80ef5b79c3f6 Signed-off-by: mrichomme <morgan.richomme@orange.com>
Diffstat (limited to 'docs/onap-integration-ci.rst')
-rw-r--r--docs/onap-integration-ci.rst37
1 files changed, 37 insertions, 0 deletions
diff --git a/docs/onap-integration-ci.rst b/docs/onap-integration-ci.rst
new file mode 100644
index 000000000..6cd094390
--- /dev/null
+++ b/docs/onap-integration-ci.rst
@@ -0,0 +1,37 @@
+.. _onap-integration-ci:
+
+Integration Continuous Integration Guide
+----------------------------------------
+
+Continuous Integration is key due to the complexity of the ONAP projects.
+Several chains have been created:
+
+- Daily stable chain
+- Daily master chain
+- Gating: On demand deployment of a full ONAP solution to validate patchsets
+
+They are run on different environments.
+
+The following document will detail these chains and how you could set up such
+chains and/or provide test results to the community.
+
+Integration CI Ecosystem
+------------------------
+
+Overview
+~~~~~~~~
+
+Daily Chains
+~~~~~~~~~~~~
+
+Gating
+~~~~~~
+
+Setup Your Own CI Chains
+------------------------
+
+ONAP Integration Testing Gate
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+ONAP Full CI Chain
+~~~~~~~~~~~~~~~~~~