upstream CI: Add support for testing ansible-freeipa as a collection.

Provide a pipeline to test ansible-freeipa as an Ansible Galaxy
collection. The tests will use 'utils/build-galaxy-release.sh' to
create the galaxy release file, install it as a collection, and run
the tests in it, which were modified to use FQCN.

The tests will run only on 'fedora-latest' for each PR, and on all
platforms for nightly and weekly tests.
This commit is contained in:
Rafael Guterres Jeffman
2022-05-06 10:59:45 -03:00
parent fdfea1b6fb
commit f44dc55b90
5 changed files with 232 additions and 0 deletions

View File

@@ -18,6 +18,17 @@ stages:
scenario: fedora-latest
ansible_version: "-core >=2.12,<2.13"
# Galaxy on Fedora
- stage: Galaxy_Fedora_Latest
dependsOn: []
jobs:
- template: templates/galaxy_tests.yml
parameters:
build_number: $(Build.BuildNumber)
scenario: fedora-latest
ansible_version: "-core >=2.12,<2.13"
# CentOS 9 Stream
- stage: CentOS_9_Stream