summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <lwirzenius@wikimedia.org>2019-05-02 19:14:59 +0300
committerLars Wirzenius <lwirzenius@wikimedia.org>2019-05-02 19:14:59 +0300
commit97fb95c164139ebb743c93c9cc11ee4f887e314c (patch)
treef608252333a296f63c20b14ac2f002d33bf4d80f
parent305ef306f85da73aa880e0597854fafe54eb1c5b (diff)
downloadwmf-ci-arch-97fb95c164139ebb743c93c9cc11ee4f887e314c.tar.gz
Change: move SHORTCYCLETIME to be subreq of FAST
-rw-r--r--ci-arch.mdwn9
1 files changed, 5 insertions, 4 deletions
diff --git a/ci-arch.mdwn b/ci-arch.mdwn
index 9a7421a..cdcd03c 100644
--- a/ci-arch.mdwn
+++ b/ci-arch.mdwn
@@ -75,6 +75,11 @@ TITLE: Future WMF CI architecture
* **(FAST)** Must be fast enough that it isn't perceived as a bottleneck
by developers. We will need a metric for this.
+ * **(SHORTCYCLETIME)** Must enable us to have a short cycle time
+ (from idea to running in production). CI is not the only thing
+ that affects this, but it is an important factor. We probably
+ need a metric for this.
+
* **(TRANSPARENT)** Must make its status and what-is-going-on visible so
that its operation can be monitored and so that our developers can
check the status of their builds themselves. Also the overall status
@@ -114,10 +119,6 @@ TITLE: Future WMF CI architecture
automated tests pass, and positive code review triggers deployment
to production.
-* **(SHORTCYCLETIME)** Must enable us to have a short cycle time (from
- idea to running in production). CI is not the only thing that
- affects this, but it is an important factor.
-
* **(NOREBUILDING)** Must promote (copy) Docker images and other build
artifacts from "testing" to "staging" to "production", rather than
rebuilding them, since rebuilding takes time and can fail.