From 58cfcc658f7964286dcb6073d28c54fc57c8aa94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9cate=20Moonlight?= Date: Mon, 22 Feb 2021 08:54:53 +0100 Subject: Make the CI jobs interruptible closes #19362 --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 849b4f4c39..fd25f5ad6d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -35,6 +35,8 @@ variables: # -0 34.40s 156 MB # XZ_OPT: "-1" +default: + interruptible: true stages: - tool-lint # Source linting of the tools -- cgit v1.2.1