File tree Expand file tree Collapse file tree 2 files changed +28
-9
lines changed Expand file tree Collapse file tree 2 files changed +28
-9
lines changed Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ function compare_previous_test() {
98
98
ticket=" $1 " # Jira task for comparison tests
99
99
100
100
export DURATION=" 15m"
101
- export SCALE_BS_USERS_GROUPS=" 1000:250"
101
+ export SCALE_BS_USERS_GROUPS=" 1000:250 1000:250 1000:250 1000:250 1000:250 "
102
102
export SCALE_CATALOG_SIZES=" 2500:2500"
103
103
export SCALE_DB_STORAGES=" 1Gi"
104
104
@@ -132,12 +132,12 @@ function storage_limit_test() {
132
132
}
133
133
134
134
# !!! Configure here !!!
135
- VERSION_OLD=" 1.4 "
136
- VERSION_NEW=" 1.5 "
137
- RHDH_HELM_REPO_OLD=" https://charts. openshift.io/ "
138
- RHDH_HELM_REPO_NEW=" https://raw.githubusercontent.com/rhdh-bot/openshift-helm-charts/refs/heads/redhat-developer-hub-1.5-147 -CI/installation"
139
- SOURCE_BRANCH_OLD=rhdh-v1.4 .x
135
+ VERSION_OLD=" 1.5 "
136
+ VERSION_NEW=" 1.6 "
137
+ RHDH_HELM_REPO_OLD=" https://raw.githubusercontent.com/rhdh-bot/ openshift-helm-charts/refs/heads/redhat-developer-hub-1.5-147-CI/installation "
138
+ RHDH_HELM_REPO_NEW=" https://raw.githubusercontent.com/rhdh-bot/openshift-helm-charts/refs/heads/redhat-developer-hub-1.6-72 -CI/installation"
139
+ SOURCE_BRANCH_OLD=rhdh-v1.5 .x
140
140
SOURCE_BRANCH_NEW=main
141
- compare_previous_test " RHIDP-5931 "
142
- entity_burden_test " RHIDP-5929 "
143
- storage_limit_test " RHIDP-5927 "
141
+ compare_previous_test " RHIDP-6832 "
142
+ entity_burden_test " RHIDP-6841 "
143
+ storage_limit_test " RHIDP-6834 "
Original file line number Diff line number Diff line change 81
81
# export SCALE_DB_STORAGES="1Gi 2Gi"
82
82
# export SCALE_CPU_REQUESTS_LIMITS=": 1:1"
83
83
# export SCALE_MEMORY_REQUESTS_LIMITS=": 1Gi:1Gi"
84
+
85
+ export DURATION=15m
86
+ export PRE_LOAD_DB=true
87
+ export SCALE_ACTIVE_USERS_SPAWN_RATES=' 100:5'
88
+ export SCALE_BS_USERS_GROUPS=' 1000:250 1000:250 1000:250 1000:250 1000:250'
89
+ export SCALE_CATALOG_SIZES=' 2500:2500'
90
+ export SCALE_CPU_REQUESTS_LIMITS=:
91
+ export SCALE_DB_STORAGES=' 1Gi'
92
+ export SCALE_MEMORY_REQUESTS_LIMITS=:
93
+ export SCALE_REPLICAS=1
94
+ export SCALE_WORKERS=20
95
+ export ENABLE_RBAC=true
96
+ export SCENARIO=mvp
97
+ export USE_PR_BRANCH=true
98
+ export WAIT_FOR_SEARCH_INDEX=false
99
+ export RHDH_HELM_CHART=redhat-developer-hub
100
+ export AUTH_PROVIDER=keycloak
101
+ export RHDH_HELM_REPO=' https://raw.githubusercontent.com/rhdh-bot/openshift-helm-charts/refs/heads/redhat-developer-hub-1.5-147-CI/installation'
102
+
You can’t perform that action at this time.
0 commit comments