We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8c0929 commit 623de23Copy full SHA for 623de23
test/e2e/config/proxmox-ci.yaml
@@ -98,8 +98,8 @@ variables:
98
ALLOWED_NODES: "${ALLOWED_NODES:-[pve,pve-2,pve-3]}"
99
BRIDGE: "${BRIDGE:-vmbr1}"
100
NUM_SOCKETS: "${NUM_SOCKETS:-2}"
101
- NUM_CORES: "${NUM_CORES:-4}"
102
- MEMORY_MIB: "${MEMORY_MIB:-8096}"
+ NUM_CORES: "${NUM_CORES:-2}"
+ MEMORY_MIB: "${MEMORY_MIB:-4096}"
103
BOOT_VOLUME_SIZE: "${BOOT_VOLUME_SIZE:-40}"
104
CAPMOX_LOGLEVEL: "${CAPMOX_LOGLEVEL:-4}"
105
BOOT_VOLUME_DEVICE: "${BOOT_VOLUME_DEVICE:-scsi0}"
0 commit comments