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
1614concurrency :
1715 group : ${{ github.workflow }}
@@ -23,20 +21,20 @@ permissions:
2321
2422
2523jobs :
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