Skip to content

Commit d50b084

Browse files
authored
chore: add asg test to the main build workflow (#245)
1 parent 5a1d8d1 commit d50b084

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/application-signals-e2e-test.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,15 @@ jobs:
155155
with:
156156
caller-workflow-name: 'main-build'
157157
staging_distro_name: ${{ inputs.ec2-default-image-name }}
158+
159+
dotnet-asg-linux-test:
160+
needs: [ upload-main-build ]
161+
uses: aws-observability/aws-application-signals-test-framework/.github/workflows/dotnet-ec2-asg-test.yml@main
162+
secrets: inherit
163+
with:
164+
aws-region: us-east-1
165+
caller-workflow-name: 'main-build'
166+
staging_distro_name: ${{ inputs.ec2-default-image-name }}
158167

159168
dotnet-eks-linux-test:
160169
needs: [ upload-main-build, upload-main-build-image ]
@@ -242,4 +251,4 @@ jobs:
242251
validate-all-tests-are-accounted-for:
243252
uses: aws-observability/aws-application-signals-test-framework/.github/workflows/validate-e2e-tests-are-accounted-for.yml@main
244253
with:
245-
exclusions: dotnet-ec2-nuget-test.yml,dotnet-ec2-asg-test.yml
254+
exclusions: dotnet-ec2-nuget-test.yml

0 commit comments

Comments
 (0)