File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 66# Read more about reusable workflows: https://docs.github.com/en/actions/using-workflows/reusing-workflows#overview
77name : DotNet EC2 ADOT SigV4 (Stand-Alone ADOT) Use Case
88on :
9+ push :
10+ branches :
11+ - Dotnet_SigV4_Test
912 workflow_call :
1013 inputs :
1114 caller-workflow-name :
2932 E2E_TEST_AWS_REGION : ' us-west-2'
3033 E2E_TEST_ACCOUNT_ID : ${{ secrets.APPLICATION_SIGNALS_E2E_TEST_ACCOUNT_ID }}
3134 E2E_TEST_ROLE_NAME : ${{ secrets.APPLICATION_SIGNALS_E2E_TEST_ROLE_NAME }}
32- DOTNET_VERSION : ${{ inputs.dotnet-version }}
35+ DOTNET_VERSION : ${{ inputs.dotnet-version || '8.0' }}
3336 SAMPLE_APP_ZIP : s3://aws-appsignals-sample-app-prod-us-east-1/dotnet-sample-app-${{ inputs.dotnet-version }}.zip
3437 METRIC_NAMESPACE : ApplicationSignals
3538 LOG_GROUP_NAME : aws/spans
36- ADOT_DISTRO_NAME : ${{ inputs.staging_distro_name }}
39+ ADOT_DISTRO_NAME : ${{ inputs.staging_distro_name || 'aws-opentelemetry-distro' }}
3740 TEST_RESOURCES_FOLDER : ${GITHUB_WORKSPACE}
3841
3942jobs :
You can’t perform that action at this time.
0 commit comments