Skip to content

Commit 2064f2d

Browse files
authored
Add ECS E2E test into main build (#259)
*Description of changes:* Add ECS E2E test entry point into main build. An example of succeed test workflow: https://github.com/aws-observability/aws-otel-python-instrumentation/actions/runs/10926973971/job/30332749849 By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
1 parent f9143b4 commit 2064f2d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,5 +76,13 @@ jobs:
7676
adot-image-name: ${{ inputs.adot-image-name }}
7777
caller-workflow-name: 'main-build'
7878

79+
python-ecs-e2e-test:
80+
uses: aws-observability/aws-application-signals-test-framework/.github/workflows/python-ecs-test.yml@main
81+
secrets: inherit
82+
with:
83+
aws-region: us-east-1
84+
adot-image-name: ${{ inputs.adot-image-name }}
85+
caller-workflow-name: 'main-build'
86+
7987

8088

0 commit comments

Comments
 (0)