Make staging Koschei ignore weak dependencies
This commit is contained in:
parent
d1691ab147
commit
a654048585
1 changed files with 3 additions and 0 deletions
|
@ -40,6 +40,9 @@ config = {
|
|||
"cache_l1_threads": 6,
|
||||
"cache_l2_threads": 2,
|
||||
"cache_threads_max": 8,
|
||||
{% if env == 'staging' %}
|
||||
"ignore_weak_deps": True,
|
||||
{% endif %}
|
||||
},
|
||||
"services": {
|
||||
"watcher": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue