Clarify what it means Test stage is not calculated in Total

This commit is contained in:
Achilleas Pipinellis 2016-10-03 19:00:09 +02:00
parent d221a2c068
commit 0c8b9edcd0
1 changed files with 4 additions and 1 deletions

View File

@ -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