Commit d5bece50 authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Merge branch 'dev' into 'master'

Dev

See merge request redmic-project/gitlab-runner!3
parents 3657121f e00affb5
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -6,8 +6,6 @@ Deployment of a service to run GitLab CI/CD workloads

At first time, you must deploy `gitlab-runner-registrar` to configure and register a new runner instance. Then, deploy `gitlab-runner` (launching default deployment jobs) to receive jobs to run.

You must tell to your GitLab instance to use Docker in TLS mode before launching your jobs. Set `DOCKER_HOST=tcp://docker:2376` into your parent group or project.

## Delete old runners

Service will try to unregister old version of same runner being registered, before creating the new one.
+3 −4
Original line number Diff line number Diff line
@@ -10,16 +10,15 @@ REGISTER_LOCKED=false
REGISTER_RUN_UNTAGGED=true
RUNNER_NAME=redmic-gitlab-runner
RUNNER_TAG_LIST=custom-runner
RUNNER_LIMIT=1
RUNNER_REQUEST_CONCURRENCY=3
RUNNER_LIMIT=0
RUNNER_REQUEST_CONCURRENCY=1
RUNNER_OUTPUT_LIMIT=40960
RUNNER_EXECUTOR=docker
RUNNER_ENV=DOCKER_TLS_CERTDIR=/certs
RUNNER_ENV=DOCKER_TLS_CERTDIR=

DOCKER_IMAGE=alpine:latest
DOCKER_PRIVILEGED=true
DOCKER_DISABLE_CACHE=false
DOCKER_VOLUMES=/certs/client
DOCKER_NETWORK_MODE=gitlab-net
DOCKER_SHM_SIZE=1000000000
DOCKER_MEMORY=4g