Add macOS 11 to CI (#72622)
* Fix connection_paramiko_ssh test for macOS 11 * Update Azure Pipelines config * Add changelog
This commit is contained in:
parent
264e08f21a
commit
a7e834071c
7 changed files with 7 additions and 2 deletions
|
@ -87,8 +87,8 @@ stages:
|
||||||
- template: templates/matrix.yml
|
- template: templates/matrix.yml
|
||||||
parameters:
|
parameters:
|
||||||
targets:
|
targets:
|
||||||
- name: macOS 10.15
|
- name: macOS 11.1
|
||||||
test: macos/10.15
|
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.3
|
||||||
|
|
2
changelogs/fragments/ci-add-macos-11.yml
Normal file
2
changelogs/fragments/ci-add-macos-11.yml
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
minor_changes:
|
||||||
|
- ansible-test - add macOS 11.1 as a remote target (https://github.com/ansible/ansible/pull/72622)
|
|
@ -14,5 +14,6 @@
|
||||||
- "install-{{ ansible_distribution }}-{{ ansible_distribution_version }}-python-{{ ansible_python.version.major }}.yml"
|
- "install-{{ ansible_distribution }}-{{ ansible_distribution_version }}-python-{{ ansible_python.version.major }}.yml"
|
||||||
- "install-{{ ansible_distribution }}-{{ ansible_distribution_major_version }}-python-{{ ansible_python.version.major }}.yml"
|
- "install-{{ ansible_distribution }}-{{ ansible_distribution_major_version }}-python-{{ ansible_python.version.major }}.yml"
|
||||||
- "install-{{ ansible_os_family }}-{{ ansible_distribution_major_version }}-python-{{ ansible_python.version.major }}.yml"
|
- "install-{{ ansible_os_family }}-{{ ansible_distribution_major_version }}-python-{{ ansible_python.version.major }}.yml"
|
||||||
|
- "install-{{ ansible_os_family }}-python-{{ ansible_python.version.major }}.yml"
|
||||||
- "install-python-{{ ansible_python.version.major }}.yml"
|
- "install-python-{{ ansible_python.version.major }}.yml"
|
||||||
- "install-fail.yml"
|
- "install-fail.yml"
|
||||||
|
|
|
@ -11,6 +11,7 @@
|
||||||
- "uninstall-{{ ansible_distribution }}-{{ ansible_distribution_version }}-python-{{ ansible_python.version.major }}.yml"
|
- "uninstall-{{ ansible_distribution }}-{{ ansible_distribution_version }}-python-{{ ansible_python.version.major }}.yml"
|
||||||
- "uninstall-{{ ansible_distribution }}-{{ ansible_distribution_major_version }}-python-{{ ansible_python.version.major }}.yml"
|
- "uninstall-{{ ansible_distribution }}-{{ ansible_distribution_major_version }}-python-{{ ansible_python.version.major }}.yml"
|
||||||
- "uninstall-{{ ansible_os_family }}-{{ ansible_distribution_major_version }}-python-{{ ansible_python.version.major }}.yml"
|
- "uninstall-{{ ansible_os_family }}-{{ ansible_distribution_major_version }}-python-{{ ansible_python.version.major }}.yml"
|
||||||
|
- "uninstall-{{ ansible_os_family }}-python-{{ ansible_python.version.major }}.yml"
|
||||||
- "uninstall-{{ ansible_pkg_mgr }}-python-{{ ansible_python.version.major }}.yml"
|
- "uninstall-{{ ansible_pkg_mgr }}-python-{{ ansible_python.version.major }}.yml"
|
||||||
- "uninstall-{{ ansible_pkg_mgr }}.yml"
|
- "uninstall-{{ ansible_pkg_mgr }}.yml"
|
||||||
- "uninstall-fail.yml"
|
- "uninstall-fail.yml"
|
||||||
|
|
|
@ -3,6 +3,7 @@ freebsd/12.1 python=3.6,2.7 python_dir=/usr/local/bin
|
||||||
freebsd/12.2 python=3.7,2.7 python_dir=/usr/local/bin
|
freebsd/12.2 python=3.7,2.7 python_dir=/usr/local/bin
|
||||||
osx/10.11 python=2.7 python_dir=/usr/local/bin
|
osx/10.11 python=2.7 python_dir=/usr/local/bin
|
||||||
macos/10.15 python=3.8 python_dir=/usr/local/bin
|
macos/10.15 python=3.8 python_dir=/usr/local/bin
|
||||||
|
macos/11.1 python=3.9 python_dir=/usr/local/bin
|
||||||
rhel/7.6 python=2.7
|
rhel/7.6 python=2.7
|
||||||
rhel/7.8 python=2.7
|
rhel/7.8 python=2.7
|
||||||
rhel/7.9 python=2.7
|
rhel/7.9 python=2.7
|
||||||
|
|
Loading…
Reference in a new issue