File tree Expand file tree Collapse file tree 2 files changed +43
-61
lines changed
Expand file tree Collapse file tree 2 files changed +43
-61
lines changed Original file line number Diff line number Diff line change @@ -72,17 +72,6 @@ stages:
7272 test : ' 2.18/sanity/1'
7373 - name : Units
7474 test : ' 2.18/units/1'
75- - stage : Ansible_2_17
76- displayName : Sanity & Units 2.17
77- dependsOn : []
78- jobs :
79- - template : templates/matrix.yml
80- parameters :
81- targets :
82- - name : Sanity
83- test : ' 2.17/sanity/1'
84- - name : Units
85- test : ' 2.17/units/1'
8675# ## Docker
8776 - stage : Docker_2_19
8877 displayName : Docker 2.19
@@ -118,23 +107,6 @@ stages:
118107 groups :
119108 - 1
120109 - 2
121- - stage : Docker_2_17
122- displayName : Docker 2.17
123- dependsOn : []
124- jobs :
125- - template : templates/matrix.yml
126- parameters :
127- testFormat : 2.17/linux/{0}
128- targets :
129- - name : Fedora 39
130- test : fedora39
131- - name : Ubuntu 22.04
132- test : ubuntu2204
133- - name : Alpine 3.19
134- test : alpine319
135- groups :
136- - 1
137- - 2
138110
139111# ## Community Docker
140112 - stage : Docker_community_2_19
@@ -212,21 +184,6 @@ stages:
212184 groups :
213185 - 1
214186 - 2
215- - stage : Remote_2_17
216- displayName : Remote 2.17
217- dependsOn : []
218- jobs :
219- - template : templates/matrix.yml
220- parameters :
221- testFormat : 2.17/{0}
222- targets :
223- - name : RHEL 9.3
224- test : rhel/9.3
225- - name : FreeBSD 13.5
226- test : freebsd/13.5
227- groups :
228- - 1
229- - 2
230187# ## Generic
231188 - stage : Generic_2_19
232189 displayName : Generic 2.19
@@ -259,20 +216,6 @@ stages:
259216 groups :
260217 - 1
261218 - 2
262- - stage : Generic_2_17
263- displayName : Generic 2.17
264- dependsOn : []
265- jobs :
266- - template : templates/matrix.yml
267- parameters :
268- nameFormat : Python {0}
269- testFormat : 2.17/generic/{0}
270- targets :
271- - test : " 3.7"
272- - test : " 3.12"
273- groups :
274- - 1
275- - 2
276219
277220 # # Finally
278221
@@ -281,17 +224,13 @@ stages:
281224 dependsOn :
282225 - Ansible_2_19
283226 - Ansible_2_18
284- - Ansible_2_17
285227 - Remote_2_19_extra_vms
286228 - Remote_2_19
287229 - Remote_2_18
288- - Remote_2_17
289230 - Docker_2_19
290231 - Docker_2_18
291- - Docker_2_17
292232 - Docker_community_2_19
293233 - Generic_2_19
294234 - Generic_2_18
295- - Generic_2_17
296235 jobs :
297236 - template : templates/coverage.yml
Original file line number Diff line number Diff line change 3737 - ' 2.14'
3838 - ' 2.15'
3939 - ' 2.16'
40+ - ' 2.17'
4041 runs-on : ubuntu-latest
4142 steps :
4243 - name : Perform sanity testing
6768 - ' 2.14'
6869 - ' 2.15'
6970 - ' 2.16'
71+ - ' 2.17'
7072
7173 steps :
7274 - name : >-
@@ -316,6 +318,47 @@ jobs:
316318 docker : default
317319 python : ' 3.11'
318320 target : azp/generic/2/
321+ # 2.17
322+ - ansible : ' 2.17'
323+ docker : fedora39
324+ python : ' '
325+ target : azp/posix/1/
326+ - ansible : ' 2.17'
327+ docker : fedora39
328+ python : ' '
329+ target : azp/posix/2/
330+ - ansible : ' 2.17'
331+ docker : ubuntu2204
332+ python : ' '
333+ target : azp/posix/1/
334+ - ansible : ' 2.17'
335+ docker : ubuntu2204
336+ python : ' '
337+ target : azp/posix/2/
338+ - ansible : ' 2.17'
339+ docker : alpine319
340+ python : ' '
341+ target : azp/posix/1/
342+ - ansible : ' 2.17'
343+ docker : alpine319
344+ python : ' '
345+ target : azp/posix/2/
346+ - ansible : ' 2.17'
347+ docker : default
348+ python : ' 3.7'
349+ target : azp/generic/1/
350+ - ansible : ' 2.17'
351+ docker : default
352+ python : ' 3.7'
353+ target : azp/generic/2/
354+ - ansible : ' 2.17'
355+ docker : default
356+ python : ' 3.12'
357+ target : azp/generic/1/
358+ - ansible : ' 2.17'
359+ docker : default
360+ python : ' 3.12'
361+ target : azp/generic/2/
319362
320363 steps :
321364 - name : >-
You can’t perform that action at this time.
0 commit comments