Skip to content

Commit 71b4deb

Browse files
committed
add gen ai release test to main build
1 parent cb09255 commit 71b4deb

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,3 +238,12 @@ jobs:
238238
with:
239239
caller-workflow-name: 'main-build'
240240
staging-wheel-name: ${{ inputs.staging-wheel-name }}
241+
242+
# Stand-Alone ADOT/ADOT Gen AI test on EC2
243+
adot-genai:
244+
needs: [ upload-main-build ]
245+
uses: aws-observability/aws-application-signals-test-framework/.github/workflows/python-ec2-genai-test.yml@main
246+
secrets: inherit
247+
with:
248+
caller-workflow-name: 'main-build'
249+
staging-wheel-name: ${{ inputs.staging-wheel-name }}

0 commit comments

Comments
 (0)