Update CI matrix: add stable-2.15 (#600)

* Add ignore files for bumped devel version.

* Update CI matrix.
This commit is contained in:
Felix Fontein 2023-04-04 08:12:39 +02:00 committed by GitHub
parent 334d34e205
commit 5d61cb2b8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 48 additions and 4 deletions

View File

@ -66,6 +66,17 @@ stages:
test: 'devel/sanity/extra'
- name: Units
test: 'devel/units/1'
- stage: Ansible_2_15
displayName: Sanity & Units 2.15
dependsOn: []
jobs:
- template: templates/matrix.yml
parameters:
targets:
- name: Sanity
test: '2.15/sanity/1'
- name: Units
test: '2.15/units/1'
- stage: Ansible_2_14
displayName: Sanity & Units 2.14
dependsOn: []
@ -124,6 +135,19 @@ stages:
groups:
- 4
- 5
- stage: Docker_2_15
displayName: Docker 2.15
dependsOn: []
jobs:
- template: templates/matrix.yml
parameters:
testFormat: 2.15/linux/{0}
targets:
- name: CentOS 7
test: centos7
groups:
- 4
- 5
- stage: Docker_2_14
displayName: Docker 2.14
dependsOn: []
@ -145,8 +169,6 @@ stages:
parameters:
testFormat: 2.13/linux/{0}
targets:
- name: CentOS 7
test: centos7
- name: Fedora 35
test: fedora35
- name: openSUSE 15 py2
@ -204,8 +226,6 @@ stages:
parameters:
testFormat: devel/{0}
targets:
- name: RHEL 7.9
test: rhel/7.9
- name: RHEL 9.1 with latest Docker SDK from PyPi
test: rhel/9.1-pypi-latest
groups:
@ -214,6 +234,22 @@ stages:
- 3
- 4
- 5
- stage: Remote_2_15
displayName: Remote 2.15
dependsOn: []
jobs:
- template: templates/matrix.yml
parameters:
testFormat: 2.15/{0}
targets:
- name: RHEL 7.9
test: rhel/7.9
groups:
- 1
- 2
- 3
- 4
- 5
- stage: Remote_2_14
displayName: Remote 2.14
dependsOn: []
@ -269,14 +305,17 @@ stages:
condition: succeededOrFailed()
dependsOn:
- Ansible_devel
- Ansible_2_15
- Ansible_2_14
- Ansible_2_13
- Ansible_2_12
- Remote_devel
- Remote_2_15
- Remote_2_14
- Remote_2_13
- Remote_2_12
- Docker_devel
- Docker_2_15
- Docker_2_14
- Docker_2_13
- Docker_2_12

View File

@ -0,0 +1,2 @@
.azure-pipelines/scripts/publish-codecov.py replace-urlopen
plugins/modules/docker_container_copy_into.py validate-modules:undocumented-parameter # _max_file_size_for_diff is used by the action plugin

View File

@ -0,0 +1,3 @@
GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
SPDX-License-Identifier: GPL-3.0-or-later
SPDX-FileCopyrightText: Ansible Project