From 75ca11a1fbfef445ef82e7946ef14bf1b0a1a60f Mon Sep 17 00:00:00 2001 From: Whitney Armstrong <warmstrong@anl.gov> Date: Sat, 14 Aug 2021 01:23:03 -0500 Subject: [PATCH] Removing interruptible jobs from the default. - When there is activity, this causes the master pipeline to never finish. Not good. - ip6 triggers cancel current pipeline too --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f6b2c7e2..399cb68f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,7 +11,6 @@ workflow: default: before_script: - source .local/bin/env.sh - interruptible: true artifacts: expire_in: 1 week paths: -- GitLab