Skip to content

Dotnet EKS Windows Enablement Canary Testing #97

Dotnet EKS Windows Enablement Canary Testing

Dotnet EKS Windows Enablement Canary Testing #97

## 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 onto an EKS cluster, call the APIs, and validate the generated telemetry,
## including logs, metrics, and traces.
name: Dotnet EKS Windows Enablement Canary Testing
on:
schedule:
- cron: '*/30 * * * *' # run the workflow every one hour
workflow_dispatch: # be able to run the workflow on demand
concurrency:
group: ${{ github.workflow }}
cancel-in-progress: false
permissions:
id-token: write
contents: read
jobs:
eks-windows:
strategy:
fail-fast: false
matrix:
aws-region: ['us-east-1']
uses: ./.github/workflows/dotnet-eks-windows-test.yml
secrets: inherit
with:
aws-region: ${{ matrix.aws-region }}
test-cluster-name: 'eks-windows-manual'
caller-workflow-name: 'appsignals-dotnet-windows-e2e-eks-canary-test'