mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-04 07:30:20 -07:00
Use subset of Windows tests for "all" tests. (#26830)
This commit is contained in:
parent
32914cac3b
commit
7931e11437
6 changed files with 81 additions and 57 deletions
|
@ -141,6 +141,7 @@ class IntegrationConfig(TestConfig):
|
|||
self.allow_destructive = args.allow_destructive if 'allow_destructive' in args else False # type: bool
|
||||
self.retry_on_error = args.retry_on_error # type: bool
|
||||
self.debug_strategy = args.debug_strategy # type: bool
|
||||
self.changed_all_target = args.changed_all_target # type: str
|
||||
self.tags = args.tags
|
||||
self.skip_tags = args.skip_tags
|
||||
self.diff = args.diff
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue