We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ec96e9 commit 041edc8Copy full SHA for 041edc8
.gitlab/macrobenchmarks.yml
@@ -11,11 +11,12 @@ include:
11
when: never
12
- if: ($NIGHTLY_BENCHMARKS || $CI_PIPELINE_SOURCE != "schedule") && $CI_COMMIT_REF_NAME == "master"
13
when: always
14
+ interruptible: false
15
- when: manual
16
+ interruptible: true
17
allow_failure: true
18
tags: ["runner:apm-k8s-same-cpu"]
19
needs: ["build"]
- interruptible: true
20
timeout: 1h
21
image: 486234852809.dkr.ecr.us-east-1.amazonaws.com/ci/benchmarking-platform:dd-trace-java-petclinic
22
script:
0 commit comments