Koschei: consider aarch64 builders in Koji load calculation

This commit is contained in:
Mikolaj Izdebski 2016-10-06 10:38:41 +00:00
parent e5e25049fb
commit 142aed6c9c

View file

@ -24,7 +24,7 @@ config = {
{% else %}
"max_builds": 40,
{% endif %}
"build_arches": ['i386', 'x86_64', 'armhfp'],
"build_arches": ['i386', 'x86_64', 'armhfp', 'aarch64'],
"load_threshold": 0.65,
"task_priority": 30,
},