Merge branch 'use-pg-9.6.11-on-ci' into 'master'

Use PostgreSQL 9.6.11 in CI tests

See merge request gitlab-org/gitlab-ce!30270
This commit is contained in:
Stan Hu 2019-07-02 20:47:13 +00:00
commit 3814285bb2
3 changed files with 7 additions and 2 deletions

View File

@ -8,7 +8,7 @@
.use-pg: &use-pg
services:
- name: postgres:9.6
- name: postgres:9.6.11
command: ["postgres", "-c", "fsync=off", "-c", "synchronous_commit=off", "-c", "full_page_writes=off"]
- name: redis:alpine

View File

@ -1,6 +1,6 @@
.use-pg: &use-pg
services:
- name: postgres:9.6
- name: postgres:9.6.11
command: ["postgres", "-c", "fsync=off", "-c", "synchronous_commit=off", "-c", "full_page_writes=off"]
- name: redis:alpine

View File

@ -0,0 +1,5 @@
---
title: Use PostgreSQL 9.6.11 in CI tests
merge_request: 30270
author: Takuya Noguchi
type: other