Skip to content

Commit f653d96

Browse files
ddyurchenkowatson
authored andcommitted
ci: disable legacy Gitlab exec in order to fix jobs failing with green status (#6097)
1 parent ce41497 commit f653d96

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

.gitlab/benchmarks.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@ variables:
2323
paths:
2424
- platform/artifacts/
2525
expire_in: 3 months
26-
variables:
27-
# Gitlab and BP specific env vars. Do not modify.
28-
KUBERNETES_SERVICE_ACCOUNT_OVERWRITE: dd-trace-js
29-
FF_USE_LEGACY_KUBERNETES_EXECUTION_STRATEGY: "true"
3026

3127
benchmarks-pr-comment:
3228
stage: benchmarks-pr-comment
@@ -38,9 +34,6 @@ benchmarks-pr-comment:
3834
- 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-js)
3935
- bp-runner bp-runner.pr-comment.yml --debug
4036
allow_failure: true
41-
variables:
42-
# Gitlab and BP specific env vars. Do not modify.
43-
KUBERNETES_SERVICE_ACCOUNT_OVERWRITE: dd-trace-js
4437

4538
check-big-regressions:
4639
stage: benchmarks-pr-comment
@@ -51,9 +44,6 @@ check-big-regressions:
5144
script:
5245
- 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-js)
5346
- bp-runner bp-runner.fail-on-regression.yml --debug
54-
variables:
55-
# Gitlab and BP specific env vars. Do not modify.
56-
KUBERNETES_SERVICE_ACCOUNT_OVERWRITE: dd-trace-js
5747

5848
benchmark:
5949
extends: .benchmarks

.gitlab/macrobenchmarks.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919
- platform/artifacts/
2020
expire_in: 3 months
2121
variables:
22-
FF_USE_LEGACY_KUBERNETES_EXECUTION_STRATEGY: "true"
23-
2422
K6_OPTIONS_WARMUP_RATE: 500
2523
K6_OPTIONS_WARMUP_DURATION: 1m
2624
K6_OPTIONS_WARMUP_GRACEFUL_STOP: 10s

0 commit comments

Comments
 (0)