Skip to content

Commit 3645a8a

Browse files
Jeel-mehtaJeel Mehta
andauthored
[Java] Add ubuntu test (#1009)
*Issue #, if available:* The current nstrumentation was lacking ubuntu test *Description of changes:* Added the ubuntu test to the instrumentation This is the workflow link: https://github.com/Jeel-mehta/aws-application-signals-test-framework/actions/runs/13001021774 By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. Co-authored-by: Jeel Mehta <[email protected]>
1 parent 3893a5e commit 3645a8a

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

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

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,19 @@ jobs:
205205
java-version: '11'
206206
cpu-architecture: 'arm64'
207207

208+
#
209+
# UBUNTU COVERAGE
210+
# DEFAULT SETTING: Java 11, EC2, AMD64, Ubuntu
211+
#
212+
213+
v11-amd64-ubuntu:
214+
needs: [ upload-main-build ]
215+
uses: aws-observability/aws-application-signals-test-framework/.github/workflows/java-ec2-ubuntu-test.yml@main
216+
secrets: inherit
217+
with:
218+
aws-region: us-east-1
219+
caller-workflow-name: 'main-build'
220+
208221
#
209222
# Other Functional Test Case
210223
#

0 commit comments

Comments
 (0)