summaryrefslogtreecommitdiff
path: root/config.py
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2014-05-21 17:14:13 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2014-05-21 17:14:13 +0000
commit56f5ec837287885ad44947671b76350a7c271f62 (patch)
treed9577c2ca39d6cd649ca635e13d4444cc25262ff /config.py
parent7575459b08a8fb3d28d416225617927ba12101d2 (diff)
downloadsystem-tests-master.tar.gz
Use distbuild instead of local buildsHEADmaster
Diffstat (limited to 'config.py')
-rw-r--r--config.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/config.py b/config.py
index 69a69ee..45e2fdf 100644
--- a/config.py
+++ b/config.py
@@ -35,6 +35,14 @@ BOOT_TIMEOUT=20
# want to use a custom version of Morph if you're developing a Morph feature.
MORPH_COMMAND = 'morph'
+# This is a wart. Morph should handle this itself (ideally by having one
+# distbuild controller able to divide jobs among workers of many architectures.
+DISTBUILD_INITIATORS = {
+ 'armv7lhf': '10.24.1.134',
+ 'x86_32': '10.24.1.136',
+ 'x86_64': '10.24.1.164',
+}
+
BUILD_TEMPDIR = '/src/tmp'
BRANCH = 'master'