copr-be: use powerful builders for 3 projects
Per requests: https://github.com/fedora-copr/copr/issues/2985 https://github.com/fedora-copr/copr/issues/2986 https://github.com/fedora-copr/copr/issues/2987
This commit is contained in:
parent
8028e00aaf
commit
eb7fe4b5ba
1 changed files with 12 additions and 0 deletions
|
@ -208,5 +208,17 @@ EXTRA_BUILDCHROOT_TAGS = [{
|
|||
# https://github.com/fedora-copr/copr/issues/2966
|
||||
"pattern": "ngompa/fedora-asahi-dev/.*(x86_64|aarch64)/kernel",
|
||||
"tags": ["on_demand_powerful"],
|
||||
}, {
|
||||
# https://github.com/fedora-copr/copr/issues/2985
|
||||
"pattern": "ngompa/kernel-ark-exp-dev/.*(x86_64|aarch64)/kernel",
|
||||
"tags": ["on_demand_powerful"],
|
||||
}, {
|
||||
# https://github.com/fedora-copr/copr/issues/2986
|
||||
"pattern": "@centoshyperscale/kernel/.*(x86_64|aarch64)/kernel",
|
||||
"tags": ["on_demand_powerful"],
|
||||
}, {
|
||||
# https://github.com/fedora-copr/copr/issues/2987
|
||||
"pattern": "@fedora-llvm-team/llvm-snapshots/.*x86_64/(llvm|clang)",
|
||||
"tags": ["on_demand_powerful"],
|
||||
}]
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue