summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorZhijiang Hu <hu.zhijiang@zte.com.cn>2017-08-21 00:38:39 -0400
committerZhijiang Hu <hu.zhijiang@zte.com.cn>2017-08-21 02:54:27 -0400
commitc680ea96162b1209b7ddb7e55d558e9e9c578fed (patch)
treeaf4a4c3ae0cfed4a74bf1bade2266dfbc0552124 /docs
parent47eb83e9e022219139f7514527f5cc5d1c11e653 (diff)
Add doc for describing CI jobs
Change-Id: Ief4cdd41324bd1957b581937ad19f4779575c35a Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
Diffstat (limited to 'docs')
-rw-r--r--docs/development/design/ci.rst40
-rw-r--r--docs/development/design/index.rst1
-rw-r--r--docs/development/design/multicast.rst7
3 files changed, 46 insertions, 2 deletions
diff --git a/docs/development/design/ci.rst b/docs/development/design/ci.rst
new file mode 100644
index 00000000..39a8a63f
--- /dev/null
+++ b/docs/development/design/ci.rst
@@ -0,0 +1,40 @@
+.. This work is licensed under a Creative Commons Attribution 4.0 International License.
+.. http://creativecommons.org/licenses/by/4.0
+
+CI Job Introduction
+===================
+
+CI Base Architech
+-----------------
+
+https://wiki.opnfv.org/display/INF/CI+Evolution
+
+Project Gating And Daily Deployment Test
+----------------------------------------
+
+To save time, currently, Daisy4NFV does not run deployment test in gate job which simply builds and
+uploads artifacts to low confidence level repo. The project deployment test is triggered on a daily
+basis. If the artifact passes the test, then it will be promoted to the high confidence level repo.
+
+The low confidence level artifacts are bin files in http://artifacts.opnfv.org/daisy.html named like
+"daisy/opnfv-Gerrit-39495.bin", while the high confidence level artifacts are named like
+"daisy/opnfv-2017-08-20_08-00-04.bin".
+
+The daily project deployment status can be found at
+
+https://build.opnfv.org/ci/job/daisy-daily-master/
+
+Production CI
+-------------
+
+The status of Daisy4NFV's CI/CD which running on OPNFV production CI environments(both B/M and VM)
+can be found at
+
+https://build.opnfv.org/ci/job/daisy-os-nosdn-nofeature-ha-baremetal-daily-master/
+https://build.opnfv.org/ci/job/daisy-os-odl-nofeature-ha-baremetal-daily-master/
+https://build.opnfv.org/ci/job/daisy-os-nosdn-nofeature-ha-virtual-daily-master/
+https://build.opnfv.org/ci/job/daisy-os-odl-nofeature-ha-virtual-daily-master/
+
+Dashboard for taking a glance on CI health status in a more intuitive way can be found at
+
+http://testresults.opnfv.org/reporting/functest/release/master/index-status-daisy.html
diff --git a/docs/development/design/index.rst b/docs/development/design/index.rst
index bc5e9f40..5d9af98e 100644
--- a/docs/development/design/index.rst
+++ b/docs/development/design/index.rst
@@ -12,5 +12,6 @@ Design Docs for Daisy4nfv
:numbered:
:maxdepth: 2
+ ci.rst
multicast.rst
diff --git a/docs/development/design/multicast.rst b/docs/development/design/multicast.rst
index 89422fe6..f865edab 100644
--- a/docs/development/design/multicast.rst
+++ b/docs/development/design/multicast.rst
@@ -1,5 +1,8 @@
-Detailed Design
-===============
+.. This work is licensed under a Creative Commons Attribution 4.0 International License.
+.. http://creativecommons.org/licenses/by/4.0
+
+Kolla Image Multicast Design
+============================
Protocol Design
---------------