Skip to content

Commit 0735f2d

Browse files
author
Jeel Mehta
committed
Test
1 parent 8be079d commit 0735f2d

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/dotnet-ec2-adot-sigv4-test.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
# Read more about reusable workflows: https://docs.github.com/en/actions/using-workflows/reusing-workflows#overview
77
name: DotNet EC2 ADOT SigV4 (Stand-Alone ADOT) Use Case
88
on:
9+
push:
10+
branches:
11+
- Dotnet_SigV4_Test
912
workflow_call:
1013
inputs:
1114
caller-workflow-name:
@@ -29,11 +32,11 @@ env:
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 }}
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
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

3942
jobs:

0 commit comments

Comments
 (0)