summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <lwirzenius@wikimedia.org>2019-07-24 15:06:37 +0300
committerLars Wirzenius <lwirzenius@wikimedia.org>2019-07-24 15:06:37 +0300
commit4e52c307aa398831b5c67f276c80b5a542b77ec9 (patch)
tree4438b690aa56d2a78d5cc726ce950e358634f0de
parenteb0ef5d774213afe4b4060889353fe4f0cc66aa2 (diff)
downloadwmf-ci-arch-4e52c307aa398831b5c67f276c80b5a542b77ec9.tar.gz
Change: note that no events from mocked Gerrit
-rw-r--r--gitlab.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/gitlab.md b/gitlab.md
index d3f7c6a..5f85e85 100644
--- a/gitlab.md
+++ b/gitlab.md
@@ -19,7 +19,8 @@ The components are:
* **Gerrit** (or any git server): this is the canonical location for
the source code. It emits *events* that the controller reacts to.
Also, the controller sends message to it. This will be mocked in the
- first iteration by using any dumb git server.
+ first iteration by using any dumb git server. There will be no
+ actual events sent.
* **controller**: this orcestrates builds and deployments; in the
first iteration, it won't be listening to Gerri events, and will
instead have an HTTP API that will be used instead