summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakuya Noguchi <takninnovationresearch@gmail.com>2018-01-08 02:37:06 +0900
committerTakuya Noguchi <takninnovationresearch@gmail.com>2018-01-12 06:53:16 +0900
commit6aaf096e2fff10e12645e84d10d1b2fa4b11cf56 (patch)
treeae0ae1d3b6be96aac08b814d50dd8e2fb6f3a6d3
parentdf48758c69e5927a45fb70293c18a2ec82995d6c (diff)
downloadgitlab-ce-6aaf096e2fff10e12645e84d10d1b2fa4b11cf56.tar.gz
Add reason to keep postgresql 9.2 for CI
-rw-r--r--.gitlab-ci.yml3
-rw-r--r--changelogs/unreleased/41749-postgres-9-6-for-ci-tests.yml5
2 files changed, 8 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4f47d3f0171..c0fa010b121 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -61,6 +61,9 @@ stages:
.use-pg: &use-pg
services:
+ # As of Jan 2018, we don't have a strong reason to upgrade to 9.6 for CI yet,
+ # so using the least common denominator ensures backwards compatibility
+ # (as many users are still using 9.2).
- postgres:9.2
- redis:alpine
diff --git a/changelogs/unreleased/41749-postgres-9-6-for-ci-tests.yml b/changelogs/unreleased/41749-postgres-9-6-for-ci-tests.yml
new file mode 100644
index 00000000000..2a3d00f8e5f
--- /dev/null
+++ b/changelogs/unreleased/41749-postgres-9-6-for-ci-tests.yml
@@ -0,0 +1,5 @@
+---
+title: Add reason to keep postgresql 9.2 for CI
+merge_request: 16277
+author: Takuya Noguchi
+type: other