File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments