Skip to content

Commit

Permalink
Add ECS E2E test into main build (#259)
Browse files Browse the repository at this point in the history
*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.
  • Loading branch information
zzhlogin authored Sep 18, 2024
1 parent f9143b4 commit 2064f2d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/application-signals-e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,13 @@ jobs:
adot-image-name: ${{ inputs.adot-image-name }}
caller-workflow-name: 'main-build'

python-ecs-e2e-test:
uses: aws-observability/aws-application-signals-test-framework/.github/workflows/python-ecs-test.yml@main
secrets: inherit
with:
aws-region: us-east-1
adot-image-name: ${{ inputs.adot-image-name }}
caller-workflow-name: 'main-build'



0 comments on commit 2064f2d

Please sign in to comment.