ansible/changelogs/fragments/ansible-test-remote-power.yml
Yanis Guenane 46d82179d8
Testing: Add support for CentOS Linux On Power platform (#68130)
* Testing: Add CentOS Linux On Power platform

* Add arch designation to remotes.

This avoids overloading the provider with the arch.

Also add a changelog entry.

Co-authored-by: Matt Clay <matt@mystile.com>
2020-04-15 16:22:17 -07:00

8 lines
699 B
YAML

minor_changes:
- ansible-test now supports the ``--remote power/centos/7`` platform option.
- ansible-test now supports skip aliases in the format ``skip/{platform}/{version}`` for the ``--remote`` option.
This is preferred over the older ``skip/{platform}{version}`` format which included no ``/`` between the platform and version.
- ansible-test now supports skip aliases in the format ``skip/{arch}/{platform}`` and ``skip/{arch}/{platform}/{version}`` where ``arch`` can be ``power``.
These aliases are only effective for the ``--remote`` option.
- ansible-test provides clearer error messages when failing to detect the provider to use with the ``--remote`` option.