CI: reduce VM resources requests to improve scheduling

This commit is contained in:
ant31
2024-05-31 10:14:35 +02:00
parent dedc00661a
commit 2214071a82
15 changed files with 20 additions and 19 deletions

View File

@@ -4,15 +4,14 @@
vm_cpu_cores: 2
vm_cpu_sockets: 1
vm_cpu_threads: 2
vm_memory: 2048Mi
vm_memory: 2048
# Replace invalid characters so that we can use the branch name in kubernetes labels
branch_name_sane: "{{ branch | regex_replace('/', '-') }}"
# Request/Limit allocation settings
cpu_allocation_ratio: 0.5
memory_allocation_ratio: 1
cpu_allocation_ratio: 0.25
memory_allocation_ratio: 0.5
# Default path for inventory
inventory_path: "/tmp/{{ test_name }}/inventory"