Skip to content

Commit b204966

Browse files
committed
test
1 parent 94e58c5 commit b204966

File tree

1 file changed

+15
-18
lines changed

1 file changed

+15
-18
lines changed

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

Lines changed: 15 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -12,36 +12,33 @@ on:
1212
- cron: '*/15 * * * *' # run the workflow every 15 minutes
1313
push:
1414
branches:
15-
- "fix-windows-ec2"
15+
- "ec2-windows-ssm"
1616

1717
permissions:
1818
id-token: write
1919
contents: read
2020

2121
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'
3535

3636

3737
windows:
3838
strategy:
3939
fail-fast: false
4040
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' ]
4542
uses: ./.github/workflows/dotnet-ec2-windows-retry.yml
4643
secrets: inherit
4744
with:

0 commit comments

Comments
 (0)