From 53f14b5061247e5d7bbd22417eb8e10c1470efb1 Mon Sep 17 00:00:00 2001 From: Richard Maw Date: Thu, 2 Oct 2014 12:23:20 +0000 Subject: Only attempt to run distbuild yarns if possible You need both bottle and flup for this to work, and it would wait forever for a cache-server that is never going to start unless you have bottle and flup. So we now check whether the cache server is functional before attempting distbuild tests. --- yarns/building.yarn | 1 + yarns/implementations.yarn | 3 +++ 2 files changed, 4 insertions(+) diff --git a/yarns/building.yarn b/yarns/building.yarn index 5f79aa3c..52742ac8 100644 --- a/yarns/building.yarn +++ b/yarns/building.yarn @@ -10,6 +10,7 @@ Morph Building Tests FINALLY the git server is shut down SCENARIO distbuilding + ASSUMING the morph-cache-server can be run GIVEN a workspace AND a git server AND a communal cache server diff --git a/yarns/implementations.yarn b/yarns/implementations.yarn index 0c0daf79..6748e3d3 100644 --- a/yarns/implementations.yarn +++ b/yarns/implementations.yarn @@ -984,6 +984,9 @@ Altering morphologies in the workspace Distbuild ========= + IMPLEMENTS ASSUMING the morph-cache-server can be run + "$SRCDIR/morph-cache-server" --version + IMPLEMENTS GIVEN a communal cache server # The communal cache server has direct access to the git repositories # and can have artifacts placed on it -- cgit v1.2.1