Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tango
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira issues
Open Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LOFAR2.0
tango
Commits
6681ae2d
Commit
6681ae2d
authored
3 years ago
by
Corné Lukken
Browse files
Options
Downloads
Patches
Plain Diff
L2SS-559
: Change final job and reset elk docker changes for test
parent
6842247d
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!215
L2SS-559: Attempt to fix borky gitlab
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+5
-0
5 additions, 0 deletions
.gitlab-ci.yml
docker-compose/elk/Dockerfile
+1
-1
1 addition, 1 deletion
docker-compose/elk/Dockerfile
with
6 additions
and
1 deletion
.gitlab-ci.yml
+
5
−
0
View file @
6681ae2d
...
...
@@ -43,6 +43,9 @@ stages:
# - chmod u+x $CI_PROJECT_DIR/sbin/tag_and_push_docker_image.sh
# This suffers from only refs changes not working as expected:
# https://gitlab.com/gitlab-org/gitlab-foss/-/issues/55012
# Therefore we have to add `only: refs: - merge_requests` to all jobs that are
# only supposed to run on merge requests with file changes. However,
# two pipelines will spawn instead of one of which one tagged with 'detached`.
.base_docker_images_except
:
extends
:
.base_docker_images
except
:
...
...
@@ -63,6 +66,8 @@ docker_store_images_master_tag:
docker_store_images_changes
:
extends
:
.base_docker_store_images
only
:
refs
:
-
merge_requests
changes
:
-
docker-compose/.env
except
:
...
...
This diff is collapsed.
Click to expand it.
docker-compose/elk/Dockerfile
+
1
−
1
View file @
6681ae2d
FROM
sebp/elk
# Give more time for ElasticSearch to startup on our poor dev laptops
ENV
ES_CONNECT_RETRY=
9
0
ENV
ES_CONNECT_RETRY=
6
0
# Provide our logstash config
ADD
logstash /etc/logstash/
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment