We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb09255 commit 8d92b0eCopy full SHA for 8d92b0e
.github/workflows/application-signals-e2e-test.yml
@@ -238,3 +238,12 @@ jobs:
238
with:
239
caller-workflow-name: 'main-build'
240
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