File tree Expand file tree Collapse file tree 3 files changed +49
-0
lines changed
Expand file tree Collapse file tree 3 files changed +49
-0
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
111112Ansible-core versions before 2.12.0 are not supported.
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments