File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 6
6
# Read more about reusable workflows: https://docs.github.com/en/actions/using-workflows/reusing-workflows#overview
7
7
name : DotNet EC2 ADOT SigV4 (Stand-Alone ADOT) Use Case
8
8
on :
9
+ push :
10
+ branches :
11
+ - Dotnet_SigV4_Test
9
12
workflow_call :
10
13
inputs :
11
14
caller-workflow-name :
29
32
E2E_TEST_AWS_REGION : ' us-west-2'
30
33
E2E_TEST_ACCOUNT_ID : ${{ secrets.APPLICATION_SIGNALS_E2E_TEST_ACCOUNT_ID }}
31
34
E2E_TEST_ROLE_NAME : ${{ secrets.APPLICATION_SIGNALS_E2E_TEST_ROLE_NAME }}
32
- DOTNET_VERSION : ${{ inputs.dotnet-version }}
33
- SAMPLE_APP_ZIP : s3://aws-appsignals-sample-app-prod-us-east-1/dotnet-sample-app-${{ inputs.dotnet-version }}.zip
35
+ DOTNET_VERSION : ${{ inputs.dotnet-version || '8.0' }}
36
+ SAMPLE_APP_ZIP : s3://aws-appsignals-sample-app-prod-us-east-1/dotnet-sample-app-${{ inputs.dotnet-version || '8.0' }}.zip
34
37
METRIC_NAMESPACE : ApplicationSignals
35
38
LOG_GROUP_NAME : aws/spans
36
- ADOT_DISTRO_NAME : ${{ inputs.staging_distro_name }}
39
+ ADOT_DISTRO_NAME : ${{ inputs.staging_distro_name || 'aws-opentelemetry-distro' }}
37
40
TEST_RESOURCES_FOLDER : ${GITHUB_WORKSPACE}
38
41
39
42
jobs :
You can’t perform that action at this time.
0 commit comments