From ae4ba5001ea05ba26c55e4557f5ef450fc0c2417 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20Ar=C3=A8s?= Date: Mon, 18 Mar 2024 14:54:35 -0400 Subject: [PATCH] Increase appstudio pods quota MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Paired with: https://github.com/codeready-toolchain/host-operator/pull/993 KONFLUX-2454 Signed-off-by: Hugo Arès --- testsupport/tiers/checks.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testsupport/tiers/checks.go b/testsupport/tiers/checks.go index aee846b7f..eacb58b3e 100644 --- a/testsupport/tiers/checks.go +++ b/testsupport/tiers/checks.go @@ -510,7 +510,7 @@ func (a *appstudioTierChecks) GetExpectedTemplateRefs(t *testing.T, hostAwait *w func (a *appstudioTierChecks) GetClusterObjectChecks() []clusterObjectsCheck { return clusterObjectsChecks( - clusterResourceQuotaDeployments("300"), + clusterResourceQuotaDeployments("600"), clusterResourceQuotaReplicas(), clusterResourceQuotaRoutes(), clusterResourceQuotaJobs(), @@ -529,7 +529,7 @@ type appstudiolargeTierChecks struct { func (a *appstudiolargeTierChecks) GetClusterObjectChecks() []clusterObjectsCheck { return clusterObjectsChecks( - clusterResourceQuotaDeploymentCount("300", "100"), + clusterResourceQuotaDeploymentCount("600", "100"), clusterResourceQuotaReplicaCount("100"), clusterResourceQuotaRouteCount("100"), clusterResourceQuotaJobs(),