fixing another syntax error in qa-stg buildmaster
This commit is contained in:
parent
b61744cc24
commit
94728feb0d
1 changed files with 6 additions and 7 deletions
|
@ -176,12 +176,6 @@ def create_test_factory(repo_name, func=True):
|
||||||
return factory
|
return factory
|
||||||
|
|
||||||
|
|
||||||
trigger_factory = create_test_factory('taskotron-trigger')
|
|
||||||
libtaskotron_factory = create_test_factory('libtaskotron')
|
|
||||||
resultsdb_factory = create_test_factory('resultsdb')
|
|
||||||
resultsdb_api_factory = create_test_factory('resultsdb_api')
|
|
||||||
fake_fedorainfra_factory = create_test_factory('fake_fedorainfra')
|
|
||||||
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if deployment_type == 'qa-stg' %}
|
{% if deployment_type == 'qa-stg' %}
|
||||||
|
@ -201,9 +195,14 @@ def create_test_factory(repo_name, func=True):
|
||||||
|
|
||||||
return factory
|
return factory
|
||||||
|
|
||||||
libtaskotron_factory = create_test_factory('LTRN/libtaskotron')
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
trigger_factory = create_test_factory('taskotron-trigger')
|
||||||
|
libtaskotron_factory = create_test_factory('libtaskotron')
|
||||||
|
resultsdb_factory = create_test_factory('resultsdb')
|
||||||
|
resultsdb_api_factory = create_test_factory('resultsdb_api')
|
||||||
|
fake_fedorainfra_factory = create_test_factory('fake_fedorainfra')
|
||||||
|
|
||||||
from buildbot.config import BuilderConfig
|
from buildbot.config import BuilderConfig
|
||||||
|
|
||||||
c['builders'] = []
|
c['builders'] = []
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue