mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 12:07:34 +08:00
Koschei: remove aarch64 from staging config
This commit is contained in:
@@ -21,10 +21,11 @@ config = {
|
||||
},
|
||||
{% if env == 'staging' %}
|
||||
"max_builds": 4,
|
||||
"build_arches": ['i386', 'x86_64', 'armhfp'],
|
||||
{% else %}
|
||||
"max_builds": 40,
|
||||
{% endif %}
|
||||
"build_arches": ['i386', 'x86_64', 'armhfp', 'aarch64'],
|
||||
{% endif %}
|
||||
"load_threshold": 0.65,
|
||||
"task_priority": 30,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user