Skip to content

Commit

Permalink
add testType input in benchmark workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
anirudhwarrier committed Sep 19, 2024
1 parent b9941fb commit db8d767
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/automation-benchmark-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,12 @@ on:
description: Notifies test results (Not your @)
required: true
default: U02Q14G80TY
type: string
type: string
testType:
description: Type of test to run (benchmark, soak)
required: true
default: benchmark
type: string

jobs:
run-e2e-tests-workflow:
Expand All @@ -24,6 +29,7 @@ jobs:
test_ids: 'benchmark/automation_test.go:TestAutomationBenchmark'
test_config_override_path: ${{ inputs.test_config_override_path }}
SLACK_USER: ${{ inputs.slackMemberID }}
TEST_TYPE: ${{ inputs.testType }}
SLACK_CHANNEL: C03KJ5S7KEK
secrets:
QA_AWS_REGION: ${{ secrets.QA_AWS_REGION }}
Expand Down

0 comments on commit db8d767

Please sign in to comment.