mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
Divide Windows integration tests into 2 groups. (#29029)
* Divide Windows integration tests into 2 groups. * Support `none` for `--changed-all-target`. * Run 2 separate Windows groups on Shippable. * Only run smoketest and minimal for the group1 job.
This commit is contained in:
@@ -98,6 +98,8 @@ def categorize_changes(args, paths, verbose_command=None):
|
||||
commands[command].add(target)
|
||||
|
||||
for command in commands:
|
||||
commands[command].discard('none')
|
||||
|
||||
if any(t == 'all' for t in commands[command]):
|
||||
commands[command] = set(['all'])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user