File tree Expand file tree Collapse file tree 2 files changed +12
-5
lines changed
Expand file tree Collapse file tree 2 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 11name : Manual Trigger for Performance Test
22
3- permissions :
4- contents : read
5-
63on :
74 workflow_dispatch :
85 inputs :
4542 description : " Timeout in minutes for the test execution"
4643 default : " 60"
4744
45+ permissions :
46+ contents : write
47+ id-token : write
48+ checks : write
49+
4850jobs :
4951 call-performance-test :
5052 name : Call Performance Test Workflow
5153 uses : ./.github/workflows/performance-test.yml
54+ secrets : inherit
5255 with :
5356 platform_env : ${{ inputs.platform_env }}
5457 simulation_class : ${{ inputs.simulation_class }}
6164 bucket_name : ${{ vars.ACCOUNT_NONPROD_S3_REPORT_BUCKET }}
6265 bucket_key : ${{ vars.S3_REPORT_BUCKET_KEY }}
6366 batch_job_queue : ${{ vars.ACCOUNT_NONPROD_BATCH_JOB_QUEUE }}
64- batch_job_definition : ${{ vars.ACCOUNT_NONPROD_BATCH_JOB_DEFINITION }}
67+ batch_job_definition : ${{ vars.ACCOUNT_NONPROD_BATCH_JOB_DEFINITION }}
68+ permissions :
69+ contents : write
70+ id-token : write
71+ checks : write
Original file line number Diff line number Diff line change 11# Description
2- Performance test for the register new user journey.
2+ Performance test for the VOL application
33
44# Prerequisites
55- Maven
You can’t perform that action at this time.
0 commit comments