mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-26 03:23:08 +08:00
Ignore weak deps in staging Koschei
This commit is contained in:
@@ -45,8 +45,7 @@ config = {
|
||||
"cache_l1_threads": 3,
|
||||
"cache_l2_threads": 1,
|
||||
"cache_threads_max": 4,
|
||||
{% if False %}
|
||||
{# hawkey on el7 doesn't support ignore_weak_deps and Koji is not ignoring them either #}
|
||||
{% if env == 'staging' %}
|
||||
"ignore_weak_deps": True,
|
||||
{% endif %}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user