Skip to content

Commit f3789b7

Browse files
authored
ci: add stable-2.20 to matrix (ansible-collections#889)
1 parent 2325fb8 commit f3789b7

File tree

3 files changed

+49
-0
lines changed

3 files changed

+49
-0
lines changed

.azure-pipelines/azure-pipelines.yml

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,18 @@ stages:
7373
- name: Units
7474
test: 'devel/units/1'
7575

76+
- stage: Ansible_2_20
77+
displayName: Sanity & Units 2.20
78+
dependsOn: []
79+
jobs:
80+
- template: templates/matrix.yml
81+
parameters:
82+
targets:
83+
- name: Sanity
84+
test: '2.20/sanity/1'
85+
- name: Units
86+
test: '2.20/units/1'
87+
7688
- stage: Ansible_2_19
7789
displayName: Sanity & Units 2.19
7890
dependsOn: []
@@ -125,6 +137,21 @@ stages:
125137
- name: Ubuntu 22.04
126138
test: ubuntu2204
127139

140+
- stage: Docker_2_20
141+
displayName: Docker 2.20
142+
dependsOn: []
143+
jobs:
144+
- template: templates/matrix.yml
145+
parameters:
146+
testFormat: 2.20/linux/{0}/1
147+
targets:
148+
- name: Fedora 42
149+
test: fedora42
150+
- name: Ubuntu 24.04
151+
test: ubuntu2404
152+
- name: Ubuntu 22.04
153+
test: ubuntu2204
154+
128155
- stage: Docker_2_19
129156
displayName: Docker 2.19
130157
dependsOn: []
@@ -180,6 +207,19 @@ stages:
180207
- name: RHEL 9.6
181208
test: rhel/9.6
182209

210+
- stage: Remote_2_20
211+
displayName: Remote 2.20
212+
dependsOn: []
213+
jobs:
214+
- template: templates/matrix.yml
215+
parameters:
216+
testFormat: 2.20/{0}/1
217+
targets:
218+
- name: RHEL 10.0
219+
test: rhel/10.0
220+
- name: RHEL 9.6
221+
test: rhel/9.6
222+
183223
- stage: Remote_2_19
184224
displayName: Remote 2.19
185225
dependsOn: []
@@ -237,14 +277,17 @@ stages:
237277
condition: succeededOrFailed()
238278
dependsOn:
239279
- Ansible_devel
280+
- Ansible_2_20
240281
- Ansible_2_19
241282
- Ansible_2_18
242283
- Ansible_2_17
243284
- Docker_devel
285+
- Docker_2_20
244286
- Docker_2_19
245287
- Docker_2_18
246288
- Docker_2_17
247289
- Remote_devel
290+
- Remote_2_20
248291
- Remote_2_19
249292
- Remote_2_18
250293
- Remote_2_17

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ Tested with the following `ansible-core` releases:
106106
- 2.17
107107
- 2.18
108108
- 2.19
109+
- 2.20
109110
- current development version
110111

111112
Ansible-core versions before 2.12.0 are not supported.

tests/sanity/ignore-2.21.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
plugins/modules/postgresql_db.py use-argspec-type-path
2+
plugins/modules/postgresql_db.py validate-modules:use-run-command-not-popen
3+
plugins/module_utils/version.py pylint:unused-import
4+
tests/utils/shippable/timing.py shebang
5+
tests/unit/plugins/module_utils/test_postgres.py pylint:unidiomatic-typecheck

0 commit comments

Comments
 (0)