From 36dfc653f6e06cf59d68c8533fa08bfea7d20073 Mon Sep 17 00:00:00 2001 From: Jan Hutar Date: Fri, 15 Nov 2024 09:21:33 +0100 Subject: [PATCH] chore(RHIDP-4531): Storage limit test on test-1.4-storage-1.4 --- test.env | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/test.env b/test.env index fc58e74..0460e06 100644 --- a/test.env +++ b/test.env @@ -69,3 +69,21 @@ # export SCALE_DB_STORAGES="1Gi 2Gi" # export SCALE_CPU_REQUESTS_LIMITS=": 1:1" # export SCALE_MEMORY_REQUESTS_LIMITS=": 1Gi:1Gi" + +export DURATION=15m +export PRE_LOAD_DB=true +export SCALE_ACTIVE_USERS_SPAWN_RATES='100:5' +export SCALE_BS_USERS_GROUPS='10000:2000' +export SCALE_CATALOG_SIZES='1:1 2800:2800 2900:2900 3000:3000 3100:3100 3200:3200 3300:3300 3400:3400' +export SCALE_CPU_REQUESTS_LIMITS=: +export SCALE_DB_STORAGES='1Gi' +export SCALE_MEMORY_REQUESTS_LIMITS=: +export SCALE_REPLICAS=1 +export SCALE_WORKERS=20 +export SCENARIO=mvp +export USE_PR_BRANCH=true +export WAIT_FOR_SEARCH_INDEX=false +export RHDH_HELM_CHART=redhat-developer-hub +export AUTH_PROVIDER=keycloak +export RHDH_HELM_REPO='https://raw.githubusercontent.com/rhdh-bot/openshift-helm-charts/refs/heads/redhat-developer-hub-1.4-69-CI/installation' +