Skip to content

Commit

Permalink
[PAGOPA-2043] feat: adding parallel test on pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
andrea-deri committed Feb 4, 2025
1 parent bf82a1e commit 8f64930
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/07_performance_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ on:
description: Select the Script Name
options:
- create_flow_sequential
- create_flow_parallel
flow-size:
required: true
type: number
Expand All @@ -57,6 +58,3 @@ jobs:
run: |
cd ./performance-test
sub_key="${{ secrets.PSP_SUBSCRIPTION_KEY }}" payments_in_flow="${{ inputs.flow-size }}" env="${{ inputs.environment }}" type="${{ inputs.test-type }}" script="${{ inputs.script-name }}" db_name=fdr3_k6 docker compose -f docker-compose.yaml up
# sh ./performance-test/run_performance_test.sh ${{ env.ENVIRONMENT }} ${{ env.TEST_TYPE }} ${{ env.SCRIPT }} ${{ secrets.API_SUBSCRIPTION_KEY }}
#${{ secrets.COSMOS_SUBSCRIPTION_KEY }}

0 comments on commit 8f64930

Please sign in to comment.