Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ci-scripts/release-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@ function storage_limit_test() {
# !!! Configure here !!!
VERSION_OLD="1.7"
VERSION_NEW="1.8"
RHDH_HELM_CHART_VERSION_OLD=1.7.1
RHDH_HELM_CHART_VERSION_NEW=1.8-145-CI
RHDH_HELM_CHART_VERSION_OLD=1.7.2
RHDH_HELM_CHART_VERSION_NEW=1.8-162-CI
SOURCE_BRANCH_OLD=rhdh-v1.7.x
SOURCE_BRANCH_NEW=main
compare_previous_test "RHIDP-9162"
Expand Down
19 changes: 19 additions & 0 deletions test.env
Original file line number Diff line number Diff line change
Expand Up @@ -86,3 +86,22 @@
# 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='100:20'
export SCALE_CATALOG_SIZES='1:1 5000:5000 10000:10000 15000:15000 20000:20000 25000:25000 30000:30000'
export SCALE_CPU_REQUESTS_LIMITS=:
export SCALE_DB_STORAGES='20Gi'
export SCALE_MEMORY_REQUESTS_LIMITS=:
export SCALE_REPLICAS=1:1
export SCALE_WORKERS=20
export ENABLE_RBAC=true
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_CHART_VERSION='1.8-162-CI'