summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <lwirzenius@wikimedia.org>2019-05-22 16:53:55 +0300
committerLars Wirzenius <lwirzenius@wikimedia.org>2019-05-22 16:53:55 +0300
commit4eff927b9c99511f7d41725bc954bfd07729fc0a (patch)
tree0d32290b26516ae892d7570a66fb726a44871508
parent4ea0fd42dc715f55aacdb7eaca14f8421460a061 (diff)
downloadwmf-ci-arch-4eff927b9c99511f7d41725bc954bfd07729fc0a.tar.gz
Add: ALLTESTS requirement
-rw-r--r--ci-arch.mdwn5
1 files changed, 5 insertions, 0 deletions
diff --git a/ci-arch.mdwn b/ci-arch.mdwn
index 8e48abb..037182b 100644
--- a/ci-arch.mdwn
+++ b/ci-arch.mdwn
@@ -362,6 +362,11 @@ to a minor degree.
* **SECRETS** Must support secure storage of credentials / secrets.
+* **ALLTESTS** When merging a change, all tests for all components
+ need to pass. For example, when changing one MediaWiki extension,
+ which is depended on by another extension, the change should be
+ rejected if either extension's tests fail.
+
## Softer requirements