diff options
Diffstat (limited to 'docs/onap-integration-ci.rst')
-rw-r--r-- | docs/onap-integration-ci.rst | 37 |
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 +~~~~~~~~~~~~~~~~~~ |