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 ef97021 commit 31f263fCopy full SHA for 31f263f
.gitlab/benchmarks.yml
@@ -30,9 +30,6 @@ benchmarks:
30
UPSTREAM_BRANCH: $CI_COMMIT_REF_NAME # The branch or tag name for which project is built.
31
UPSTREAM_COMMIT_SHA: $CI_COMMIT_SHA # The commit revision the project is built for.
32
33
- KUBERNETES_SERVICE_ACCOUNT_OVERWRITE: dd-trace-cpp
34
- FF_USE_LEGACY_KUBERNETES_EXECUTION_STRATEGY: "true"
35
-
36
check-big-regressions:
37
stage: benchmarks-report
38
needs: [ benchmarks ]
@@ -50,5 +47,3 @@ check-big-regressions:
50
47
export PATH="$PATH:/platform/steps"
51
48
52
49
bp-runner /platform/bp-runner.fail-on-regression.yml --debug
53
- variables:
54
0 commit comments