summaryrefslogtreecommitdiff
path: root/source/master.cfg
diff options
context:
space:
mode:
authorWill Holland <william.holland@codethink.co.uk>2015-10-01 00:01:13 +0100
committerWill Holland <william.holland@codethink.co.uk>2015-10-01 00:01:13 +0100
commit3d15fd2059988990cd86a9e3830430518a4a7888 (patch)
tree66aec7e0da79637f41bc04e8c9c56b851f53746b /source/master.cfg
parentadb62464f70139007c69f34d30f4640eeb26c3bc (diff)
downloadorchestration-3d15fd2059988990cd86a9e3830430518a4a7888.tar.gz
Concat categories
Diffstat (limited to 'source/master.cfg')
-rw-r--r--source/master.cfg3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/master.cfg b/source/master.cfg
index a9f38db..2347886 100644
--- a/source/master.cfg
+++ b/source/master.cfg
@@ -49,7 +49,8 @@ c['change_source'].append(PBChangeSource(
from buildbot.changes.filter import ChangeFilter
categories = {}
-for _c in configure.get_categories():
+#TODO get categories from orch_config rather than hard coded list
+for _c in configure.get_categories()+orch_config.categories:
categories[_c] = ChangeFilter(category=_c)
####### SCHEDULERS