From c8fa7b686f9eabaa73ae2f1523e806db7105535d Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 20 May 2019 18:50:42 +0300 Subject: Change: clarify CLEANWORKSPACE and add CLEANBUILDENV --- ci-arch.mdwn | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/ci-arch.mdwn b/ci-arch.mdwn index 1a57945..bfe1393 100644 --- a/ci-arch.mdwn +++ b/ci-arch.mdwn @@ -333,8 +333,14 @@ to a minor degree. * **HA** Must be highly available - can restart any component without disrupting service. +* **CLEANBUILDENV** Must provide a build environment with only + explicitly declared build dependencies installed. + * **CLEANWORKSPACE** Must provide a clean workspace for each build or - test run - either a clean VM or container. + test run - either a clean VM or container. The workspace should have + the source code of the project to be built, with the right commit + checked out from version control, and anything else explicitly + declared, but nothing else. * **SECRETS** Must support secure storage of credentials / secrets. -- cgit v1.2.1