From d82298556235f5eb125701eeeaf5efada0145e48 Mon Sep 17 00:00:00 2001 From: Dmytro Yurchenko Date: Tue, 15 Jul 2025 11:44:10 +0200 Subject: [PATCH] fix(ci): disable legacy Gitlab exec in order to fix jobs failing with green status --- .gitlab/benchmarks.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.gitlab/benchmarks.yml b/.gitlab/benchmarks.yml index ebde96a7..5a917e5f 100644 --- a/.gitlab/benchmarks.yml +++ b/.gitlab/benchmarks.yml @@ -30,9 +30,6 @@ benchmarks: UPSTREAM_BRANCH: $CI_COMMIT_REF_NAME # The branch or tag name for which project is built. UPSTREAM_COMMIT_SHA: $CI_COMMIT_SHA # The commit revision the project is built for. - KUBERNETES_SERVICE_ACCOUNT_OVERWRITE: dd-trace-cpp - FF_USE_LEGACY_KUBERNETES_EXECUTION_STRATEGY: "true" - check-big-regressions: stage: benchmarks-report needs: [ benchmarks ] @@ -50,5 +47,3 @@ check-big-regressions: export PATH="$PATH:/platform/steps" bp-runner /platform/bp-runner.fail-on-regression.yml --debug - variables: - KUBERNETES_SERVICE_ACCOUNT_OVERWRITE: dd-trace-cpp