Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update load test workflows #349

Merged
merged 2 commits into from
Jan 27, 2022
Merged
Changes from 1 commit
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
Prev Previous commit
Fix typo
  • Loading branch information
kaneeldias committed Jan 27, 2022
commit 54301f0a2c8675542953ba5fd54958041b2e4e6e
4 changes: 2 additions & 2 deletions .github/workflows/trigger-load-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: |
clusterName="${{github.event.inputs.clusterName}}"
if [ "$clusterName" = "" ]; then
clusterName="grpc-perf-cluster-test"
clusterName="mysql-perf-cluster-test"
fi
printf "::set-output name=clusterName::%s" $clusterName
- name: Get latest ballerina runtime artifact
Expand Down Expand Up @@ -59,4 +59,4 @@ jobs:
repo: ballerina-platform/ballerina-performance-cloud
ref: refs/heads/main
token: ${{ secrets.BALLERINA_BOT_TOKEN }}
inputs: '{ "repo-name": "module-ballerinax-mysql", "tests": "${{ steps.formatTestNames.outputs.testNames }}", "zipURL": ${{ steps.setRuntimeUrl.outputs.runtimeUrl}}, "clusterName": "${{ steps.processClusterName.outputs.clusterName }}", "dispatchType": "grpc-load-test" }'
inputs: '{ "repo-name": "module-ballerinax-mysql", "tests": "${{ steps.formatTestNames.outputs.testNames }}", "zipURL": ${{ steps.setRuntimeUrl.outputs.runtimeUrl}}, "clusterName": "${{ steps.processClusterName.outputs.clusterName }}", "dispatchType": "mysql-load-test" }'