summaryrefslogtreecommitdiff
path: root/yarns/regression.yarn
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2014-03-10 16:06:29 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2014-03-14 10:54:55 +0000
commit439f278b2048ef20f7b0f953ed45feed50d73120 (patch)
tree362d1171262955a03179e0d83816cc3371f7a94c /yarns/regression.yarn
parent8fd1da1a64fc48ccb070bcc52766a547c85cbecc (diff)
downloadmorph-439f278b2048ef20f7b0f953ed45feed50d73120.tar.gz
Test nested deployments
Diffstat (limited to 'yarns/regression.yarn')
-rw-r--r--yarns/regression.yarn5
1 files changed, 4 insertions, 1 deletions
diff --git a/yarns/regression.yarn b/yarns/regression.yarn
index 17e3ad87..b0f4d112 100644
--- a/yarns/regression.yarn
+++ b/yarns/regression.yarn
@@ -58,7 +58,10 @@ source it depended on.
AND system test-system uses test-stratum-runtime from test-stratum
AND stratum test-stratum has match rules: [{artifact: test-stratum-runtime, include: [.*-(bins|libs|locale)]}, {artifact: test-stratum-devel, include: [.*-(devel|doc|misc)]}]
WHEN the user checks out the system branch called master
- GIVEN a cluster called test-cluster for deploying only the test-system system as type tar in system branch master
+ GIVEN a cluster called test-cluster in system branch master
+ AND a system in cluster test-cluster in branch master called test-system
+ AND system test-system in cluster test-cluster in branch master builds test-system
+ AND system test-system in cluster test-cluster in branch master has deployment type: tar
WHEN the user builds the system test-system in branch master
GIVEN stratum test-stratum in system branch master has match rules: [{artifact: test-stratum-runtime, include: [.*-(bins|libs|misc)]}, {artifact: test-stratum-devel, include: [.*-(devel|doc|locale)]}]
WHEN the user builds the system test-system in branch master