try a fix for the tests in pipelines; add collections cache

This commit is contained in:
Lee Goolsbee
2022-09-08 12:51:58 -05:00
parent 2188338a53
commit 4d7b2c57f0
40 changed files with 175 additions and 17 deletions

View File

@@ -9,6 +9,8 @@ options:
size: 2x
definitions:
caches:
ansible-collections: ansible_collections
services:
docker:
memory: 4096
@@ -36,6 +38,8 @@ pipelines:
{% for spath in scenario_paths %}
- step:
name: {{ spath.parts[2] }}/{{ spath.parts[4] }}
caches:
- ansible-collections
services:
- docker
script: