summaryrefslogtreecommitdiff
path: root/distbuild/protocol.py
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2015-09-18 10:47:38 +0000
committerBaserock Gerrit <gerrit@baserock.org>2015-10-07 00:06:09 +0000
commit3c59628c80ffe47992bf7347268ca587fc6d368d (patch)
treefba278b5fb0eff894f6b1f60514dfee6c6377ded /distbuild/protocol.py
parent50dd4970f61db4ba203f1aea067ab20ef944fe73 (diff)
downloadmorph-3c59628c80ffe47992bf7347268ca587fc6d368d.tar.gz
distbuild: When a build finishes, say which worker it was built on
Change-Id: I493fced8cf2664283923f6f41097ca991d3fc3de
Diffstat (limited to 'distbuild/protocol.py')
-rw-r--r--distbuild/protocol.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/distbuild/protocol.py b/distbuild/protocol.py
index 44552ae1..d569079b 100644
--- a/distbuild/protocol.py
+++ b/distbuild/protocol.py
@@ -61,6 +61,7 @@ _required_fields = {
'step-finished': [
'id',
'step_name',
+ 'worker_name',
],
'step-failed': [
'id',