summaryrefslogtreecommitdiff
path: root/ci-arch.mdwn
diff options
context:
space:
mode:
authorLars Wirzenius <lwirzenius@wikimedia.org>2019-05-02 19:17:32 +0300
committerLars Wirzenius <lwirzenius@wikimedia.org>2019-05-02 19:17:32 +0300
commitbcd7ec58d64de2386283e389b78fb67f4da43511 (patch)
treedcb8f8b9414fc079bc6d9a6bb4c78f54a6622e24 /ci-arch.mdwn
parent697166473b707c2017cb009399d6353a960f38cc (diff)
downloadwmf-ci-arch-bcd7ec58d64de2386283e389b78fb67f4da43511.tar.gz
Change: clarify LOCALTESTS
Diffstat (limited to 'ci-arch.mdwn')
-rw-r--r--ci-arch.mdwn4
1 files changed, 3 insertions, 1 deletions
diff --git a/ci-arch.mdwn b/ci-arch.mdwn
index e99dc67..d0a643a 100644
--- a/ci-arch.mdwn
+++ b/ci-arch.mdwn
@@ -128,7 +128,9 @@ TITLE: Future WMF CI architecture
* **(LOCALTESTS)** Must allow developer to replicate locally the tests
that CI runs. This is necessary to allow lower friction in
- development, as well as to aid debugging.
+ development, as well as to aid debugging. For example, if CI builds
+ and tests using Docker container, a developer should be able to
+ download the same image and run the tests locally.
* **(AUTOMATEDEPLOYMENT)** Must allow deployment to be fully automated.