Skip to content

Commit 5bf274c

Browse files
committed
chore(ci): Disable failure but increase regression threshold (to be refined)
1 parent e6af269 commit 5bf274c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.gitlab/benchmarks.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ check-big-regressions:
7777
artifacts: true
7878
when: on_success
7979
tags: ["arch:amd64"]
80-
allow_failure: true # Exercise the job before making it mandatory
8180
# ARTIFACTS_DIR /go/src/github.com/DataDog/apm-reliability/dd-trace-java/reports/
8281
# need to convert them
8382
script:

.gitlab/benchmarks/bp-runner.fail-on-regression.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ experiments:
44
- name: Regression Check
55
run: fail_on_regression
66
# Applies on all scenarios
7-
regression_threshold: 10.0 # percents
7+
regression_threshold: 20.0 # percents

0 commit comments

Comments
 (0)