Skip to content

Commit ec8d6e2

Browse files
🤖 sync with cloudalchemy/skeleton (SHA: e8ab4aa4): Merge pull request #12 from cloudalchemy/superq/update_mergify
1 parent 90e7172 commit ec8d6e2

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.circleci/config.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ executors:
55
python:
66
docker:
77
- image: cimg/python:3.10
8+
python_large:
9+
docker:
10+
- image: cimg/python:3.9
11+
resource_class: large
812
publisher:
913
docker:
1014
- image: quay.io/cloudalchemy/publisher:latest
@@ -20,7 +24,7 @@ jobs:
2024
- run: flake8
2125

2226
test:
23-
executor: python
27+
executor: python_large
2428
parameters:
2529
ansible:
2630
type: string

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ The role will search in the paths defined in `coredns_zone_files_paths` in the A
4545

4646
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`.
4747

48-
## Continuous Intergation
48+
## Continuous Integration
4949

5050
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.
5151

test-requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# temporarily lock versions of molecule and ansible-compat to avoid a bug:
2+
# https://github.com/ansible-community/ansible-compat/issues/114
23
ansible-compat==0.5.0
34
molecule==3.5.2
45
molecule-docker

0 commit comments

Comments
 (0)