copr: be: disable resalloc on stage
All the resources on AARCH64 hosts are tightly calculated; so if stage wastes some resources - devel/production is not able to start as many resources as we expect.
This commit is contained in:
parent
33bad8c4dd
commit
473bcb8e42
2 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
devel: true
|
||||
stage: true
|
||||
#_forward-src: "{{ files }}/copr/forward-dev"
|
||||
_forward_src: "forward_dev"
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@ aarch64_02_prod:
|
|||
cmd_delete: "/var/lib/resallocserver/resalloc_provision/vm-aarch64-delete"
|
||||
tags:
|
||||
- aarch64
|
||||
{% else %}
|
||||
{% elif not stage %}
|
||||
# Development configuration. On each aarch64 host we have
|
||||
# 2 guests vms of
|
||||
# - 2 VCPUs (default)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue