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 c83f748 commit 68c8d64Copy full SHA for 68c8d64
.gitlab/benchmarks.yml
@@ -39,6 +39,7 @@ check-big-regressions:
39
tags: ["arch:amd64"]
40
image: $BENCHMARKS_CI_IMAGE
41
script:
42
+ - export ARTIFACTS_DIR="$(pwd)/reports"
43
- cd reports && (git init && git remote add origin https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.ddbuild.io/DataDog/benchmarking-platform && git pull origin dd-trace-cpp)
44
- bp-runner bp-runner.fail-on-regression.yml --debug
45
variables:
0 commit comments