summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Holland <william.holland@codethink.co.uk>2015-09-17 08:38:40 +0100
committerWill Holland <william.holland@codethink.co.uk>2015-09-17 08:38:40 +0100
commitc025b264025d8a7f8040c65b36b65f7f127315f9 (patch)
tree03c0214f9fb53bec7f6a8853e33a229cea5e5b04
parentc527ea7b90b1357aefc774af8177e31719d9d2ac (diff)
downloadorchestration-c025b264025d8a7f8040c65b36b65f7f127315f9.tar.gz
Fix categories in master.cfg
-rw-r--r--source/master.cfg8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/master.cfg b/source/master.cfg
index 6dcdc35..b6a0344 100644
--- a/source/master.cfg
+++ b/source/master.cfg
@@ -39,10 +39,10 @@ c['change_source'].append(PBChangeSource(
from buildbot.changes.filter import ChangeFilter
-definitions_filter = ChangeFilter(category='definitions')
-lorry_filter = ChangeFilter(category='lorry')
-postbuild_filter = ChangeFilter(category='postbuild')
-postdeploy_filter = ChangeFilter(category='postdeploy')
+definitions_filter = ChangeFilter(category='definitions_update')
+lorry_filter = ChangeFilter(category='repo_update')
+postbuild_filter = ChangeFilter(category='build_complete')
+postdeploy_filter = ChangeFilter(category='deploy_complete')
####### SCHEDULERS