Skip to content

Commit d529ac5

Browse files
committed
feat: Run 5 iterations of the compare scenario and update setting of the script for 1.6 testing
1 parent e332103 commit d529ac5

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

ci-scripts/release-tests.sh

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ function compare_previous_test() {
9898
ticket="$1" # Jira task for comparison tests
9999

100100
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"
102102
export SCALE_CATALOG_SIZES="2500:2500"
103103
export SCALE_DB_STORAGES="1Gi"
104104

@@ -132,12 +132,12 @@ function storage_limit_test() {
132132
}
133133

134134
# !!! 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-148-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
140140
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"

0 commit comments

Comments
 (0)