File tree Expand file tree Collapse file tree 1 file changed +1
-14
lines changed
Expand file tree Collapse file tree 1 file changed +1
-14
lines changed Original file line number Diff line number Diff 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-
4835check-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
You can’t perform that action at this time.
0 commit comments