Skip to content
Draft
Changes from all commits
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
4 changes: 2 additions & 2 deletions .gitlab/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ benchmarks:
UPSTREAM_REPO_URL: "https://github.com/DataDog/libdatadog" # The HTTP URL to the project's repository.

KUBERNETES_SERVICE_ACCOUNT_OVERWRITE: libdatadog
FF_USE_LEGACY_KUBERNETES_EXECUTION_STRATEGY: "true"
FF_USE_LEGACY_KUBERNETES_EXECUTION_STRATEGY: "false"

# Merges the parallel benchmark shards and posts a single PR comment. Each shard already uploaded its
# own results to S3 / the Benchmarking API with correct per-run metadata; this job only assembles the
Expand Down Expand Up @@ -154,4 +154,4 @@ benchmarks_combine:
UPSTREAM_REPO_URL: "https://github.com/DataDog/libdatadog"

KUBERNETES_SERVICE_ACCOUNT_OVERWRITE: libdatadog
FF_USE_LEGACY_KUBERNETES_EXECUTION_STRATEGY: "true"
FF_USE_LEGACY_KUBERNETES_EXECUTION_STRATEGY: "false"
Loading