Skip to content

sync changes

sync changes #83

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-eks-test-1:
# strategy:
# fail-fast: false
# matrix:
# aws-region: ['us-east-1']
# uses: ./.github/workflows/java-eks-test.yml
# secrets: inherit
# with:
# aws-region: ${{ matrix.aws-region }}
# test-cluster-name: 'e2e-playground'
# caller-workflow-name: "test"
# e2e-eks-test-2:
# needs: [e2e-eks-test-1]
# strategy:
# fail-fast: false
# matrix:
# aws-region: ['us-east-1']
# uses: ./.github/workflows/python-eks-test.yml
# secrets: inherit
# with:
# aws-region: ${{ matrix.aws-region }}
# test-cluster-name: 'e2e-playground'
# caller-workflow-name: "test"