11# # Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
22# # SPDX-License-Identifier: Apache-2.0
33
4- # TODO: Add comment
4+ # # This workflow aims to run the Application Signals end-to-end tests as a canary to
5+ # # test the artifacts for App Signals enablement. It will deploy a sample app and remote
6+ # # service onto an EKS cluster, instrumented using an OTel Collector built through
7+ # # OTel Collector Builder (OCB) and interacting with the OTLP endpoint for this use case.
8+ # # Logs, metrics, and traces are all validated.
59name : Java EKS OTLP/OCB Enablement Canary Test
610on :
711 # schedule:
@@ -20,11 +24,11 @@ jobs:
2024 strategy :
2125 fail-fast : false
2226 matrix :
23- aws-region : ['us-west -1']
24- # aws-region: ['af-south-1',' ap-east-1 ','ap-northeast-1 ','ap-northeast-2 ','ap-northeast-3 ','ap-south -1','ap-south -2','ap-southeast -1',
25- # 'ap-southeast-2','ap-southeast-3','ap-southeast-4','ca-central-1','eu-central-1','eu-central-2 ','eu-north-1',
26- # 'eu-south-1','eu-south-2','eu-west-1','eu-west-2','eu-west-3','il-central-1','me-central-1','me-south-1', 'sa-east-1',
27- # 'us-east-1','us-east-2','us-west-1','us-west-2']
27+ aws-region : ['af-south -1','ap-east-1','ap-northeast-1','ap-northeast-2','ap-northeast-3','ap-south-1','ap-south-2','ap-southeast-1',
28+ # ' ap-southeast-2 ','ap-southeast-3 ','ap-southeast-4 ','ca-central-1 ','eu-central -1','eu-central -2','eu-north -1',
29+ ' ap-southeast-2' ,'ap-southeast-3','ap-southeast-4','ca-central-1','eu-central-1','eu-north-1',
30+ ' eu-south-1' ,'eu-south-2','eu-west-1','eu-west-2','eu-west-3','il-central-1','me-central-1','me-south-1', 'sa-east-1',
31+ ' us-east-1' ,'us-east-2','us-west-1','us-west-2']
2832 uses : ./.github/workflows/java-eks-otlp-ocb-retry.yml
2933 secrets : inherit
3034 with :
0 commit comments