From 10ee8561c535f85cc0f9b9513e51452160d2160b Mon Sep 17 00:00:00 2001 From: Ralf Jung <jung@mpi-sws.org> Date: Sat, 5 Jun 2021 15:24:45 +0200 Subject: [PATCH] mark most jobs as interruptible --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 894fcc50..4b3f6b7f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,6 +24,7 @@ variables: .template: &template <<: *only_branches stage: build + interruptible: true tags: - fp script: @@ -49,6 +50,7 @@ build-coq.dev: build-coq.8.13.2: <<: *template + interruptible: false variables: OPAM_PINS: "coq version 8.13.2" MANGLE_NAMES: "1" -- GitLab