mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-28 20:42:20 +08:00
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>
20 lines
366 B
Django/Jinja
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
|