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:
commit
3814285bb2
3 changed files with 7 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
5
changelogs/unreleased/use-pg-9-6-11-on-ci.yml
Normal file
5
changelogs/unreleased/use-pg-9-6-11-on-ci.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: Use PostgreSQL 9.6.11 in CI tests
|
||||
merge_request: 30270
|
||||
author: Takuya Noguchi
|
||||
type: other
|
Loading…
Reference in a new issue