diff --git a/roles/taskotron/buildmaster-configure/templates/ci.master.cfg.j2 b/roles/taskotron/buildmaster-configure/templates/ci.master.cfg.j2 index b23ceb3083..b892ef74a5 100644 --- a/roles/taskotron/buildmaster-configure/templates/ci.master.cfg.j2 +++ b/roles/taskotron/buildmaster-configure/templates/ci.master.cfg.j2 @@ -162,9 +162,9 @@ from buildbot.steps.shell import ShellCommand from buildbot.process.properties import Property, Interpolate -{# + {% if deployment_type == 'qadevel-prod' %} -#} + def create_test_factory(repo_name, func=True): factory = BuildFactory() factory.addStep(Git(repourl=Interpolate('https://bitbucket.org/fedoraqa/%s.git' % repo_name),