Skip to content

Commit

Permalink
[PAGOPA-2043] fix: changing available scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
andrea-deri committed Feb 3, 2025
1 parent 3087248 commit 1f82aa0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/07_performance_test.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Performance Test

on:
# schedule:
# - cron: '35 16 * * *'
# schedule:
# - cron: '35 16 * * *'

workflow_dispatch:
inputs:
Expand All @@ -19,9 +19,9 @@ on:
type: choice
description: Select the Test Type
options:
- ramping
- constant
- load
- ramping
- smoke
- soak
- spike
Expand All @@ -31,7 +31,7 @@ on:
type: choice
description: Select the Script Name
options:
- happy_case_scenario
- create_flow_sequential

permissions:
id-token: write
Expand All @@ -52,6 +52,6 @@ jobs:
run: |
cd ./performance-test
sub_key="${{ secrets.PSP_SUBSCRIPTION_KEY }}" env="${{ inputs.environment }}" type="${{ inputs.test-type }}" script="${{ inputs.script-name }}" 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 }}
# 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 1f82aa0

Please sign in to comment.