summaryrefslogtreecommitdiff
path: root/ci-arch.mdwn
diff options
context:
space:
mode:
authorLars Wirzenius <lwirzenius@wikimedia.org>2019-05-02 19:27:41 +0300
committerLars Wirzenius <lwirzenius@wikimedia.org>2019-05-02 19:27:41 +0300
commit361c81d51d1222ede54373d5cec53d376a670a6b (patch)
tree770fb5c939c9f299fc49493181af6540797d542d /ci-arch.mdwn
parent68a125aa373132dde63f001dbddb02d7f28dd969 (diff)
downloadwmf-ci-arch-361c81d51d1222ede54373d5cec53d376a670a6b.tar.gz
Change: add FIXMEs
Diffstat (limited to 'ci-arch.mdwn')
-rw-r--r--ci-arch.mdwn6
1 files changed, 4 insertions, 2 deletions
diff --git a/ci-arch.mdwn b/ci-arch.mdwn
index 66817ee..5f45e15 100644
--- a/ci-arch.mdwn
+++ b/ci-arch.mdwn
@@ -162,11 +162,13 @@ TITLE: Future WMF CI architecture
* **(CONFIGVC)** Must keep configuration in version control. This is
needed so that we can track changes over time.
-* **(GATING)** Must support gating / pre-merge testing.
+* **(GATING)** Must support gating / pre-merge testing. FIXME: This
+ needs to be explained.
* **(PERIODICBUILDS)** Must support periodic / scheduled testing.
-* **(POSTMERGETESTS)** Must support post-merge testing.
+* **(POSTMERGETESTS)** Must support post-merge testing. FIXME: This
+ needs to be explained.
* **(CIMERGES)** Must support tooling to do the merging, instead of developers.