From bd65b53576a60811b65e08880d101d8b1abe8dcc Mon Sep 17 00:00:00 2001 From: Mahad Janjua <134644284+majanjua-amzn@users.noreply.github.com> Date: Thu, 3 Apr 2025 10:25:01 -0700 Subject: [PATCH] [.NET] Deprecate windows canary --- .github/workflows/dotnet-windows-canary.yml | 45 --------------------- 1 file changed, 45 deletions(-) delete mode 100644 .github/workflows/dotnet-windows-canary.yml diff --git a/.github/workflows/dotnet-windows-canary.yml b/.github/workflows/dotnet-windows-canary.yml deleted file mode 100644 index ed769e89e..000000000 --- a/.github/workflows/dotnet-windows-canary.yml +++ /dev/null @@ -1,45 +0,0 @@ -## 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 9 * * *' # run the workflow every day at 2:30am - 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: 'e2e-dotnet-windows-canary-test' - caller-workflow-name: 'appsignals-dotnet-windows-e2e-eks-canary-test' - - ec2-windows: - strategy: - fail-fast: false - matrix: - aws-region: [ 'us-east-1'] - uses: ./.github/workflows/dotnet-ec2-windows-retry.yml - secrets: inherit - with: - aws-region: ${{ matrix.aws-region }} - caller-workflow-name: 'appsignals-dotnet-e2e-ec2-windows-canary-test' \ No newline at end of file