Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
fix: Disable legacy Gitlab exec in order to fix jobs failing with gre…
…en status
  • Loading branch information
ddyurchenko committed Jun 30, 2025
commit 85a5ccf980685192907546233d55e6652f788344
3 changes: 0 additions & 3 deletions .gitlab/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@
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-java
FF_USE_LEGACY_KUBERNETES_EXECUTION_STRATEGY: "true"

benchmarks-startup:
extends: .benchmarks
script:
Expand Down
2 changes: 0 additions & 2 deletions .gitlab/macrobenchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@
- platform/artifacts/
expire_in: 3 months
variables:
FF_USE_LEGACY_KUBERNETES_EXECUTION_STRATEGY: "true"

K6_OPTIONS_WARMUP_RATE: 2000
K6_OPTIONS_WARMUP_DURATION: 5m
K6_OPTIONS_WARMUP_GRACEFUL_STOP: 10s
Expand Down