mirror of https://github.com/ansible/ansible.git
ansible-test: add skip/windows/... alias to skip tests on specific Windows versions (#46845)
* ansible-test: add skip/windows/... alias to skip tests on specific Windows versions
* show what tests were skipped
* changes to logic to only skip if all Windows targets are set to skip
* codestyle improvements
* change warning message based on review
* check args type before running the Windows path
(cherry picked from commit 0f5331645f
)
pull/47088/head
parent
f16bb4daf4
commit
377540348c
@ -1,2 +1,3 @@
|
||||
shippable/windows/group3
|
||||
unstable
|
||||
skip/windows/2008 # httptester requires SSH which doesn't work with 2008
|
||||
|
Loading…
Reference in New Issue