Skip to content

[E2E] Metric Schema Changes #768

[E2E] Metric Schema Changes

[E2E] Metric Schema Changes #768

Workflow file for this run

## Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
## SPDX-License-Identifier: Apache-2.0
## This workflow aims to run the Application Signals end-to-end tests as a canary to
## test the artifacts for App Signals enablement. It will deploy a sample app and remote
## service on two EC2 instances, call the APIs, and validate the generated telemetry,
## including logs, metrics, and traces.
name: Test
on:
push:
permissions:
id-token: write
contents: read
jobs:
e2e-ec2-test:
uses: ./.github/workflows/application-signals-python-e2e-ec2-test.yml
secrets: inherit
with:
aws-region: us-east-1
caller-workflow-name: 'test'
e2e-eks-test-1:
uses: ./.github/workflows/application-signals-python-e2e-eks-test.yml
secrets: inherit
with:
aws-region: 'us-east-1'
test-cluster-name: 'e2e-playground'
caller-workflow-name: "test"
application-signals-adot-image: '417921506511.dkr.ecr.us-east-1.amazonaws.com/aws-opentelemetry-distro/metric-schema-changes'
application-signals-adot-image-tag: 'latest'