Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 7c86304

Browse files
authoredDec 23, 2024··
Revert "Add e2e test for hana scale up cost optimized scenario (#3184)" (#3213)
This reverts commit 4a7a11d.
1 parent 9aa41a6 commit 7c86304

File tree

187 files changed

+164
-3768
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

187 files changed

+164
-3768
lines changed
 

‎.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -972,7 +972,7 @@ jobs:
972972
run: chmod +x $(whereis photofinish | cut -d" " -f2)
973973
- name: Push data
974974
run: |
975-
photofinish run healthy-29-node-SAP-cluster -u "http://$TRENTO_DEMO_IP/api/collect" "$TRENTO_API_KEY"
975+
photofinish run healthy-27-node-SAP-cluster -u "http://$TRENTO_DEMO_IP/api/collect" "$TRENTO_API_KEY"
976976
photofinish run hana-scale-out -u "http://$TRENTO_DEMO_IP/api/collect" "$TRENTO_API_KEY"
977977
photofinish run hana-diskless-sbd -u "http://$TRENTO_DEMO_IP/api/collect" "$TRENTO_API_KEY"
978978
photofinish run multi-tenant -u "http://$TRENTO_DEMO_IP/api/collect" "$TRENTO_API_KEY"

‎.github/workflows/pr_env.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ jobs:
158158
run: chmod +x $(whereis photofinish | cut -d" " -f2)
159159
- name: Push data
160160
run: |
161-
photofinish run healthy-29-node-SAP-cluster -u "https://$TRENTO_PR_ENV_URL/api/v1/collect"
161+
photofinish run healthy-27-node-SAP-cluster -u "https://$TRENTO_PR_ENV_URL/api/v1/collect"
162162
photofinish run hana-scale-out -u "https://$TRENTO_PR_ENV_URL/api/v1/collect"
163163
photofinish run hana-diskless-sbd -u "https://$TRENTO_PR_ENV_URL/api/v1/collect"
164164
photofinish run multi-tenant -u "https://$TRENTO_PR_ENV_URL/api/v1/collect"

0 commit comments

Comments
 (0)
Please sign in to comment.