Skip to content
Snippets Groups Projects
Unverified Commit 77a74ade authored by Florian Ruynat's avatar Florian Ruynat Committed by GitHub
Browse files

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

parent 1ccf32e0
No related branches found
No related tags found
Loading
...@@ -177,15 +177,11 @@ packet_fedora33-calico: ...@@ -177,15 +177,11 @@ packet_fedora33-calico:
stage: deploy-part2 stage: deploy-part2
extends: .packet_periodic extends: .packet_periodic
when: on_success when: on_success
variables:
MITOGEN_ENABLE: "true"
packet_fedora34-calico-selinux: packet_fedora34-calico-selinux:
stage: deploy-part2 stage: deploy-part2
extends: .packet_periodic extends: .packet_periodic
when: on_success when: on_success
variables:
MITOGEN_ENABLE: "true"
packet_amazon-linux-2-aio: packet_amazon-linux-2-aio:
stage: deploy-part2 stage: deploy-part2
......
...@@ -31,7 +31,7 @@ spec: ...@@ -31,7 +31,7 @@ spec:
cpu: cpu:
cores: {{ vm_cpu_cores }} cores: {{ vm_cpu_cores }}
sockets: {{ vm_cpu_sockets }} sockets: {{ vm_cpu_sockets }}
threads: {{ vm_cpu_cores }} threads: {{ vm_cpu_threads }}
resources: resources:
requests: requests:
memory: {{ vm_memory * memory_allocation_ratio }} memory: {{ vm_memory * memory_allocation_ratio }}
......
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
# Instance settings # Instance settings
cloud_image: centos-8 cloud_image: centos-8
mode: default mode: default
vm_memory: 3072Mi
# Kubespray settings # Kubespray settings
kube_network_plugin: calico kube_network_plugin: calico
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment