mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 00:43:06 -06:00
try a fix for the tests in pipelines; add collections cache
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user