|
12 | 12 | - cron: '*/15 * * * *' # run the workflow every 15 minutes |
13 | 13 | push: |
14 | 14 | branches: |
15 | | - - "fix-windows-ec2" |
| 15 | + - "ec2-windows-ssm" |
16 | 16 |
|
17 | 17 | permissions: |
18 | 18 | id-token: write |
19 | 19 | contents: read |
20 | 20 |
|
21 | 21 | jobs: |
22 | | - default: |
23 | | - strategy: |
24 | | - fail-fast: false |
25 | | - matrix: |
26 | | - 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', |
27 | | - 'ap-southeast-2','ap-southeast-3','ap-southeast-4','ca-central-1','eu-central-1','eu-central-2','eu-north-1', |
28 | | - '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', |
29 | | - 'us-east-1','us-east-2', 'us-west-1', 'us-west-2'] |
30 | | - uses: ./.github/workflows/dotnet-ec2-default-retry.yml |
31 | | - secrets: inherit |
32 | | - with: |
33 | | - aws-region: ${{ matrix.aws-region }} |
34 | | - caller-workflow-name: 'appsignals-dotnet-e2e-ec2-canary-test' |
| 22 | +# default: |
| 23 | +# strategy: |
| 24 | +# fail-fast: false |
| 25 | +# matrix: |
| 26 | +# 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', |
| 27 | +# 'ap-southeast-2','ap-southeast-3','ap-southeast-4','ca-central-1','eu-central-1','eu-central-2','eu-north-1', |
| 28 | +# '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', |
| 29 | +# 'us-east-1','us-east-2', 'us-west-1', 'us-west-2'] |
| 30 | +# uses: ./.github/workflows/dotnet-ec2-default-retry.yml |
| 31 | +# secrets: inherit |
| 32 | +# with: |
| 33 | +# aws-region: ${{ matrix.aws-region }} |
| 34 | +# caller-workflow-name: 'appsignals-dotnet-e2e-ec2-canary-test' |
35 | 35 |
|
36 | 36 |
|
37 | 37 | windows: |
38 | 38 | strategy: |
39 | 39 | fail-fast: false |
40 | 40 | matrix: |
41 | | - 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', |
42 | | - 'ap-southeast-2','ap-southeast-3','ap-southeast-4','ca-central-1','eu-central-1','eu-central-2','eu-north-1', |
43 | | - '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', |
44 | | - 'us-east-1','us-east-2', 'us-west-1', 'us-west-2' ] |
| 41 | + aws-region: [ 'us-east-1','us-east-2', 'us-west-1', 'us-west-2' ] |
45 | 42 | uses: ./.github/workflows/dotnet-ec2-windows-retry.yml |
46 | 43 | secrets: inherit |
47 | 44 | with: |
|
0 commit comments