🤖 sync with cloudalchemy/skeleton (SHA: e8ab4aa4): Merge pull request #12 from cloudalchemy/superq/update_mergify

This commit is contained in:
cloudalchemybot 2022-02-23 14:22:27 +00:00
parent 90e7172b1b
commit ec8d6e28c7
3 changed files with 7 additions and 2 deletions

View file

@ -5,6 +5,10 @@ executors:
python:
docker:
- image: cimg/python:3.10
python_large:
docker:
- image: cimg/python:3.9
resource_class: large
publisher:
docker:
- image: quay.io/cloudalchemy/publisher:latest
@ -20,7 +24,7 @@ jobs:
- run: flake8
test:
executor: python
executor: python_large
parameters:
ansible:
type: string

View file

@ -45,7 +45,7 @@ The role will search in the paths defined in `coredns_zone_files_paths` in the A
The preferred way of locally testing the role is to use Docker and [molecule](https://github.com/ansible-community/molecule) (v3.x). You will have to install Docker on your system. See "Get started" for a Docker package suitable to for your system. Running your tests is as simple as executing `molecule test`.
## Continuous Intergation
## Continuous Integration
Combining molecule and circle CI allows us to test how new PRs will behave when used with multiple ansible versions and multiple operating systems. This also allows use to create test scenarios for different role configurations. As a result we have a quite large test matrix which can take more time than local testing, so please be patient.

View file

@ -1,4 +1,5 @@
# temporarily lock versions of molecule and ansible-compat to avoid a bug:
# https://github.com/ansible-community/ansible-compat/issues/114
ansible-compat==0.5.0
molecule==3.5.2
molecule-docker