NOTE: The information provided here is out of date and there is currently no automated end to end testing.
To increase code quality of the playbooks, roles and modules, the project is using an extensive CI pipeline for automated testing. In a nutshell we do the following tests:
run ansible-lint on each playbook, role and the collection
build the Ansible SSA Collection
build the execution environment
publish the execution environment on Quay (access to this repository requires a Red Hat Employee account)
run a job on automation controller which deploys AAP on AWS, Azure and Google
notify all relevant activities on Slack
update the pages documentation which is automatically published on Ansible SSA Labs website
Each repository has a CI pipeline to triggers the following chain.
There is an installation of Red Hat Ansible Automation Platform which is called to launch a CI workflow. The Workflow will run the playbook-rhaap on AWS, Azure and Google Cloud in parallel. After each playbook-rhaap.yml run, the cloud resources will be removed by launching the playbook with the remove=true extra variable.