summaryrefslogtreecommitdiff
path: root/source/master.cfg
diff options
context:
space:
mode:
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