Files
fedora-infra_ansible/roles/openqa/server/templates/openqa.ini.j2
Adam Williamson ed4f45b314 openqa/server: set config option not to cancel whole job cluster
This is the config option added in the most recent openqa build
which prevents it cancelling an entire cluster of parallel jobs
if just one of the children fails. See:

https://progress.opensuse.org/issues/46295

Signed-off-by: Adam Williamson <awilliam@redhat.com>
2019-03-05 10:04:48 -08:00

20 lines
366 B
Django/Jinja

[global]
branding = plain
base_url = https://{{ external_hostname }}
download_domains = fedoraproject.org
{% if deployment_type is defined %}
plugins = Fedmsg FedoraUpdateRestart
{% endif %}
hide_asset_types = repo iso hdd
parallel_cancel_whole_cluster = 0
[auth]
method=OpenID
[logging]
level=info
[openid]
provider = https://id.fedoraproject.org/
httpsonly = 1