summaryrefslogtreecommitdiff
path: root/yarns/building.yarn
diff options
context:
space:
mode:
authorAdam Coldrick <adam.coldrick@codethink.co.uk>2015-02-18 10:33:53 +0000
committerAdam Coldrick <adam.coldrick@codethink.co.uk>2015-02-18 10:33:53 +0000
commit74f60a7ed286dd88e24539d46b9a86147a8e78b5 (patch)
treed2f23f862b350d1ba48066439a5a3cf17341cc4b /yarns/building.yarn
parentd9ad77ea43f99f3f6d58f66cb1bfe261d966c730 (diff)
parentde03bc62a051260b45a28c0b132f549896e7112a (diff)
downloadmorph-74f60a7ed286dd88e24539d46b9a86147a8e78b5.tar.gz
Merge branch 'baserock/adamcoldrick/build-graph-speedups-v2'
Reviewed-By: Sam Thursfield <sam.thursfield@codethink.co.uk> Reviewed-By: Richard Ipsum <richard.ipsum@codethink.co.uk>
Diffstat (limited to 'yarns/building.yarn')
-rw-r--r--yarns/building.yarn12
1 files changed, 12 insertions, 0 deletions
diff --git a/yarns/building.yarn b/yarns/building.yarn
index 52f2b561..b5e46b73 100644
--- a/yarns/building.yarn
+++ b/yarns/building.yarn
@@ -63,6 +63,7 @@ so when we deploy the system, we can check whether it exists.
WHEN the user attempts to deploy the cluster test-cluster.morph in branch master with options test-system.location="$DATADIR/test.tar"
THEN morph succeeded
AND tarball test.tar contains etc/passwd
+ FINALLY the git server is shut down
Distbuilding
------------
@@ -100,3 +101,14 @@ repos cached locally.
AND the distbuild worker is terminated
AND the communal cache server is terminated
AND the git server is shut down
+
+Empty strata don't build
+------------------------
+
+ SCENARIO empty-strata
+ GIVEN a workspace
+ AND a git server
+ WHEN the user checks out the system branch called empty-stratum
+ AND the user attempts to build the system systems/empty-stratum-system.morph in branch empty-stratum
+ THEN morph failed
+ FINALLY the git server is shut down