parent
23dcc9eeeb
commit
d66d362cb0
2 changed files with 2 additions and 4 deletions
|
@ -22,8 +22,7 @@ config = {
|
|||
"task_priority": 30,
|
||||
{% else %}
|
||||
"max_builds": 60,
|
||||
"build_arches": ['x86_64', 'ppc64', 'ppc64le'],
|
||||
# "build_arches": ['x86_64', 'aarch64', 'ppc64', 'ppc64le'],
|
||||
"build_arches": ['x86_64', 'aarch64', 'ppc64', 'ppc64le'],
|
||||
"load_threshold": 0.75,
|
||||
"task_priority": 30,
|
||||
{% endif %}
|
||||
|
|
|
@ -15,8 +15,7 @@ config = {
|
|||
{% if env == 'staging' %}
|
||||
"build_arches": ['x86_64'],
|
||||
{% else %}
|
||||
"build_arches": ['x86_64', 'ppc64', 'ppc64le'],
|
||||
# "build_arches": ['x86_64', 'aarch64', 'ppc64', 'ppc64le'],
|
||||
"build_arches": ['x86_64', 'aarch64', 'ppc64', 'ppc64le'],
|
||||
{% endif %}
|
||||
},
|
||||
"flask": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue