Skip to content

Commit e134772

Browse files
authored
CI: Add stable-2.19 (#1095)
* Add ignore-2.20.txt. * Add stable-2.19 to CI.
1 parent c8fc5bc commit e134772

File tree

3 files changed

+50
-0
lines changed

3 files changed

+50
-0
lines changed

.azure-pipelines/azure-pipelines.yml

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,17 @@ stages:
6262
test: 'devel/sanity/1'
6363
- name: Units
6464
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'
6576
- stage: Ansible_2_18
6677
displayName: Sanity & Units 2.18
6778
dependsOn: []
@@ -116,6 +127,19 @@ stages:
116127
groups:
117128
- 4
118129
- 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
119143
- stage: Docker_2_18
120144
displayName: Docker 2.18
121145
dependsOn: []
@@ -206,6 +230,22 @@ stages:
206230
- 3
207231
- 4
208232
- 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
209249
- stage: Remote_2_18
210250
displayName: Remote 2.18
211251
dependsOn: []
@@ -265,14 +305,17 @@ stages:
265305
condition: succeededOrFailed()
266306
dependsOn:
267307
- Ansible_devel
308+
- Ansible_2_19
268309
- Ansible_2_18
269310
- Ansible_2_17
270311
- Ansible_2_16
271312
- Remote_devel
313+
- Remote_2_19
272314
- Remote_2_18
273315
- Remote_2_17
274316
- Remote_2_16
275317
- Docker_devel
318+
- Docker_2_19
276319
- Docker_2_18
277320
- Docker_2_17
278321
- Docker_2_16

tests/sanity/ignore-2.20.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
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
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
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

0 commit comments

Comments
 (0)