Skip to content

Commit 1166307

Browse files
committed
lower down the cpu and memory usage during the testing
1 parent 6c01542 commit 1166307

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

ci-operator/step-registry/cucushift/installer/rehearse/baremetalds/ipi/ovn/ipv4/kubevirt/hypershift/mce/cucushift-installer-rehearse-baremetalds-ipi-ovn-ipv4-kubevirt-hypershift-mce-workflow.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ workflow:
2020
NETWORK_TYPE=OVNKubernetes
2121
NUM_WORKERS=0
2222
NUM_MASTERS=3
23-
MASTER_VCPU=16
24-
MASTER_MEMORY=81920
23+
MASTER_VCPU=8
24+
MASTER_MEMORY=32768
2525
VM_EXTRADISKS=true
2626
VM_EXTRADISKS_LIST="vda vdb"
2727
VM_EXTRADISKS_SIZE=250G

ci-operator/step-registry/cucushift/installer/rehearse/baremetalds/ipi/ovn/ipv4/kubevirt/hypershift/mce/guest/cucushift-installer-rehearse-baremetalds-ipi-ovn-ipv4-kubevirt-hypershift-mce-guest-workflow.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ workflow:
2222
NETWORK_TYPE=OVNKubernetes
2323
NUM_WORKERS=0
2424
NUM_MASTERS=3
25-
MASTER_VCPU=16
26-
MASTER_MEMORY=81920
25+
MASTER_VCPU=8
26+
MASTER_MEMORY=32768
2727
VM_EXTRADISKS=true
2828
VM_EXTRADISKS_LIST="vda vdb"
2929
VM_EXTRADISKS_SIZE=250G

0 commit comments

Comments
 (0)