Koschei: remove aarch64 from staging config

This commit is contained in:
Mikolaj Izdebski 2016-10-13 18:08:35 +00:00
parent 9164552f6f
commit f052fd8822

View file

@ -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,
},