Skip to content

Commit 8d92b0e

Browse files
authored
Add Gen AI release test to main build (#426)
*Description of changes:* Adding Gen AI release test to main build, follow up to: aws-observability/aws-application-signals-test-framework#425 aws-observability/aws-application-signals-test-framework#426 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 cb09255 commit 8d92b0e

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 Genesis test on EC2
243+
adot-genesis:
244+
needs: [ upload-main-build ]
245+
uses: aws-observability/aws-application-signals-test-framework/.github/workflows/python-ec2-genesis-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)