mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-11 15:15:26 +01:00
Update AZP CI matrix
- Addresses https://github.com/ansible-collections/news-for-maintainers/issues/31 Signed-off-by: Hideki Saito <saito@fgrep.org>
This commit is contained in:
parent
a2ab6881db
commit
f109c162b0
2 changed files with 13 additions and 6 deletions
|
|
@ -53,8 +53,8 @@ stages:
|
||||||
targets:
|
targets:
|
||||||
- name: CentOS 7
|
- name: CentOS 7
|
||||||
test: centos7
|
test: centos7
|
||||||
- name: Fedora 36
|
- name: Fedora 37
|
||||||
test: fedora36
|
test: fedora37
|
||||||
- name: openSUSE 15 py3
|
- name: openSUSE 15 py3
|
||||||
test: opensuse15
|
test: opensuse15
|
||||||
- name: Ubuntu 20.04
|
- name: Ubuntu 20.04
|
||||||
|
|
@ -209,10 +209,12 @@ stages:
|
||||||
test: macos/12.0
|
test: macos/12.0
|
||||||
- name: RHEL 7.9
|
- name: RHEL 7.9
|
||||||
test: rhel/7.9
|
test: rhel/7.9
|
||||||
- name: RHEL 8.6
|
- name: RHEL 8.7
|
||||||
test: rhel/8.6
|
test: rhel/8.7
|
||||||
- name: RHEL 9.0
|
- name: RHEL 9.1
|
||||||
test: rhel/9.0
|
test: rhel/9.1
|
||||||
|
- name: FreeBSD 12.4
|
||||||
|
test: freebsd/12.4
|
||||||
- name: FreeBSD 13.1
|
- name: FreeBSD 13.1
|
||||||
test: freebsd/13.1
|
test: freebsd/13.1
|
||||||
- stage: Remote_2_14
|
- stage: Remote_2_14
|
||||||
|
|
@ -231,6 +233,8 @@ stages:
|
||||||
test: rhel/8.6
|
test: rhel/8.6
|
||||||
- name: RHEL 9.0
|
- name: RHEL 9.0
|
||||||
test: rhel/9.0
|
test: rhel/9.0
|
||||||
|
- name: FreeBSD 12.3
|
||||||
|
test: freebsd/12.3
|
||||||
- name: FreeBSD 13.1
|
- name: FreeBSD 13.1
|
||||||
test: freebsd/13.1
|
test: freebsd/13.1
|
||||||
- stage: Remote_2_13
|
- stage: Remote_2_13
|
||||||
|
|
|
||||||
3
changelogs/fragments/409_update_azp_matrix.yml
Normal file
3
changelogs/fragments/409_update_azp_matrix.yml
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
---
|
||||||
|
trivial:
|
||||||
|
- CI - Update AZP CI matrix (https://github.com/ansible-collections/ansible.posix/issues/408).
|
||||||
Loading…
Reference in a new issue