Skip to content

Dotnet EC2 Enablement Canary Testing #6128

Dotnet EC2 Enablement Canary Testing

Dotnet EC2 Enablement Canary Testing #6128

## Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
## SPDX-License-Identifier: Apache-2.0
## This workflow aims to run the Application Signals DotNet end-to-end tests as a canary to
## test the artifacts for Application 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: Dotnet EC2 Enablement Canary Testing
on:
workflow_dispatch: # be able to run the workflow on demand
schedule:
- cron: '2,27 * * * *' # run the workflow at 2nd and 27th minute of every hour
permissions:
id-token: write
contents: read
jobs:
default:
strategy:
fail-fast: false
matrix:
aws-region: ['us-east-2']
uses: ./.github/workflows/dotnet-ec2-default-retry.yml
secrets: inherit
with:
aws-region: ${{ matrix.aws-region }}
caller-workflow-name: 'appsignals-dotnet-e2e-ec2-canary-test'