projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
98990d2
)
Use PosgreSQL v12 in the federated tests
author
Egor Kislitsyn
<egor@kislitsyn.com>
Thu, 28 Nov 2019 16:08:13 +0000
(23:08 +0700)
committer
Egor Kislitsyn
<egor@kislitsyn.com>
Thu, 28 Nov 2019 16:08:13 +0000
(23:08 +0700)
.gitlab-ci.yml
patch
|
blob
|
history
diff --git
a/.gitlab-ci.yml
b/.gitlab-ci.yml
index 66fa806f86d1d6ecc62dce97973c20881d4d92a6..1a5df7f7ef05f3a7a4a830901d51555d6b6a7d41 100644
(file)
--- a/
.gitlab-ci.yml
+++ b/
.gitlab-ci.yml
@@
-58,7
+58,7
@@
unit-testing:
federated-testing:
stage: test
services:
- - name:
lainsoykaf/postgres-with-rum
+ - name:
minibikini/postgres-with-rum:12
alias: postgres
command: ["postgres", "-c", "fsync=off", "-c", "synchronous_commit=off", "-c", "full_page_writes=off"]
script: