mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-27 12:03:38 +08:00
fixing another syntax error in qa-stg buildmaster
This commit is contained in:
@@ -176,12 +176,6 @@ def create_test_factory(repo_name, func=True):
|
||||
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 %}
|
||||
|
||||
{% if deployment_type == 'qa-stg' %}
|
||||
@@ -201,9 +195,14 @@ def create_test_factory(repo_name, func=True):
|
||||
|
||||
return factory
|
||||
|
||||
libtaskotron_factory = create_test_factory('LTRN/libtaskotron')
|
||||
{% 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
|
||||
|
||||
c['builders'] = []
|
||||
|
||||
Reference in New Issue
Block a user