mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Ignore platform_agnostic.yaml in ansible-test.
This commit is contained in:
parent
267d0fb400
commit
fad469efca
1 changed files with 3 additions and 0 deletions
|
@ -373,6 +373,9 @@ class PathMapper(object):
|
||||||
if self.prefixes.get(name) == 'network' and ext == '.yaml':
|
if self.prefixes.get(name) == 'network' and ext == '.yaml':
|
||||||
return minimal # network integration test playbooks are not used by ansible-test
|
return minimal # network integration test playbooks are not used by ansible-test
|
||||||
|
|
||||||
|
if filename == 'platform_agnostic.yaml':
|
||||||
|
return minimal # network integration test playbook not used by ansible-test
|
||||||
|
|
||||||
return {
|
return {
|
||||||
'integration': 'all',
|
'integration': 'all',
|
||||||
'windows-integration': 'all',
|
'windows-integration': 'all',
|
||||||
|
|
Loading…
Reference in a new issue