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 e7120b3 commit 8d9d6baCopy full SHA for 8d9d6ba
.gitlab/benchmarks.yml
@@ -6,7 +6,10 @@ benchmarks:
6
when: on_success
7
tags: ["runner:apm-k8s-tweaked-metal"]
8
image: $BENCHMARKS_CI_IMAGE
9
- interruptible: true
+ rules:
10
+ - if: $CI_COMMIT_BRANCH == "main"
11
+ interruptible: false
12
+ - interruptible: true
13
timeout: 15m
14
script:
15
- export ARTIFACTS_DIR="$(pwd)/reports" && (mkdir "${ARTIFACTS_DIR}" || :)
@@ -38,7 +41,10 @@ check-big-regressions:
38
41
stage: benchmarks-report
39
42
needs: [ benchmarks ]
40
43
- allow_failure: false
44
45
46
47
48
tags: ["arch:amd64"]
49
50
script: |
0 commit comments