From f1fe9036ceac22ca047e2c95ce62df330bd0be4c Mon Sep 17 00:00:00 2001 From: ChengHao Yang <17496418+tico88612@users.noreply.github.com> Date: Sun, 11 Jan 2026 01:35:32 +0800 Subject: [PATCH] Test: ram increase for hydrophone Signed-off-by: ChengHao Yang <17496418+tico88612@users.noreply.github.com> --- tests/cloud_playbooks/roles/packet-ci/defaults/main.yml | 2 +- tests/files/ubuntu22-all-in-one-docker.yml | 2 +- tests/files/ubuntu22-calico-all-in-one-upgrade.yml | 2 +- tests/files/ubuntu22-calico-all-in-one.yml | 2 +- tests/files/ubuntu24-all-in-one-docker.yml | 2 +- tests/files/ubuntu24-calico-all-in-one.yml | 2 +- tests/files/ubuntu24-calico-etcd-datastore.yml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/tests/cloud_playbooks/roles/packet-ci/defaults/main.yml b/tests/cloud_playbooks/roles/packet-ci/defaults/main.yml index 2c3377fd7..7426ede94 100644 --- a/tests/cloud_playbooks/roles/packet-ci/defaults/main.yml +++ b/tests/cloud_playbooks/roles/packet-ci/defaults/main.yml @@ -4,7 +4,7 @@ vm_cpu_cores: 2 vm_cpu_sockets: 1 vm_cpu_threads: 2 -vm_memory: 2048 +vm_memory: 4096 releases_disk_size: 2Gi # Request/Limit allocation settings diff --git a/tests/files/ubuntu22-all-in-one-docker.yml b/tests/files/ubuntu22-all-in-one-docker.yml index 48d3a9495..0120feca7 100644 --- a/tests/files/ubuntu22-all-in-one-docker.yml +++ b/tests/files/ubuntu22-all-in-one-docker.yml @@ -2,7 +2,7 @@ # Instance settings cloud_image: ubuntu-2204 mode: all-in-one -vm_memory: 1800 +vm_memory: 3072 # Kubespray settings auto_renew_certificates: true diff --git a/tests/files/ubuntu22-calico-all-in-one-upgrade.yml b/tests/files/ubuntu22-calico-all-in-one-upgrade.yml index 0f8a83d25..a19321fca 100644 --- a/tests/files/ubuntu22-calico-all-in-one-upgrade.yml +++ b/tests/files/ubuntu22-calico-all-in-one-upgrade.yml @@ -2,7 +2,7 @@ # Instance settings cloud_image: ubuntu-2204 mode: all-in-one -vm_memory: 1800 +vm_memory: 3072 # Kubespray settings auto_renew_certificates: true diff --git a/tests/files/ubuntu22-calico-all-in-one.yml b/tests/files/ubuntu22-calico-all-in-one.yml index ff157b241..3d59c96a0 100644 --- a/tests/files/ubuntu22-calico-all-in-one.yml +++ b/tests/files/ubuntu22-calico-all-in-one.yml @@ -2,7 +2,7 @@ # Instance settings cloud_image: ubuntu-2204 mode: all-in-one -vm_memory: 1800 +vm_memory: 3072 # Kubespray settings auto_renew_certificates: true diff --git a/tests/files/ubuntu24-all-in-one-docker.yml b/tests/files/ubuntu24-all-in-one-docker.yml index f8979fc19..6fe04fac2 100644 --- a/tests/files/ubuntu24-all-in-one-docker.yml +++ b/tests/files/ubuntu24-all-in-one-docker.yml @@ -2,7 +2,7 @@ # Instance settings cloud_image: ubuntu-2404 mode: all-in-one -vm_memory: 1800 +vm_memory: 3072 # Kubespray settings auto_renew_certificates: true diff --git a/tests/files/ubuntu24-calico-all-in-one.yml b/tests/files/ubuntu24-calico-all-in-one.yml index 4203172bd..664d6151f 100644 --- a/tests/files/ubuntu24-calico-all-in-one.yml +++ b/tests/files/ubuntu24-calico-all-in-one.yml @@ -2,7 +2,7 @@ # Instance settings cloud_image: ubuntu-2404 mode: all-in-one -vm_memory: 1800 +vm_memory: 3072 # Kubespray settings auto_renew_certificates: true diff --git a/tests/files/ubuntu24-calico-etcd-datastore.yml b/tests/files/ubuntu24-calico-etcd-datastore.yml index 2a83f2c6a..5542870a9 100644 --- a/tests/files/ubuntu24-calico-etcd-datastore.yml +++ b/tests/files/ubuntu24-calico-etcd-datastore.yml @@ -2,7 +2,7 @@ # Instance settings cloud_image: ubuntu-2404 mode: node-etcd-client -vm_memory: 1800 +vm_memory: 3072 # Kubespray settings auto_renew_certificates: true