Commit 0768bd1b authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Ajusta valores de configuración

Reduce timeout de comprobación de despliegue.
Reduce concurrencia a 1, valor máximo por defecto de las instancias de
GitLab para trabajos paralelos en el mismo runner.
Aumenta máximo de runners simultáneos.
parent 2e8f0c56
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -13,6 +13,7 @@ variables:
  variables:
    STACK: ${PROJECT_PARENT_NAME}
    SERVICES_TO_CHECK: ${PROJECT_PARENT_NAME}_${CI_PROJECT_NAME}
    STATUS_CHECK_DELAY: 30

.deploy-development:
  variables:
+2 −2
Original line number Diff line number Diff line
@@ -10,8 +10,8 @@ REGISTER_LOCKED=false
REGISTER_RUN_UNTAGGED=true
RUNNER_NAME=redmic-gitlab-runner
RUNNER_TAG_LIST=custom-runner
RUNNER_LIMIT=2
RUNNER_REQUEST_CONCURRENCY=2
RUNNER_LIMIT=3
RUNNER_REQUEST_CONCURRENCY=1
RUNNER_OUTPUT_LIMIT=40960
RUNNER_EXECUTOR=docker