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 68c8d64 commit c558ae3Copy full SHA for c558ae3
.gitlab/benchmarks.yml
@@ -39,7 +39,8 @@ check-big-regressions:
39
tags: ["arch:amd64"]
40
image: $BENCHMARKS_CI_IMAGE
41
script:
42
- - export ARTIFACTS_DIR="$(pwd)/reports"
+ - export ARTIFACTS_DIR="$(pwd)/reports/"
43
+ - git config --global url."https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.ddbuild.io/DataDog/".insteadOf "https://github.com/DataDog/"
44
- 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)
45
- bp-runner bp-runner.fail-on-regression.yml --debug
46
variables:
0 commit comments