Skip to content

Commit 623de23

Browse files
mcbenjemaawikkyk
authored andcommitted
Reduce cpu/memory e2e test machines
1 parent d8c0929 commit 623de23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/e2e/config/proxmox-ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ variables:
9898
ALLOWED_NODES: "${ALLOWED_NODES:-[pve,pve-2,pve-3]}"
9999
BRIDGE: "${BRIDGE:-vmbr1}"
100100
NUM_SOCKETS: "${NUM_SOCKETS:-2}"
101-
NUM_CORES: "${NUM_CORES:-4}"
102-
MEMORY_MIB: "${MEMORY_MIB:-8096}"
101+
NUM_CORES: "${NUM_CORES:-2}"
102+
MEMORY_MIB: "${MEMORY_MIB:-4096}"
103103
BOOT_VOLUME_SIZE: "${BOOT_VOLUME_SIZE:-40}"
104104
CAPMOX_LOGLEVEL: "${CAPMOX_LOGLEVEL:-4}"
105105
BOOT_VOLUME_DEVICE: "${BOOT_VOLUME_DEVICE:-scsi0}"

0 commit comments

Comments
 (0)