@@ -16,16 +16,30 @@ permissions:
16
16
contents : read
17
17
18
18
jobs :
19
- python-e2e-ec2-test :
19
+ python-e2e-ec2-default- test :
20
20
strategy :
21
21
fail-fast : false
22
22
matrix :
23
23
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',
24
24
' ap-southeast-2' ,'ap-southeast-3','ap-southeast-4','ca-central-1','eu-central-1','eu-central-2','eu-north-1',
25
25
' 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',
26
26
' us-east-1' ,'us-east-2', 'us-west-1', 'us-west-2']
27
- uses : ./.github/workflows/application-signals-python-e2e-ec2-test.yml
27
+ uses : ./.github/workflows/application-signals-python-e2e-ec2-default- test.yml
28
28
secrets : inherit
29
29
with :
30
30
aws-region : ${{ matrix.aws-region }}
31
- caller-workflow-name : ' appsignals-python-e2e-ec2-canary-test'
31
+ caller-workflow-name : ' appsignals-python-e2e-ec2-default-canary-test'
32
+
33
+ python-e2e-ec2-asg-test :
34
+ strategy :
35
+ fail-fast : false
36
+ matrix :
37
+ 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',
38
+ ' ap-southeast-2' ,'ap-southeast-3','ap-southeast-4','ca-central-1','eu-central-1','eu-central-2','eu-north-1',
39
+ ' 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',
40
+ ' us-east-1' ,'us-east-2', 'us-west-1', 'us-west-2' ]
41
+ uses : ./.github/workflows/application-signals-python-e2e-ec2-asg-test.yml
42
+ secrets : inherit
43
+ with :
44
+ aws-region : ${{ matrix.aws-region }}
45
+ caller-workflow-name : ' appsignals-python-e2e-ec2-asg-canary-test'
0 commit comments