mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-12 07:35:31 +01:00
Merge pull request #237 from saito-hideki/issue/236
Update AZP config SUMMARY Fixes ansible-collections/overview#45 Fixes #236 DESCRIPTION The following changes are for the devel version test sections: Remove: fedora32 Remove: freebsd/11.4 Remove: rhel/8.3 Add: fedora34 Add: freebsd/13.0 Add: rhel/8.4 ISSUE TYPE Test Pull Request COMPONENT NAME CI Reviewed-by: Andrew Klychkov <aaklychkov@mail.ru> Reviewed-by: None <None>
This commit is contained in:
commit
18614bb82d
1 changed files with 6 additions and 6 deletions
|
|
@ -57,10 +57,10 @@ stages:
|
||||||
test: centos7
|
test: centos7
|
||||||
- name: CentOS 8
|
- name: CentOS 8
|
||||||
test: centos8
|
test: centos8
|
||||||
- name: Fedora 32
|
|
||||||
test: fedora32
|
|
||||||
- name: Fedora 33
|
- name: Fedora 33
|
||||||
test: fedora33
|
test: fedora33
|
||||||
|
- name: Fedora 34
|
||||||
|
test: fedora34
|
||||||
- name: openSUSE 15 py2
|
- name: openSUSE 15 py2
|
||||||
test: opensuse15py2
|
test: opensuse15py2
|
||||||
- name: openSUSE 15 py3
|
- name: openSUSE 15 py3
|
||||||
|
|
@ -161,12 +161,12 @@ stages:
|
||||||
test: macos/11.1
|
test: macos/11.1
|
||||||
- name: RHEL 7.9
|
- name: RHEL 7.9
|
||||||
test: rhel/7.9
|
test: rhel/7.9
|
||||||
- name: RHEL 8.3
|
- name: RHEL 8.4
|
||||||
test: rhel/8.3
|
test: rhel/8.4
|
||||||
- name: FreeBSD 11.4
|
|
||||||
test: freebsd/11.4
|
|
||||||
- name: FreeBSD 12.2
|
- name: FreeBSD 12.2
|
||||||
test: freebsd/12.2
|
test: freebsd/12.2
|
||||||
|
- name: FreeBSD 13.0
|
||||||
|
test: freebsd/13.0
|
||||||
- stage: Remote_2_11
|
- stage: Remote_2_11
|
||||||
displayName: Remote 2.11
|
displayName: Remote 2.11
|
||||||
dependsOn: []
|
dependsOn: []
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue