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.
2 parents 3fb46d2 + d720565 commit 67ef4d3Copy full SHA for 67ef4d3
.github/workflows/application-signals-e2e-test.yml
@@ -228,3 +228,12 @@ jobs:
228
aws-region: us-east-1
229
python-version: '3.12'
230
caller-workflow-name: 'main-build'
231
+ #
232
+ # Stand-Alone ADOT/ADOT SigV4 test on EC2
233
+ adot-sigv4:
234
+ needs: [ upload-main-build ]
235
+ uses: aws-observability/aws-application-signals-test-framework/.github/workflows/python-ec2-adot-sigv4-test.yml@main
236
+ secrets: inherit
237
+ with:
238
+ caller-workflow-name: 'main-build'
239
+ staging-wheel-name: ${{ inputs.staging-wheel-name }}
0 commit comments