Commit 2de65767 authored by Albert Salim's avatar Albert Salim

Merge branch 'test-against-redis-5' into 'master'

Bump CI Redis dependency from 4.0 to 5.0 [RUN ALL RSPEC]

See merge request gitlab-org/gitlab!52669
parents 578ab1bb 6cfd707b
......@@ -75,7 +75,7 @@
services:
- name: postgres:11.6
command: ["postgres", "-c", "fsync=off", "-c", "synchronous_commit=off", "-c", "full_page_writes=off"]
- name: redis:4.0-alpine
- name: redis:5.0-alpine
variables:
POSTGRES_HOST_AUTH_METHOD: trust
......@@ -84,7 +84,7 @@
services:
- name: postgres:12
command: ["postgres", "-c", "fsync=off", "-c", "synchronous_commit=off", "-c", "full_page_writes=off"]
- name: redis:4.0-alpine
- name: redis:5.0-alpine
variables:
POSTGRES_HOST_AUTH_METHOD: trust
......@@ -93,7 +93,7 @@
services:
- name: postgres:11.6
command: ["postgres", "-c", "fsync=off", "-c", "synchronous_commit=off", "-c", "full_page_writes=off"]
- name: redis:4.0-alpine
- name: redis:5.0-alpine
- name: elasticsearch:7.9.2
command: ["elasticsearch", "-E", "discovery.type=single-node"]
variables:
......@@ -104,7 +104,7 @@
services:
- name: postgres:12
command: ["postgres", "-c", "fsync=off", "-c", "synchronous_commit=off", "-c", "full_page_writes=off"]
- name: redis:4.0-alpine
- name: redis:5.0-alpine
- name: elasticsearch:7.9.2
command: ["elasticsearch", "-E", "discovery.type=single-node"]
variables:
......
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