From 5f0a53a5d38dcdcd5ca04eb007fedb1955fae29c Mon Sep 17 00:00:00 2001 From: Guillaume Boutry Date: Wed, 3 Jul 2024 13:17:45 +0200 Subject: [PATCH] [tests] increase mysql resources Since last mysql-k8s 8.0/stable promotion to rev 153, memory definition has changed, update mysql resources to reflect this change. Change-Id: Iaa9d9799b30eb4380ed8bf223729aefe69b8b277 --- tests/caas/smoke.yaml.j2 | 4 +++- tests/ceph/smoke.yaml.j2 | 4 +++- tests/core/smoke.yaml.j2 | 4 +++- tests/misc/smoke.yaml.j2 | 4 +++- tests/tempest/smoke.yaml.j2 | 4 +++- 5 files changed, 15 insertions(+), 5 deletions(-) diff --git a/tests/caas/smoke.yaml.j2 b/tests/caas/smoke.yaml.j2 index c65b9676..b3404324 100644 --- a/tests/caas/smoke.yaml.j2 +++ b/tests/caas/smoke.yaml.j2 @@ -15,7 +15,9 @@ applications: base: ubuntu@22.04 scale: 1 trust: true - constraints: cpu-power=1000 mem=1G + options: + profile-limit-memory: 2560 + experimental-max-connections: 150 vault: charm: ch:vault-k8s channel: 1.15/edge diff --git a/tests/ceph/smoke.yaml.j2 b/tests/ceph/smoke.yaml.j2 index ca8129a9..adfff2df 100644 --- a/tests/ceph/smoke.yaml.j2 +++ b/tests/ceph/smoke.yaml.j2 @@ -15,7 +15,9 @@ applications: base: ubuntu@22.04 scale: 1 trust: true - constraints: cpu-power=1000 mem=1G + options: + profile-limit-memory: 2560 + experimental-max-connections: 150 rabbitmq: charm: ch:rabbitmq-k8s channel: 3.12/edge diff --git a/tests/core/smoke.yaml.j2 b/tests/core/smoke.yaml.j2 index 4cada60d..d00ed0f8 100644 --- a/tests/core/smoke.yaml.j2 +++ b/tests/core/smoke.yaml.j2 @@ -15,7 +15,9 @@ applications: base: ubuntu@22.04 scale: 1 trust: true - constraints: cpu-power=1000 mem=1G + options: + profile-limit-memory: 2560 + experimental-max-connections: 150 tls-operator: charm: self-signed-certificates channel: latest/beta diff --git a/tests/misc/smoke.yaml.j2 b/tests/misc/smoke.yaml.j2 index 9c6db6c1..cad07d10 100644 --- a/tests/misc/smoke.yaml.j2 +++ b/tests/misc/smoke.yaml.j2 @@ -15,7 +15,9 @@ applications: base: ubuntu@22.04 scale: 1 trust: true - constraints: cpu-power=1000 mem=1G + options: + profile-limit-memory: 2560 + experimental-max-connections: 150 ldap-server: charm: ch:ldap-test-fixture-k8s channel: edge diff --git a/tests/tempest/smoke.yaml.j2 b/tests/tempest/smoke.yaml.j2 index e4b70d73..f36406c4 100644 --- a/tests/tempest/smoke.yaml.j2 +++ b/tests/tempest/smoke.yaml.j2 @@ -15,7 +15,9 @@ applications: base: ubuntu@22.04 scale: 1 trust: true - constraints: cpu-power=1000 mem=1G + options: + profile-limit-memory: 2560 + experimental-max-connections: 150 tls-operator: charm: self-signed-certificates channel: latest/beta