46
46
# DEFAULT SETTING: {Python Version}, EC2, AMD64, AL2
47
47
#
48
48
49
- default-v8 -amd64 :
49
+ default-py38 -amd64 :
50
50
needs : [ upload-main-build ]
51
51
uses : aws-observability/aws-application-signals-test-framework/.github/workflows/python-ec2-default-test.yml@main
52
52
secrets : inherit
57
57
cpu-architecture : ' x86_64'
58
58
staging-wheel-name : ${{ inputs.staging-wheel-name }}
59
59
60
- default-v11 -amd64 :
60
+ default-py39 -amd64 :
61
61
needs : [ upload-main-build ]
62
62
uses : aws-observability/aws-application-signals-test-framework/.github/workflows/python-ec2-default-test.yml@main
63
63
secrets : inherit
68
68
cpu-architecture : ' x86_64'
69
69
staging-wheel-name : ${{ inputs.staging-wheel-name }}
70
70
71
- default-v17 -amd64 :
71
+ default-py310 -amd64 :
72
72
needs : [ upload-main-build ]
73
73
uses : aws-observability/aws-application-signals-test-framework/.github/workflows/python-ec2-default-test.yml@main
74
74
secrets : inherit
79
79
cpu-architecture : ' x86_64'
80
80
staging-wheel-name : ${{ inputs.staging-wheel-name }}
81
81
82
- default-v21 -amd64 :
82
+ default-py311 -amd64 :
83
83
needs : [ upload-main-build ]
84
84
uses : aws-observability/aws-application-signals-test-framework/.github/workflows/python-ec2-default-test.yml@main
85
85
secrets : inherit
90
90
cpu-architecture : ' x86_64'
91
91
staging-wheel-name : ${{ inputs.staging-wheel-name }}
92
92
93
- default-v22 -amd64 :
93
+ default-py312 -amd64 :
94
94
needs : [ upload-main-build ]
95
95
uses : aws-observability/aws-application-signals-test-framework/.github/workflows/python-ec2-default-test.yml@main
96
96
secrets : inherit
@@ -106,7 +106,7 @@ jobs:
106
106
# DEFAULT SETTING: {Python Version}, EKS, AMD64, AL2
107
107
#
108
108
109
- eks-v3-8 -amd64 :
109
+ eks-py38 -amd64 :
110
110
uses : aws-observability/aws-application-signals-test-framework/.github/workflows/python-eks-test.yml@main
111
111
secrets : inherit
112
112
with :
@@ -116,9 +116,9 @@ jobs:
116
116
caller-workflow-name : ' main-build'
117
117
python-version : ' 3.8'
118
118
119
- eks-v3-9 -amd64 :
119
+ eks-py39 -amd64 :
120
120
if : ${{ always() }}
121
- needs : eks-v3-8 -amd64
121
+ needs : eks-py38 -amd64
122
122
uses : aws-observability/aws-application-signals-test-framework/.github/workflows/python-eks-test.yml@main
123
123
secrets : inherit
124
124
with :
@@ -128,9 +128,9 @@ jobs:
128
128
caller-workflow-name : ' main-build'
129
129
python-version : ' 3.9'
130
130
131
- eks-v3-10 -amd64 :
131
+ eks-py310 -amd64 :
132
132
if : ${{ always() }}
133
- needs : eks-v3-9 -amd64
133
+ needs : eks-py39 -amd64
134
134
uses : aws-observability/aws-application-signals-test-framework/.github/workflows/python-eks-test.yml@main
135
135
secrets : inherit
136
136
with :
@@ -140,9 +140,9 @@ jobs:
140
140
caller-workflow-name : ' main-build'
141
141
python-version : ' 3.10'
142
142
143
- eks-v3-11 -amd64 :
143
+ eks-py311 -amd64 :
144
144
if : ${{ always() }}
145
- needs : eks-v3-10 -amd64
145
+ needs : eks-py310 -amd64
146
146
uses : aws-observability/aws-application-signals-test-framework/.github/workflows/python-eks-test.yml@main
147
147
secrets : inherit
148
148
with :
@@ -152,9 +152,9 @@ jobs:
152
152
caller-workflow-name : ' main-build'
153
153
python-version : ' 3.11'
154
154
155
- eks-v3-12 -amd64 :
155
+ eks-py312 -amd64 :
156
156
if : ${{ always() }}
157
- needs : eks-v3-11 -amd64
157
+ needs : eks-py311 -amd64
158
158
uses : aws-observability/aws-application-signals-test-framework/.github/workflows/python-eks-test.yml@main
159
159
secrets : inherit
160
160
with :
@@ -169,7 +169,7 @@ jobs:
169
169
# DEFAULT SETTING: Python 3.9, {Platform}, AMD64, AL2
170
170
#
171
171
172
- asg-v11 -amd64 :
172
+ asg-py39 -amd64 :
173
173
needs : [ upload-main-build ]
174
174
uses : aws-observability/aws-application-signals-test-framework/.github/workflows/python-ec2-asg-test.yml@main
175
175
secrets : inherit
@@ -184,7 +184,7 @@ jobs:
184
184
# DEFAULT SETTING: Python 3.10, {Platform}, AMD64, AL2
185
185
#
186
186
187
- k8s-v11 -amd64 :
187
+ k8s-py310 -amd64 :
188
188
uses : aws-observability/aws-application-signals-test-framework/.github/workflows/python-k8s-test.yml@main
189
189
secrets : inherit
190
190
with :
@@ -194,7 +194,7 @@ jobs:
194
194
python-version : ' 3.10'
195
195
196
196
197
- ecs-v11 -amd64 :
197
+ ecs-py310 -amd64 :
198
198
uses : aws-observability/aws-application-signals-test-framework/.github/workflows/python-ecs-test.yml@main
199
199
secrets : inherit
200
200
with :
@@ -208,7 +208,7 @@ jobs:
208
208
# DEFAULT SETTING: Python 3.9, EC2, {CPU Architecture}, AL2
209
209
#
210
210
211
- default-v11 -arm64 :
211
+ default-py39 -arm64 :
212
212
needs : [ upload-main-build ]
213
213
uses : aws-observability/aws-application-signals-test-framework/.github/workflows/python-ec2-default-test.yml@main
214
214
secrets : inherit
0 commit comments