Skip to content

Commit

Permalink
hore: Configure ARTIFACTS_DIR to use for regression check
Browse files Browse the repository at this point in the history
  • Loading branch information
ddyurchenko authored and brettlangdon committed Jan 23, 2025
1 parent 3c5e650 commit 2df4d92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitlab/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ check-big-regressions:
tags: ["arch:amd64"]
image: $MICROBENCHMARKS_CI_IMAGE
script:
- export ARTIFACTS_DIR="$(pwd)/reports/"
- git config --global url."https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.ddbuild.io/DataDog/".insteadOf "https://github.com/DataDog/"
- git clone --branch dd-trace-py https://github.com/DataDog/benchmarking-platform /platform && cd /platform
- bp-runner bp-runner.fail-on-regression.yml --debug
Expand Down

0 comments on commit 2df4d92

Please sign in to comment.