Commit aae8168a authored by Stan Hu's avatar Stan Hu

Remove Elasticsearch from services for Geo 9.6 specs to save memory

Possible fix to #4259
parent 025bdb21
......@@ -68,11 +68,10 @@ stages:
- redis:alpine
- docker.elastic.co/elasticsearch/elasticsearch:5.5.2
.use-pg-9-6: &use-pg-9-6
.use-pg-9-6-no-elasticsearch: &use-pg-9-6-no-elasticsearch
services:
- postgres:9.6
- redis:alpine
- docker.elastic.co/elasticsearch/elasticsearch:5.5.2
.use-mysql: &use-mysql
services:
......@@ -124,7 +123,7 @@ stages:
.rspec-geo-pg-9-6: &rspec-metadata-pg-geo
<<: *rspec-metadata
<<: *use-pg-9-6
<<: *use-pg-9-6-no-elasticsearch
stage: test
script:
- export NO_KNAPSACK=1
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment