Skip to content

Commit c83f748

Browse files
committed
fix: right folder
1 parent 0b185eb commit c83f748

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

.gitlab/benchmarks.yml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -32,27 +32,14 @@ benchmarks:
3232
KUBERNETES_SERVICE_ACCOUNT_OVERWRITE: dd-trace-cpp
3333
FF_USE_LEGACY_KUBERNETES_EXECUTION_STRATEGY: "true"
3434

35-
benchmarks-pr-comment:
36-
stage: benchmarks-gate
37-
needs: [ benchmarks ]
38-
when: on_success
39-
tags: ["arch:amd64"]
40-
image: $BENCHMARKS_CI_IMAGE
41-
script:
42-
- cd platform && (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)
43-
- bp-runner bp-runner.pr-comment.yml --debug
44-
allow_failure: true
45-
variables:
46-
KUBERNETES_SERVICE_ACCOUNT_OVERWRITE: dd-trace-cpp
47-
4835
check-big-regressions:
4936
stage: benchmarks-gate
5037
needs: [ benchmarks ]
5138
when: on_success
5239
tags: ["arch:amd64"]
5340
image: $BENCHMARKS_CI_IMAGE
5441
script:
55-
- cd platform && (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)
42+
- 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)
5643
- bp-runner bp-runner.fail-on-regression.yml --debug
5744
variables:
5845
KUBERNETES_SERVICE_ACCOUNT_OVERWRITE: dd-trace-cpp

0 commit comments

Comments
 (0)