Skip to content

Commit a6b8380

Browse files
authored
[Genesis] Add Genesis release test to main build (#219)
*Description of changes:* Adding Genesis release test to main build, follow up to: aws-observability/aws-application-signals-test-framework#430 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 d506d41 commit a6b8380

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

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

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,4 +124,13 @@ jobs:
124124
with:
125125
node-version: 22
126126
staging-instrumentation-name: ${{ inputs.staging-instrumentation-name }}
127-
caller-workflow-name: 'main-build'
127+
caller-workflow-name: 'main-build'
128+
129+
adot-genesis:
130+
needs: [ upload-main-build ]
131+
uses: aws-observability/aws-application-signals-test-framework/.github/workflows/node-ec2-adot-genesis-test.yml@main
132+
secrets: inherit
133+
with:
134+
node-version: 22
135+
staging-instrumentation-name: ${{ inputs.staging-instrumentation-name }}
136+
caller-workflow-name: 'main-build'

0 commit comments

Comments
 (0)