Bump centos8 CI job memory to 3go and remove mitogen for fedora CI (#7921)

This commit is contained in:
Florian Ruynat
2021-08-30 17:25:13 +02:00
committed by GitHub
parent 1ccf32e08f
commit 77a74adedd
3 changed files with 2 additions and 5 deletions

View File

@@ -31,7 +31,7 @@ spec:
cpu:
cores: {{ vm_cpu_cores }}
sockets: {{ vm_cpu_sockets }}
threads: {{ vm_cpu_cores }}
threads: {{ vm_cpu_threads }}
resources:
requests:
memory: {{ vm_memory * memory_allocation_ratio }}