mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Add macOS 11.1 tests (#1619)
* Add macOS 11.1 tests. * Hopefully fix virtualenv.sh problems.
This commit is contained in:
parent
52bb601f31
commit
74174f11ff
3 changed files with 6 additions and 2 deletions
|
@ -144,6 +144,8 @@ stages:
|
||||||
test: osx/10.11
|
test: osx/10.11
|
||||||
- name: macOS 10.15
|
- name: macOS 10.15
|
||||||
test: macos/10.15
|
test: macos/10.15
|
||||||
|
- name: macOS 11.1
|
||||||
|
test: macos/11.1
|
||||||
- name: RHEL 7.8
|
- name: RHEL 7.8
|
||||||
test: rhel/7.8
|
test: rhel/7.8
|
||||||
- name: RHEL 8.2
|
- name: RHEL 8.2
|
||||||
|
@ -164,8 +166,8 @@ stages:
|
||||||
parameters:
|
parameters:
|
||||||
testFormat: 2.10/{0}
|
testFormat: 2.10/{0}
|
||||||
targets:
|
targets:
|
||||||
- name: OS X 10.11
|
- name: macOS 11.1
|
||||||
test: osx/10.11
|
test: macos/11.1
|
||||||
- name: RHEL 8.2
|
- name: RHEL 8.2
|
||||||
test: rhel/8.2
|
test: rhel/8.2
|
||||||
- name: FreeBSD 12.1
|
- name: FreeBSD 12.1
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
set -eux
|
set -eux
|
||||||
|
|
||||||
|
export ANSIBLE_TEST_PREFER_VENV=1 # see https://github.com/ansible/ansible/pull/73000#issuecomment-757012395; can be removed once Ansible 2.9 and ansible-base 2.10 support has been dropped
|
||||||
source virtualenv.sh
|
source virtualenv.sh
|
||||||
|
|
||||||
# Requirements have to be installed prior to running ansible-playbook
|
# Requirements have to be installed prior to running ansible-playbook
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
set -eux
|
set -eux
|
||||||
|
|
||||||
|
export ANSIBLE_TEST_PREFER_VENV=1 # see https://github.com/ansible/ansible/pull/73000#issuecomment-757012395; can be removed once Ansible 2.9 and ansible-base 2.10 support has been dropped
|
||||||
source virtualenv.sh
|
source virtualenv.sh
|
||||||
|
|
||||||
# Requirements have to be installed prior to running ansible-playbook
|
# Requirements have to be installed prior to running ansible-playbook
|
||||||
|
|
Loading…
Reference in a new issue