Skip to content
Snippets Groups Projects
Verified Commit b09f45f7 authored by Konrad Botor's avatar Konrad Botor
Browse files

Made jobs interruptible by default - ref. #4

parent 5c42c801
No related branches found
No related tags found
1 merge request!27Resolve "Make jobs interruptible by default"
Pipeline #77702 passed
default:
interruptible: true
timeout: 1 hour
artifacts:
when: always
......
......@@ -12,7 +12,6 @@ include:
DOCKER_DRIVER: overlay2
DOCKER_TLS_CERTDIR: "/certs"
image: registry.gitlab.syncad.com/hive/common-ci-configuration/docker-builder:${DOCKER_BUILDER_TAG}
interruptible: true
before_script:
- |
echo -e "\e[0Ksection_start:$(date +%s):buildkit_config[collapsed=true]\r\e[0KConfiguring Docker BuildKit..."
......@@ -26,7 +25,6 @@ include:
.docker_image_cleanup_job_template:
extends: .job-defaults
image: registry.gitlab.syncad.com/hive/common-ci-configuration/image-remover:${IMAGE_REMOVER_TAG}
interruptible: true
variables:
REGISTRY: $CI_REGISTRY_IMAGE
REGISTRY_PASS: ""
......
......@@ -18,7 +18,6 @@ variables:
.configuration_template:
image: "${PYTHON_IMAGE}"
interruptible: true
before_script:
- poetry env use python3 # create virtualenv if not exists
- source $(poetry env info --path)/bin/activate # activate that virtualenv
......
......@@ -33,7 +33,6 @@ include:
JUNIT_REPORT: "report.xml" # should be ovverided by derived jobs
PYTEST_BASED_IMAGE_NAME: "" # "$CI_REGISTRY_IMAGE/ci-base-image$TEST_IMAGE_TAG"
POETRY_INSTALL_ROOT_DIR: "" # $CI_PROJECT_DIR/tests/hive-local-tools
interruptible: true
image: "${PYTEST_BASED_IMAGE_NAME}"
before_script:
......
......@@ -8,7 +8,6 @@ variables:
.wasm_build_job_template:
extends: .job-defaults
interruptible: true
variables:
# The directory containing sources to be built - it should be overrided by derived job
SOURCE_DIR: ""
......
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