summaryrefslogtreecommitdiff
path: root/ci-arch.html
diff options
context:
space:
mode:
authorLars Wirzenius <lwirzenius@wikimedia.org>2019-05-20 18:28:46 +0300
committerLars Wirzenius <lwirzenius@wikimedia.org>2019-05-20 18:28:46 +0300
commit4426734823f6754ad6efe6ab50f4de01883fd032 (patch)
treec3f0a481963bf5d6cb8cecb949313fceff63e71e /ci-arch.html
parent87528c59731339448fc967f2edc4657e638f8f10 (diff)
downloadwmf-ci-arch-4426734823f6754ad6efe6ab50f4de01883fd032.tar.gz
Add: clarification and acceptance criterion for UNDERSTANDABLE
Diffstat (limited to 'ci-arch.html')
-rw-r--r--ci-arch.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci-arch.html b/ci-arch.html
index 36f6d37..71c3195 100644
--- a/ci-arch.html
+++ b/ci-arch.html
@@ -90,7 +90,7 @@
<p>This is partly due to the <strong>SELFHOSTABLE</strong> requirement, but also because a WMF value is to prefer open source.</p></li>
</ul></li>
<li><p><strong>GITSUPPORT</strong> Must support git. We’re not switching version control systems for CI.</p></li>
-<li><p><strong>UNDERSTANDABLE</strong> Must be understandable without too much effort to our developers so that they can use CI/CD productively.</p></li>
+<li><p><strong>UNDERSTANDABLE</strong> Must be understandable without too much effort to our developers so that they can use CI/CD productively. Acceptance critera: our developers can use CI productively, after given a short, 1-page tutorial on how to specify build instructions for their software. FIXME: This might not be very clear.</p></li>
<li><p><strong>SELFSERVE</strong> Must support self-serve CI, meaning we don’t block people if they want CI for a new repo. Due to <strong>PROTECTPRODUCTION</strong>, there will probably to be some human approval requirement for new projects, but as much as possible, people should be allowed to do their work without having to ask permission.</p>
<ul>
<li><strong>SELFSERVE2</strong> Should allow the developers to define or declare at least parts of the pipeline jobs in the repository: what commands to run for building, testing, etc.</li>