diff --git a/.github/workflows/dotnet-ec2-canary.yml b/.github/workflows/dotnet-ec2-canary.yml index ba5eecfc9..b283a34e0 100644 --- a/.github/workflows/dotnet-ec2-canary.yml +++ b/.github/workflows/dotnet-ec2-canary.yml @@ -30,21 +30,6 @@ jobs: aws-region: ${{ matrix.aws-region }} caller-workflow-name: 'appsignals-dotnet-e2e-ec2-canary-test' - - windows: - strategy: - fail-fast: false - matrix: - aws-region: [ 'af-south-1','ap-east-1','ap-northeast-1','ap-northeast-2','ap-northeast-3','ap-south-1','ap-south-2','ap-southeast-1', - 'ap-southeast-2','ap-southeast-3','ap-southeast-4','ca-central-1','eu-central-1','eu-central-2','eu-north-1', - 'eu-south-1','eu-south-2','eu-west-1','eu-west-2','eu-west-3','il-central-1','me-central-1','me-south-1', 'sa-east-1', - 'us-east-1','us-east-2', 'us-west-1', 'us-west-2' ] - 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' - nuget: strategy: fail-fast: false diff --git a/.github/workflows/dotnet-eks-windows-canary.yml b/.github/workflows/dotnet-windows-canary.yml similarity index 77% rename from .github/workflows/dotnet-eks-windows-canary.yml rename to .github/workflows/dotnet-windows-canary.yml index 7881c625b..85895be38 100644 --- a/.github/workflows/dotnet-eks-windows-canary.yml +++ b/.github/workflows/dotnet-windows-canary.yml @@ -31,4 +31,15 @@ jobs: with: aws-region: ${{ matrix.aws-region }} test-cluster-name: 'eks-windows-manual' - caller-workflow-name: 'appsignals-dotnet-windows-e2e-eks-canary-test' \ No newline at end of file + 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