Skip to content

Commit 1ff2148

Browse files
Fix interrupting running pipelines (#9090)
1 parent 6aa285f commit 1ff2148

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,6 @@ variables:
4141
description: "Enable flaky tests"
4242
value: "false"
4343

44-
default:
45-
interruptible: true
46-
4744
# trigger new commit cancel
4845
workflow:
4946
auto_cancel:
@@ -100,6 +97,7 @@ workflow:
10097

10198
default:
10299
tags: [ "arch:amd64" ]
100+
interruptible: true
103101

104102
.set_datadog_api_keys: &set_datadog_api_keys
105103
- export DATADOG_API_KEY_PROD=$(aws ssm get-parameter --region us-east-1 --name ci.dd-trace-java.DATADOG_API_KEY_PROD --with-decryption --query "Parameter.Value" --out text)

0 commit comments

Comments
 (0)