Skip to content

Commit 5e51cfb

Browse files
committed
Use https://github.com/felixfontein/ansible/commits/show-deprecations/ to not suppress deprecations in ansible-test devel.
ci_complete
1 parent 3b551f9 commit 5e51cfb

File tree

2 files changed

+1
-283
lines changed

2 files changed

+1
-283
lines changed

.azure-pipelines/azure-pipelines.yml

Lines changed: 0 additions & 282 deletions
Original file line numberDiff line numberDiff line change
@@ -56,113 +56,6 @@ resources:
5656
pool: Standard
5757

5858
stages:
59-
### Sanity
60-
- stage: Sanity_devel
61-
displayName: Sanity devel
62-
dependsOn: []
63-
jobs:
64-
- template: templates/matrix.yml
65-
parameters:
66-
nameFormat: Test {0}
67-
testFormat: devel/sanity/{0}
68-
targets:
69-
- test: 1
70-
- test: 2
71-
- test: 3
72-
- test: 4
73-
- stage: Sanity_2_19
74-
displayName: Sanity 2.19
75-
dependsOn: []
76-
jobs:
77-
- template: templates/matrix.yml
78-
parameters:
79-
nameFormat: Test {0}
80-
testFormat: 2.19/sanity/{0}
81-
targets:
82-
- test: 1
83-
- test: 2
84-
- test: 3
85-
- test: 4
86-
- stage: Sanity_2_18
87-
displayName: Sanity 2.18
88-
dependsOn: []
89-
jobs:
90-
- template: templates/matrix.yml
91-
parameters:
92-
nameFormat: Test {0}
93-
testFormat: 2.18/sanity/{0}
94-
targets:
95-
- test: 1
96-
- test: 2
97-
- test: 3
98-
- test: 4
99-
- stage: Sanity_2_17
100-
displayName: Sanity 2.17
101-
dependsOn: []
102-
jobs:
103-
- template: templates/matrix.yml
104-
parameters:
105-
nameFormat: Test {0}
106-
testFormat: 2.17/sanity/{0}
107-
targets:
108-
- test: 1
109-
- test: 2
110-
- test: 3
111-
- test: 4
112-
### Units
113-
- stage: Units_devel
114-
displayName: Units devel
115-
dependsOn: []
116-
jobs:
117-
- template: templates/matrix.yml
118-
parameters:
119-
nameFormat: Python {0}
120-
testFormat: devel/units/{0}/1
121-
targets:
122-
- test: 3.9
123-
- test: '3.10'
124-
- test: '3.11'
125-
- test: '3.12'
126-
- test: '3.13'
127-
- test: '3.14'
128-
- stage: Units_2_19
129-
displayName: Units 2.19
130-
dependsOn: []
131-
jobs:
132-
- template: templates/matrix.yml
133-
parameters:
134-
nameFormat: Python {0}
135-
testFormat: 2.19/units/{0}/1
136-
targets:
137-
- test: 3.8
138-
- test: "3.11"
139-
- test: "3.13"
140-
- stage: Units_2_18
141-
displayName: Units 2.18
142-
dependsOn: []
143-
jobs:
144-
- template: templates/matrix.yml
145-
parameters:
146-
nameFormat: Python {0}
147-
testFormat: 2.18/units/{0}/1
148-
targets:
149-
- test: 3.8
150-
- test: "3.11"
151-
- test: "3.13"
152-
- stage: Units_2_17
153-
displayName: Units 2.17
154-
dependsOn: []
155-
jobs:
156-
- template: templates/matrix.yml
157-
parameters:
158-
nameFormat: Python {0}
159-
testFormat: 2.17/units/{0}/1
160-
targets:
161-
- test: 3.7
162-
- test: "3.10"
163-
- test: "3.12"
164-
165-
## Remote
16659
- stage: Remote_devel_extra_vms
16760
displayName: Remote devel extra VMs
16861
dependsOn: []
@@ -203,60 +96,6 @@ stages:
20396
- 1
20497
- 2
20598
- 3
206-
- stage: Remote_2_19
207-
displayName: Remote 2.19
208-
dependsOn: []
209-
jobs:
210-
- template: templates/matrix.yml
211-
parameters:
212-
testFormat: 2.19/{0}
213-
targets:
214-
- name: RHEL 9.5
215-
test: rhel/9.5
216-
- name: RHEL 10.0
217-
test: rhel/10.0
218-
- name: FreeBSD 14.2
219-
test: freebsd/14.2
220-
groups:
221-
- 1
222-
- 2
223-
- 3
224-
- stage: Remote_2_18
225-
displayName: Remote 2.18
226-
dependsOn: []
227-
jobs:
228-
- template: templates/matrix.yml
229-
parameters:
230-
testFormat: 2.18/{0}
231-
targets:
232-
- name: macOS 14.3
233-
test: macos/14.3
234-
- name: RHEL 9.4
235-
test: rhel/9.4
236-
- name: FreeBSD 14.1
237-
test: freebsd/14.1
238-
groups:
239-
- 1
240-
- 2
241-
- 3
242-
- stage: Remote_2_17
243-
displayName: Remote 2.17
244-
dependsOn: []
245-
jobs:
246-
- template: templates/matrix.yml
247-
parameters:
248-
testFormat: 2.17/{0}
249-
targets:
250-
- name: FreeBSD 13.5
251-
test: freebsd/13.5
252-
- name: RHEL 9.3
253-
test: rhel/9.3
254-
groups:
255-
- 1
256-
- 2
257-
- 3
258-
259-
### Docker
26099
- stage: Docker_devel
261100
displayName: Docker devel
262101
dependsOn: []
@@ -277,60 +116,6 @@ stages:
277116
- 1
278117
- 2
279118
- 3
280-
- stage: Docker_2_19
281-
displayName: Docker 2.19
282-
dependsOn: []
283-
jobs:
284-
- template: templates/matrix.yml
285-
parameters:
286-
testFormat: 2.19/linux/{0}
287-
targets:
288-
- name: Fedora 41
289-
test: fedora41
290-
- name: Alpine 3.21
291-
test: alpine321
292-
groups:
293-
- 1
294-
- 2
295-
- 3
296-
- stage: Docker_2_18
297-
displayName: Docker 2.18
298-
dependsOn: []
299-
jobs:
300-
- template: templates/matrix.yml
301-
parameters:
302-
testFormat: 2.18/linux/{0}
303-
targets:
304-
- name: Fedora 40
305-
test: fedora40
306-
- name: Alpine 3.20
307-
test: alpine320
308-
- name: Ubuntu 24.04
309-
test: ubuntu2404
310-
groups:
311-
- 1
312-
- 2
313-
- 3
314-
- stage: Docker_2_17
315-
displayName: Docker 2.17
316-
dependsOn: []
317-
jobs:
318-
- template: templates/matrix.yml
319-
parameters:
320-
testFormat: 2.17/linux/{0}
321-
targets:
322-
- name: Fedora 39
323-
test: fedora39
324-
- name: Alpine 3.19
325-
test: alpine319
326-
- name: Ubuntu 20.04
327-
test: ubuntu2004
328-
groups:
329-
- 1
330-
- 2
331-
- 3
332-
333-
### Community Docker
334119
- stage: Docker_community_devel
335120
displayName: Docker (community images) devel
336121
dependsOn: []
@@ -350,79 +135,12 @@ stages:
350135
- 2
351136
- 3
352137

