Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
51ba82d0
Commit
51ba82d0
authored
Oct 07, 2020
by
Dylan Griffith
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Upgrade Elasticsearch to 7.9.2 in CI
parent
bea93ce4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
.gitlab/ci/global.gitlab-ci.yml
.gitlab/ci/global.gitlab-ci.yml
+4
-2
No files found.
.gitlab/ci/global.gitlab-ci.yml
View file @
51ba82d0
...
...
@@ -87,7 +87,8 @@
-
name
:
postgres:11.6
command
:
[
"
postgres"
,
"
-c"
,
"
fsync=off"
,
"
-c"
,
"
synchronous_commit=off"
,
"
-c"
,
"
full_page_writes=off"
]
-
name
:
redis:4.0-alpine
-
name
:
elasticsearch:6.4.2
-
name
:
elasticsearch:7.9.2
command
:
[
"
elasticsearch"
,
"
-E"
,
"
discovery.type=single-node"
]
variables
:
POSTGRES_HOST_AUTH_METHOD
:
trust
...
...
@@ -97,7 +98,8 @@
-
name
:
postgres:12
command
:
[
"
postgres"
,
"
-c"
,
"
fsync=off"
,
"
-c"
,
"
synchronous_commit=off"
,
"
-c"
,
"
full_page_writes=off"
]
-
name
:
redis:4.0-alpine
-
name
:
elasticsearch:6.4.2
-
name
:
elasticsearch:7.9.2
command
:
[
"
elasticsearch"
,
"
-E"
,
"
discovery.type=single-node"
]
variables
:
POSTGRES_HOST_AUTH_METHOD
:
trust
...
...
Write
Preview
Markdown
is supported
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