mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-07-17 04:00:25 +08:00
copr-be: enable high-performance builders in prod
This commit is contained in:
@@ -6,8 +6,8 @@ aws_{{ arch }}_{{ on_demand + '_' if on_demand is not none else '' }}{% if spot
|
||||
max_starting: {{ max_starting }}
|
||||
max_prealloc: {{ max_prealloc }}
|
||||
{% else %}
|
||||
max: 1
|
||||
max_starting: 1
|
||||
max: 10
|
||||
max_starting: 4
|
||||
{% endif %}
|
||||
tags:
|
||||
- name: copr_builder
|
||||
|
||||
@@ -199,4 +199,14 @@ EXTRA_BUILDCHROOT_TAGS = [{
|
||||
"pattern": "@copr/measure-hv-p08.*/.*/.*",
|
||||
"tags": ["arch_power8"],
|
||||
}]
|
||||
{% else %}
|
||||
EXTRA_BUILDCHROOT_TAGS = [{
|
||||
# https://github.com/fedora-copr/copr/issues/2966
|
||||
"pattern": "@asahi/kernel/.*(x86_64|aarch64)/kernel",
|
||||
"tags": ["on_demand_powerful"],
|
||||
}, {
|
||||
# https://github.com/fedora-copr/copr/issues/2966
|
||||
"pattern": "ngompa/fedora-asahi-dev/.*(x86_64|aarch64)/kernel",
|
||||
"tags": ["on_demand_powerful"],
|
||||
}]
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user