Skip to content

Commit

Permalink
[Java] Add ubuntu test (#1009)
Browse files Browse the repository at this point in the history
*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]>
  • Loading branch information
Jeel-mehta and Jeel Mehta authored Jan 28, 2025
1 parent 3893a5e commit 3645a8a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/application-signals-e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,19 @@ jobs:
java-version: '11'
cpu-architecture: 'arm64'

#
# UBUNTU COVERAGE
# DEFAULT SETTING: Java 11, EC2, AMD64, Ubuntu
#

v11-amd64-ubuntu:
needs: [ upload-main-build ]
uses: aws-observability/aws-application-signals-test-framework/.github/workflows/java-ec2-ubuntu-test.yml@main
secrets: inherit
with:
aws-region: us-east-1
caller-workflow-name: 'main-build'

#
# Other Functional Test Case
#
Expand Down

0 comments on commit 3645a8a

Please sign in to comment.