Skip to content

Commit f99b741

Browse files
authored
[stable-3] ci: add stable-2.20 to matrix (ansible-collections#889) (ansible-collections#891)
1 parent ab0cfce commit f99b741

File tree

3 files changed

+60
-0
lines changed

3 files changed

+60
-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
@@ -105,6 +105,7 @@ Tested with the following `ansible-core` releases:
105105
- 2.17
106106
- 2.18
107107
- 2.19
108+
- 2.20
108109
- current development version
109110

110111
Ansible-core versions before 2.12.0 are not supported.

tests/sanity/ignore-2.21.txt

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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
6+
plugins/module_utils/postgres.py pylint:ansible-bad-import-from
7+
plugins/module_utils/saslprep.py pylint:ansible-bad-import-from
8+
plugins/modules/postgresql_copy.py pylint:ansible-bad-import-from
9+
plugins/modules/postgresql_info.py pylint:ansible-bad-import-from
10+
plugins/modules/postgresql_publication.py pylint:ansible-bad-import-from
11+
plugins/modules/postgresql_query.py pylint:ansible-bad-import-from
12+
plugins/modules/postgresql_script.py pylint:ansible-bad-import-from
13+
plugins/modules/postgresql_subscription.py pylint:ansible-bad-import-from
14+
plugins/modules/postgresql_tablespace.py pylint:ansible-bad-import-from
15+
plugins/modules/postgresql_user.py pylint:ansible-bad-import-from
16+
plugins/modules/postgresql_user_obj_stat_info.py pylint:ansible-bad-import-from

0 commit comments

Comments
 (0)