File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -112,8 +112,7 @@ jobs:
112
112
integration-tests :
113
113
machine :
114
114
image : ubuntu-2004:202107-02
115
- # This is super nice and works like a charm BUT unfortunately it is now explicitly disabled on the free plan. Pitty
116
- # docker_layer_caching: true
115
+ docker_layer_caching : true
117
116
environment :
118
117
COMPOSE_FILE : " .circleci/docker-compose.yml"
119
118
steps :
@@ -190,6 +189,7 @@ jobs:
190
189
upgrade-tests :
191
190
machine :
192
191
image : ubuntu-2004:202107-02
192
+ docker_layer_caching : true
193
193
environment :
194
194
COMPOSE_FILE : " .circleci/docker-compose.yml"
195
195
steps :
@@ -236,7 +236,9 @@ jobs:
236
236
destination : logs
237
237
238
238
production-stack-tests :
239
- machine : true
239
+ machine :
240
+ image : ubuntu-2004:202107-02
241
+ docker_layer_caching : true
240
242
environment :
241
243
COMPOSE_FILE : " docker-compose.yml:.circleci/docker-compose.test-prod-db.yaml"
242
244
steps :
You can’t perform that action at this time.
0 commit comments