File tree Expand file tree Collapse file tree 3 files changed +50
-0
lines changed Expand file tree Collapse file tree 3 files changed +50
-0
lines changed Original file line number Diff line number Diff line change @@ -62,6 +62,17 @@ stages:
62
62
test : ' devel/sanity/1'
63
63
- name : Units
64
64
test : ' devel/units/1'
65
+ - stage : Ansible_2_19
66
+ displayName : Sanity & Units 2.19
67
+ dependsOn : []
68
+ jobs :
69
+ - template : templates/matrix.yml
70
+ parameters :
71
+ targets :
72
+ - name : Sanity
73
+ test : ' 2.19/sanity/1'
74
+ - name : Units
75
+ test : ' 2.19/units/1'
65
76
- stage : Ansible_2_18
66
77
displayName : Sanity & Units 2.18
67
78
dependsOn : []
@@ -116,6 +127,19 @@ stages:
116
127
groups :
117
128
- 4
118
129
- 5
130
+ - stage : Docker_2_19
131
+ displayName : Docker 2.19
132
+ dependsOn : []
133
+ jobs :
134
+ - template : templates/matrix.yml
135
+ parameters :
136
+ testFormat : 2.19/linux/{0}
137
+ targets :
138
+ - name : Ubuntu 24.04
139
+ test : ubuntu2404
140
+ groups :
141
+ - 4
142
+ - 5
119
143
- stage : Docker_2_18
120
144
displayName : Docker 2.18
121
145
dependsOn : []
@@ -206,6 +230,22 @@ stages:
206
230
- 3
207
231
- 4
208
232
- 5
233
+ - stage : Remote_2_19
234
+ displayName : Remote 2.19
235
+ dependsOn : []
236
+ jobs :
237
+ - template : templates/matrix.yml
238
+ parameters :
239
+ testFormat : 2.19/{0}
240
+ targets :
241
+ - name : RHEL 9.5
242
+ test : rhel/9.5
243
+ groups :
244
+ - 1
245
+ - 2
246
+ - 3
247
+ - 4
248
+ - 5
209
249
- stage : Remote_2_18
210
250
displayName : Remote 2.18
211
251
dependsOn : []
@@ -265,14 +305,17 @@ stages:
265
305
condition : succeededOrFailed()
266
306
dependsOn :
267
307
- Ansible_devel
308
+ - Ansible_2_19
268
309
- Ansible_2_18
269
310
- Ansible_2_17
270
311
- Ansible_2_16
271
312
- Remote_devel
313
+ - Remote_2_19
272
314
- Remote_2_18
273
315
- Remote_2_17
274
316
- Remote_2_16
275
317
- Docker_devel
318
+ - Docker_2_19
276
319
- Docker_2_18
277
320
- Docker_2_17
278
321
- Docker_2_16
Original file line number Diff line number Diff line change
1
+ plugins/modules/docker_container_copy_into.py validate-modules:undocumented-parameter # _max_file_size_for_diff is used by the action plugin
2
+ plugins/module_utils/_api/api/client.py pylint:use-yield-from # suggested construct does not work with Python 2
3
+ plugins/module_utils/_api/utils/build.py pylint:use-yield-from # suggested construct does not work with Python 2
4
+ tests/unit/plugins/module_utils/test_copy.py pylint:use-yield-from # suggested construct does not work with Python 2
Original file line number Diff line number Diff line change
1
+ GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
2
+ SPDX-License-Identifier: GPL-3.0-or-later
3
+ SPDX-FileCopyrightText: Ansible Project
You can’t perform that action at this time.
0 commit comments