summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ci-arch.mdwn11
1 files changed, 1 insertions, 10 deletions
diff --git a/ci-arch.mdwn b/ci-arch.mdwn
index 5cb58be..98ece80 100644
--- a/ci-arch.mdwn
+++ b/ci-arch.mdwn
@@ -458,16 +458,7 @@ we plan CI to implement them.
## Interdependent changes to multiple components
-* For example, change to MediaWiki core and an extension so that they
- depend on each other.
-
-* Isn't this bad practise? Would this be better done using feature
- flags or feature detection so that code changes can be merged
- independently, and only enabled in environments where all changes
- are present?
-
-* Otherwise, CI needs to support, either automatically or manually,
- merging all repos at once or none.
+FIXME
# The (default?) pipeline