summaryrefslogtreecommitdiff
path: root/ci-arch.mdwn
diff options
context:
space:
mode:
authorLars Wirzenius <lwirzenius@wikimedia.org>2019-05-02 19:33:16 +0300
committerLars Wirzenius <lwirzenius@wikimedia.org>2019-05-02 19:33:16 +0300
commitc6534c7219382559b23923d1d3e1ce68a51aaf2f (patch)
tree821157aaab4a9325f7700d309dd10362fc057e67 /ci-arch.mdwn
parent6f76152d9ebca33fe133eeda8d25442a71fa9a54 (diff)
downloadwmf-ci-arch-c6534c7219382559b23923d1d3e1ce68a51aaf2f.tar.gz
Change: clarify TESTVC
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 be4c443..cb033bb 100644
--- a/ci-arch.mdwn
+++ b/ci-arch.mdwn
@@ -181,7 +181,9 @@ TITLE: Future WMF CI architecture
merges. CI should test changes and merge only if tests pass, so that
the branches for main lines of development are always releaseble.
-* **(TESTVC)** Must support storing tests in version control.
+* **(TESTVC)** Must support storing tests in version control. This is
+ probably best achieved by having tests be stored in the same git
+ repository where the code is.
* **(BUILDDEPS)** Must have some way to declare dependent repositories /
software needed for testing.