summaryrefslogtreecommitdiff
path: root/ci-arch.mdwn
diff options
context:
space:
mode:
authorLars Wirzenius <lwirzenius@wikimedia.org>2019-05-02 20:00:43 +0300
committerLars Wirzenius <lwirzenius@wikimedia.org>2019-05-02 20:00:43 +0300
commit033314cee5e53a06fa029a31413d614e6fb4dd41 (patch)
tree435c81ebfb052f90b391b94632499a33c98fba4e /ci-arch.mdwn
parent961b1b512c7bacc733212125eab2b7c021e1bece (diff)
downloadwmf-ci-arch-033314cee5e53a06fa029a31413d614e6fb4dd41.tar.gz
Change: fix wording/markup of MATRIXBUILDS
Diffstat (limited to 'ci-arch.mdwn')
-rw-r--r--ci-arch.mdwn8
1 files changed, 4 insertions, 4 deletions
diff --git a/ci-arch.mdwn b/ci-arch.mdwn
index 5b10041..0ecc1eb 100644
--- a/ci-arch.mdwn
+++ b/ci-arch.mdwn
@@ -292,10 +292,10 @@ TITLE: Future WMF CI architecture
* **(MATRIXBUILDS)** Would be nice to have efficient matrix builds.
* E.g., we currently run phpunit tests and browser tests for the
- Cartesian product of [PHP7 PHP7.1 PHP7.2 HHVM][MySQL, SQLite,
- PostgreSQL][Composer, MediaWiki vendor], but we preform
- setup/git clone for all of those tests. Doing that in a space
- and time efficient way would be good.
+ Cartesian product of {PHP7 PHP7.1 PHP7.2 HHVM} x {MySQL,
+ SQLite, PostgreSQL} x {Composer, MediaWiki vendor}, but we
+ perform setup/git clone for all of those tests. Doing that in a
+ space and time efficient way would be good.
* **(DEVSSH)** Developers should have an option to ssh to VM/container
that CI used to run the tests for debugging.