Skip to content
Snippets Groups Projects
Commit feab7405 authored by Виталий Шунков's avatar Виталий Шунков
Browse files

ci: add retry if internal runner error

parent 28de10e3
No related branches found
No related tags found
1 merge request!1414sbroad import
......@@ -48,6 +48,13 @@ default:
image:
name: $BASE_IMAGE_NAME:$BASE_IMAGE_TAG
pull_policy: [always]
retry:
max: 1
when:
- scheduler_failure
- runner_system_failure
- stuck_or_timeout_failure
- api_failure
build-lib:
stage: build
......@@ -128,6 +135,10 @@ unit:
integration:
extends: [.test]
variables:
# k8s runner config
KUBERNETES_CPU_REQUEST: 6
KUBERNETES_MEMORY_REQUEST: "6Gi"
script:
- make test_integration
artifacts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment