Skip to content

Commit

Permalink
Enforce regression detector must pass on PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
scottopell committed Sep 20, 2024
1 parent 4673873 commit 8f08d5b
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .gitlab/functional_test/regression_detector.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,15 @@ single-machine-performance-regression_detector:
- outputs/report.html # for debugging, also on S3
when: always
variables:
SMP_VERSION: 0.16.0
SMP_VERSION: 0.17.2
# At present we require two artifacts to exist for the 'baseline' and the
# 'comparison'. We are guaranteed by the structure of the pipeline that
# 'comparison' exists, not so much with 'baseline' as it has to come from main
# merge pipeline run. This is solved in datadog-agent by updating a file in S3
# with the SHA of the merge base from main. It's solved in Vector by
# building Vector twice for each Regression Detector run.
#
# We allow failure for now. _Unfortunately_ this also means that if the
# Regression Detector finds a performance issue with a PR it will not be
# flagged.
allow_failure: true
allow_failure: false
script:
# Ensure output files exist for artifact downloads step
- mkdir outputs # Also needed for smp job sync step
Expand Down

0 comments on commit 8f08d5b

Please sign in to comment.