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>
This commit is contained in:
parent
de92d34f55
commit
ed4f45b314
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ download_domains = fedoraproject.org
|
|||
plugins = Fedmsg FedoraUpdateRestart
|
||||
{% endif %}
|
||||
hide_asset_types = repo iso hdd
|
||||
parallel_cancel_whole_cluster = 0
|
||||
|
||||
[auth]
|
||||
method=OpenID
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue