aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/index.rst2
-rw-r--r--docs/onap-integration-ci.rst37
2 files changed, 39 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 57ac59220..07e6f28f4 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -9,3 +9,5 @@ The Integration project provides the following artifacts:
- Artifacts and documentation for the use-case deployments
.. include:: onap-oom-heat.rst
+
+.. include:: onap-integration-ci.rst
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
+~~~~~~~~~~~~~~~~~~