Skip to content

Commit 394b42c

Browse files
committed
Revert "Dotnet Windows EKS on One Region"
This reverts commit 38703b5.
1 parent d5dd66b commit 394b42c

File tree

1 file changed

+14
-16
lines changed

1 file changed

+14
-16
lines changed

.github/workflows/dotnet-eks-canary.yml

Lines changed: 14 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ on:
1010
schedule:
1111
- cron: '*/15 * * * *' # run the workflow every 15 minutes
1212
workflow_dispatch: # be able to run the workflow on demand
13-
push:
14-
"dotnet-windows-eks"
1513

1614
concurrency:
1715
group: ${{ github.workflow }}
@@ -23,20 +21,20 @@ permissions:
2321

2422

2523
jobs:
26-
# eks:
27-
# strategy:
28-
# fail-fast: false
29-
# matrix:
30-
# 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',
31-
# 'ap-southeast-2','ap-southeast-3','ap-southeast-4','ca-central-1','eu-central-1','eu-central-2','eu-north-1',
32-
# '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',
33-
# 'us-east-1','us-east-2', 'us-west-1', 'us-west-2']
34-
# uses: ./.github/workflows/dotnet-eks-retry.yml
35-
# secrets: inherit
36-
# with:
37-
# aws-region: ${{ matrix.aws-region }}
38-
# test-cluster-name: 'e2e-dotnet-canary-test'
39-
# caller-workflow-name: 'appsignals-dotnet-e2e-eks-canary-test'
24+
eks:
25+
strategy:
26+
fail-fast: false
27+
matrix:
28+
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',
29+
'ap-southeast-2','ap-southeast-3','ap-southeast-4','ca-central-1','eu-central-1','eu-central-2','eu-north-1',
30+
'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',
31+
'us-east-1','us-east-2', 'us-west-1', 'us-west-2']
32+
uses: ./.github/workflows/dotnet-eks-retry.yml
33+
secrets: inherit
34+
with:
35+
aws-region: ${{ matrix.aws-region }}
36+
test-cluster-name: 'e2e-dotnet-canary-test'
37+
caller-workflow-name: 'appsignals-dotnet-e2e-eks-canary-test'
4038

4139
eks-windows:
4240
strategy:

0 commit comments

Comments
 (0)