Skip to content

Commit

Permalink
Reduce cpu/memory e2e test machines
Browse files Browse the repository at this point in the history
  • Loading branch information
mcbenjemaa authored and wikkyk committed Apr 19, 2024
1 parent d8c0929 commit 623de23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/e2e/config/proxmox-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ variables:
ALLOWED_NODES: "${ALLOWED_NODES:-[pve,pve-2,pve-3]}"
BRIDGE: "${BRIDGE:-vmbr1}"
NUM_SOCKETS: "${NUM_SOCKETS:-2}"
NUM_CORES: "${NUM_CORES:-4}"
MEMORY_MIB: "${MEMORY_MIB:-8096}"
NUM_CORES: "${NUM_CORES:-2}"
MEMORY_MIB: "${MEMORY_MIB:-4096}"
BOOT_VOLUME_SIZE: "${BOOT_VOLUME_SIZE:-40}"
CAPMOX_LOGLEVEL: "${CAPMOX_LOGLEVEL:-4}"
BOOT_VOLUME_DEVICE: "${BOOT_VOLUME_DEVICE:-scsi0}"
Expand Down

0 comments on commit 623de23

Please sign in to comment.