Skip to content

Commit f054bc5

Browse files
committed
Revert "Revert "Dotnet Windows EKS on One Region""
This reverts commit 394b42c.
1 parent 78bf129 commit f054bc5

File tree

1 file changed

+16
-14
lines changed

1 file changed

+16
-14
lines changed

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

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ 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"
1315

1416
concurrency:
1517
group: ${{ github.workflow }}
@@ -21,20 +23,20 @@ permissions:
2123

2224

2325
jobs:
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'
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'
3840

3941
eks-windows:
4042
strategy:

0 commit comments

Comments
 (0)