mirror of https://github.com/ansible/ansible.git
Merge pull request #49203 from mattclay/bp-2.6
[stable-2.6] Backport test infra updates and test fixes.pull/49529/head
parent
cac34646d5
commit
438b5b82d3
@ -1,2 +1,3 @@
|
||||
shippable/posix/group2
|
||||
destructive
|
||||
skip/rhel
|
||||
|
||||
@ -1,4 +1,6 @@
|
||||
- include: "package.yml"
|
||||
when: "ansible_distribution_version not in passwordstore_skip_os.get(ansible_distribution, [])"
|
||||
- include: "tests.yml"
|
||||
when: "ansible_distribution_version not in passwordstore_skip_os.get(ansible_distribution, [])"
|
||||
- block:
|
||||
- include: "package.yml"
|
||||
- include: "tests.yml"
|
||||
when:
|
||||
- not (ansible_distribution == 'RedHat') # requires EPEL
|
||||
- not (ansible_distribution == 'CentOS' and ansible_distribution_version is version_compare('7', '<'))
|
||||
|
||||
@ -1,4 +1,3 @@
|
||||
freebsd/10.4
|
||||
freebsd/11.1
|
||||
osx/10.11
|
||||
rhel/7.5
|
||||
rhel/7.6
|
||||
|
||||
Loading…
Reference in New Issue