From 0146ece038b4f4df9f704130570b0a3dbc83cda2 Mon Sep 17 00:00:00 2001 From: Edmund Kump Date: Wed, 8 Jul 2026 16:45:40 -0400 Subject: [PATCH 1/2] wip --- .gitlab/benchmarks.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab/benchmarks.yml b/.gitlab/benchmarks.yml index c9a2312842..24979a933e 100644 --- a/.gitlab/benchmarks.yml +++ b/.gitlab/benchmarks.yml @@ -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 @@ -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" From a063c12dd9eb20f407c090077a2d34dc6ebc46bc Mon Sep 17 00:00:00 2001 From: Edmund Kump Date: Thu, 9 Jul 2026 13:45:06 -0400 Subject: [PATCH 2/2] trigger CI