Skip to content

[E2E] Metric Schema Changes #770

[E2E] Metric Schema Changes

[E2E] Metric Schema Changes #770

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

Check failure on line 25 in .github/workflows/test.yml

View workflow run for this annotation

GitHub Actions / Test

Invalid workflow file

The workflow is not valid. In .github/workflows/test.yml (Line: 25, Col: 11): Error from called workflow aws-observability/aws-otel-python-instrumentation/.github/workflows/application-signals-python-e2e-eks-test.yml@e2f2cc5bcb1bb0a81b52877037f8560eb51c9576 (Line: 121, Col: 14): Unrecognized named-value: 'GITHUB_WORKSPACE'. Located at position 1 within expression: GITHUB_WORKSPACE
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'