Skip to content

Commit 041edc8

Browse files
committed
set macrobenchmarking jobs to be interuptible outside master
1 parent 5ec96e9 commit 041edc8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.gitlab/macrobenchmarks.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,12 @@ include:
1111
when: never
1212
- if: ($NIGHTLY_BENCHMARKS || $CI_PIPELINE_SOURCE != "schedule") && $CI_COMMIT_REF_NAME == "master"
1313
when: always
14+
interruptible: false
1415
- when: manual
16+
interruptible: true
1517
allow_failure: true
1618
tags: ["runner:apm-k8s-same-cpu"]
1719
needs: ["build"]
18-
interruptible: true
1920
timeout: 1h
2021
image: 486234852809.dkr.ecr.us-east-1.amazonaws.com/ci/benchmarking-platform:dd-trace-java-petclinic
2122
script:

0 commit comments

Comments
 (0)