Add redundant pipeline cancelation

This commit is contained in:
Andrejs Cunskis 2022-11-10 10:11:10 +00:00 committed by Rémy Coutable
parent d92090dc0f
commit 2edc87da36
2 changed files with 16 additions and 0 deletions

View file

@ -8,6 +8,7 @@ workflow:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
default:
interruptible: true
image: ${BASE_BUILD_REGISTRY_IMAGE}/debian-bullseye-slim:docker-20.10.14-buildx-0.8
services:
- docker:20.10.14-dind
@ -28,5 +29,8 @@ variables:
DOCKER_HOST: tcp://docker:2375
BASE_BUILD_REGISTRY_IMAGE: registry.gitlab.com/gitlab-org/gitlab-build-images
dont-interrupt-me:
extends: .dont-interrupt-me
cache-chrome-chromium:
extends: .cache-google-chrome