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 f10147d commit cbcd395Copy full SHA for cbcd395
.gitlab/benchmarks.yml
@@ -9,13 +9,12 @@ variables:
9
.benchmarks:
10
stage: benchmarks
11
needs: [ ]
12
+ tags: ["runner:apm-k8s-m7i-metal"]
13
+ image: $MICROBENCHMARKS_CI_IMAGE
14
rules:
15
- if: '$CI_COMMIT_REF_NAME =~ /^graphite-base\/.*$/'
16
when: never
17
- when: on_success
- tags: ["runner:apm-k8s-m7i-metal"]
- image: $MICROBENCHMARKS_CI_IMAGE
18
- rules:
19
- if: $CI_COMMIT_BRANCH == 'master'
20
interruptible: false
21
- interruptible: true
0 commit comments