4646 # DEFAULT SETTING: {Python Version}, EC2, AMD64, AL2
4747 #
4848
49- default-v8 -amd64 :
49+ default-v3-8 -amd64 :
5050 needs : [ upload-main-build ]
5151 uses : aws-observability/aws-application-signals-test-framework/.github/workflows/python-ec2-default-test.yml@main
5252 secrets : inherit
5757 cpu-architecture : ' x86_64'
5858 staging-wheel-name : ${{ inputs.staging-wheel-name }}
5959
60- default-v11 -amd64 :
60+ default-v3-9 -amd64 :
6161 needs : [ upload-main-build ]
6262 uses : aws-observability/aws-application-signals-test-framework/.github/workflows/python-ec2-default-test.yml@main
6363 secrets : inherit
6868 cpu-architecture : ' x86_64'
6969 staging-wheel-name : ${{ inputs.staging-wheel-name }}
7070
71- default-v17 -amd64 :
71+ default-v3-10 -amd64 :
7272 needs : [ upload-main-build ]
7373 uses : aws-observability/aws-application-signals-test-framework/.github/workflows/python-ec2-default-test.yml@main
7474 secrets : inherit
7979 cpu-architecture : ' x86_64'
8080 staging-wheel-name : ${{ inputs.staging-wheel-name }}
8181
82- default-v21 -amd64 :
82+ default-v3-11 -amd64 :
8383 needs : [ upload-main-build ]
8484 uses : aws-observability/aws-application-signals-test-framework/.github/workflows/python-ec2-default-test.yml@main
8585 secrets : inherit
9090 cpu-architecture : ' x86_64'
9191 staging-wheel-name : ${{ inputs.staging-wheel-name }}
9292
93- default-v22 -amd64 :
93+ default-v3-12 -amd64 :
9494 needs : [ upload-main-build ]
9595 uses : aws-observability/aws-application-signals-test-framework/.github/workflows/python-ec2-default-test.yml@main
9696 secrets : inherit
@@ -169,7 +169,7 @@ jobs:
169169 # DEFAULT SETTING: Python 3.9, {Platform}, AMD64, AL2
170170 #
171171
172- asg-v11 -amd64 :
172+ asg-v3-9 -amd64 :
173173 needs : [ upload-main-build ]
174174 uses : aws-observability/aws-application-signals-test-framework/.github/workflows/python-ec2-asg-test.yml@main
175175 secrets : inherit
@@ -184,7 +184,7 @@ jobs:
184184 # DEFAULT SETTING: Python 3.10, {Platform}, AMD64, AL2
185185 #
186186
187- k8s-v11 -amd64 :
187+ k8s-v3-10 -amd64 :
188188 uses : aws-observability/aws-application-signals-test-framework/.github/workflows/python-k8s-test.yml@main
189189 secrets : inherit
190190 with :
@@ -194,7 +194,7 @@ jobs:
194194 python-version : ' 3.10'
195195
196196
197- ecs-v11 -amd64 :
197+ ecs-v3-10 -amd64 :
198198 uses : aws-observability/aws-application-signals-test-framework/.github/workflows/python-ecs-test.yml@main
199199 secrets : inherit
200200 with :
@@ -208,7 +208,7 @@ jobs:
208208 # DEFAULT SETTING: Python 3.9, EC2, {CPU Architecture}, AL2
209209 #
210210
211- default-v11 -arm64 :
211+ default-v3-9 -arm64 :
212212 needs : [ upload-main-build ]
213213 uses : aws-observability/aws-application-signals-test-framework/.github/workflows/python-ec2-default-test.yml@main
214214 secrets : inherit
0 commit comments