353-
### Generic
354-
# Right now all generic tests are disabled. Uncomment when at least one of them is re-enabled.
355-
# - stage: Generic_devel
356-
# displayName: Generic devel
357-
# dependsOn: []
358-
# jobs:
359-
# - template: templates/matrix.yml
360-
# parameters:
361-
# nameFormat: Python {0}
362-
# testFormat: devel/generic/{0}/1
363-
# targets:
364-
# - test: '3.9'
365-
# - test: '3.12'
366-
# - test: '3.14'
367-
# - stage: Generic_2_19
368-
# displayName: Generic 2.19
369-
# dependsOn: []
370-
# jobs:
371-
# - template: templates/matrix.yml
372-
# parameters:
373-
# nameFormat: Python {0}
374-
# testFormat: 2.19/generic/{0}/1
375-
# targets:
376-
# - test: '3.9'
377-
# - test: '3.13'
378-
# - stage: Generic_2_18
379-
# displayName: Generic 2.18
380-
# dependsOn: []
381-
# jobs:
382-
# - template: templates/matrix.yml
383-
# parameters:
384-
# nameFormat: Python {0}
385-
# testFormat: 2.18/generic/{0}/1
386-
# targets:
387-
# - test: '3.8'
388-
# - test: '3.13'
389-
# - stage: Generic_2_17
390-
# displayName: Generic 2.17
391-
# dependsOn: []
392-
# jobs:
393-
# - template: templates/matrix.yml
394-
# parameters:
395-
# nameFormat: Python {0}
396-
# testFormat: 2.17/generic/{0}/1
397-
# targets:
398-
# - test: '3.7'
399-
# - test: '3.12'
400-
401138
- stage: Summary
402139
condition: succeededOrFailed()
403140
dependsOn:
404-
- Sanity_devel
405-
- Sanity_2_19
406-
- Sanity_2_18
407-
- Sanity_2_17
408-
- Units_devel
409-
- Units_2_19
410-
- Units_2_18
411-
- Units_2_17
412141
- Remote_devel_extra_vms
413142
- Remote_devel
414-
- Remote_2_19
415-
- Remote_2_18
416-
- Remote_2_17
417143
- Docker_devel
418-
- Docker_2_19
419-
- Docker_2_18
420-
- Docker_2_17
421144
- Docker_community_devel
422-
# Right now all generic tests are disabled. Uncomment when at least one of them is re-enabled.
423-
# - Generic_devel
424-
# - Generic_2_19
425-
# - Generic_2_18
426-
# - Generic_2_17
427145
jobs:
428146
- template: templates/coverage.yml

tests/utils/shippable/shippable.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ command -v pip
6161
pip --version
6262
pip list --disable-pip-version-check
6363
if [ "${ansible_version}" == "devel" ]; then
64-
retry pip install https://github.com/ansible/ansible/archive/devel.tar.gz --disable-pip-version-check
64+
retry pip install https://github.com/felixfontein/ansible/archive/show-deprecations.tar.gz --disable-pip-version-check
6565
else
6666
retry pip install "https://github.com/ansible/ansible/archive/stable-${ansible_version}.tar.gz" --disable-pip-version-check
6767
fi

0 commit comments

Comments
 (0)