4646 # DEFAULT SETTING: {Python Version}, EC2, AMD64, AL2
4747 #
4848
49- default-v3-8 -amd64 :
49+ default-v38 -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-v3-9 -amd64 :
60+ default-v39 -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-v3-10 -amd64 :
71+ default-v310 -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-v3-11 -amd64 :
82+ default-v311 -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-v3-12 -amd64 :
93+ default-v312 -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
@@ -106,7 +106,7 @@ jobs:
106106 # DEFAULT SETTING: {Python Version}, EKS, AMD64, AL2
107107 #
108108
109- eks-v3-8 -amd64 :
109+ eks-v38 -amd64 :
110110 uses : aws-observability/aws-application-signals-test-framework/.github/workflows/python-eks-test.yml@main
111111 secrets : inherit
112112 with :
@@ -116,9 +116,9 @@ jobs:
116116 caller-workflow-name : ' main-build'
117117 python-version : ' 3.8'
118118
119- eks-v3-9 -amd64 :
119+ eks-v39 -amd64 :
120120 if : ${{ always() }}
121- needs : eks-v3-8 -amd64
121+ needs : eks-v38 -amd64
122122 uses : aws-observability/aws-application-signals-test-framework/.github/workflows/python-eks-test.yml@main
123123 secrets : inherit
124124 with :
@@ -128,9 +128,9 @@ jobs:
128128 caller-workflow-name : ' main-build'
129129 python-version : ' 3.9'
130130
131- eks-v3-10 -amd64 :
131+ eks-v310 -amd64 :
132132 if : ${{ always() }}
133- needs : eks-v3-9 -amd64
133+ needs : eks-v39 -amd64
134134 uses : aws-observability/aws-application-signals-test-framework/.github/workflows/python-eks-test.yml@main
135135 secrets : inherit
136136 with :
@@ -140,9 +140,9 @@ jobs:
140140 caller-workflow-name : ' main-build'
141141 python-version : ' 3.10'
142142
143- eks-v3-11 -amd64 :
143+ eks-v311 -amd64 :
144144 if : ${{ always() }}
145- needs : eks-v3-10 -amd64
145+ needs : eks-v310 -amd64
146146 uses : aws-observability/aws-application-signals-test-framework/.github/workflows/python-eks-test.yml@main
147147 secrets : inherit
148148 with :
@@ -152,9 +152,9 @@ jobs:
152152 caller-workflow-name : ' main-build'
153153 python-version : ' 3.11'
154154
155- eks-v3-12 -amd64 :
155+ eks-v312 -amd64 :
156156 if : ${{ always() }}
157- needs : eks-v3-11 -amd64
157+ needs : eks-v311 -amd64
158158 uses : aws-observability/aws-application-signals-test-framework/.github/workflows/python-eks-test.yml@main
159159 secrets : inherit
160160 with :
@@ -169,7 +169,7 @@ jobs:
169169 # DEFAULT SETTING: Python 3.9, {Platform}, AMD64, AL2
170170 #
171171
172- asg-v3-9 -amd64 :
172+ asg-v39 -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-v3-10 -amd64 :
187+ k8s-v310 -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-v3-10 -amd64 :
197+ ecs-v310 -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-v3-9 -arm64 :
211+ default-v39 -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