Skip to content

Commit 31f263f

Browse files
authored
fix(ci): disable legacy Gitlab exec in order to fix jobs failing with green status (#225)
1 parent ef97021 commit 31f263f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.gitlab/benchmarks.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,6 @@ benchmarks:
3030
UPSTREAM_BRANCH: $CI_COMMIT_REF_NAME # The branch or tag name for which project is built.
3131
UPSTREAM_COMMIT_SHA: $CI_COMMIT_SHA # The commit revision the project is built for.
3232

33-
KUBERNETES_SERVICE_ACCOUNT_OVERWRITE: dd-trace-cpp
34-
FF_USE_LEGACY_KUBERNETES_EXECUTION_STRATEGY: "true"
35-
3633
check-big-regressions:
3734
stage: benchmarks-report
3835
needs: [ benchmarks ]
@@ -50,5 +47,3 @@ check-big-regressions:
5047
export PATH="$PATH:/platform/steps"
5148
5249
bp-runner /platform/bp-runner.fail-on-regression.yml --debug
53-
variables:
54-
KUBERNETES_SERVICE_ACCOUNT_OVERWRITE: dd-trace-cpp

0 commit comments

Comments
 (0)