Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Pleroma
pleroma
Commits
798aa0c3
Verified
Commit
798aa0c3
authored
Nov 28, 2019
by
minibikini
Browse files
Use PosgreSQL v12 in the federated tests
parent
98990d2d
Pipeline
#20535
passed with stages
in 18 minutes and 13 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
798aa0c3
...
...
@@ -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
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment