Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2016-10-03 20:00:09 +0300
committerAchilleas Pipinellis <axilleas@axilleas.me>2016-10-03 20:00:09 +0300
commit0c8b9edcd02f174facd4f38fa91797d0e670820f (patch)
treee580ee67ec434ec64b25d21bff4c6944b11b4ab1 /doc/user/project/cycle_analytics.md
parentd221a2c068ef07c3452566add692115142bb313a (diff)
Clarify what it means Test stage is not calculated in Total
Diffstat (limited to 'doc/user/project/cycle_analytics.md')
-rw-r--r--doc/user/project/cycle_analytics.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/user/project/cycle_analytics.md b/doc/user/project/cycle_analytics.md
index 00751099690..632e40c1c9c 100644
--- a/doc/user/project/cycle_analytics.md
+++ b/doc/user/project/cycle_analytics.md
@@ -41,7 +41,10 @@ You can see that there are seven stages in total:
- Median time from when the merge request got merged until the deploy to
production (production is last stage/environment)
- **Production** (Total)
- - Sum of all the above stages excluding the Test (CI) time
+ - Sum of all the above stages excluding the Test (CI) time. To clarify, it's
+ not so much that CI time is "excluded", but rather CI time is already
+ counted in the review stage since CI is done automatically. Most of the
+ other stages are purely sequential, but **Test** is not.
## How the data is measured