summaryrefslogtreecommitdiffstats
path: root/test/runner/lib/classification.py
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2017-09-06 00:32:26 +0200
committerGitHub <noreply@github.com>2017-09-06 00:32:26 +0200
commit8f4c8844c45990d7ab6bde116ab8f1884c629eda (patch)
treeb4add7303b578941a2f4cbb0e29240b73d0cb6c2 /test/runner/lib/classification.py
parentReplace rst extension with html in message (#29022) (diff)
downloadansible-8f4c8844c45990d7ab6bde116ab8f1884c629eda.tar.xz
ansible-8f4c8844c45990d7ab6bde116ab8f1884c629eda.zip
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.
Diffstat (limited to 'test/runner/lib/classification.py')
-rw-r--r--test/runner/lib/classification.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/runner/lib/classification.py b/test/runner/lib/classification.py
index c111232f4d..42fcfd56e5 100644
--- a/test/runner/lib/classification.py
+++ b/test/runner/lib/classification.py
@@ -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'])