diff --git a/.gitlab/benchmarks/dsm-throughput.yml b/.gitlab/benchmarks/dsm-throughput.yml index 2a550c13d738..a19291fca871 100644 --- a/.gitlab/benchmarks/dsm-throughput.yml +++ b/.gitlab/benchmarks/dsm-throughput.yml @@ -44,8 +44,5 @@ dsm_throughput: paths: - artifacts/ expire_in: 3 months - variables: - KUBERNETES_SERVICE_ACCOUNT_OVERWRITE: dd-trace-dotnet - FF_USE_LEGACY_KUBERNETES_EXECUTION_STRATEGY: "true" rules: - when: on_success diff --git a/.gitlab/benchmarks/macrobenchmarks.yml b/.gitlab/benchmarks/macrobenchmarks.yml index fd298793fe7d..467faec43f77 100644 --- a/.gitlab/benchmarks/macrobenchmarks.yml +++ b/.gitlab/benchmarks/macrobenchmarks.yml @@ -60,7 +60,6 @@ update-bp-infra: rules: - when: manual variables: - FF_USE_LEGACY_KUBERNETES_EXECUTION_STRATEGY: "true" AWS_REGION: "us-east-1" CLEANUP: "false" AWS_EPHEMERAL_INFRA_PROFILE_SSM_PARAMETER: "ci.dd-trace-dotnet.ephemeral-infra-ci.dd-trace-dotnet-profile" @@ -98,8 +97,6 @@ update-bp-infra: - artifacts/ expire_in: 3 months variables: - FF_USE_LEGACY_KUBERNETES_EXECUTION_STRATEGY: "true" - K6_OPTIONS_WARMUP_RATE: 14000 K6_OPTIONS_WARMUP_DURATION: 3m K6_OPTIONS_WARMUP_GRACEFUL_STOP: 10s @@ -282,8 +279,6 @@ profiler_cpu_timer_create: - artifacts/ expire_in: 3 months variables: - FF_USE_LEGACY_KUBERNETES_EXECUTION_STRATEGY: "true" - K6_OPTIONS_WARMUP_RATE: 14000 K6_OPTIONS_WARMUP_DURATION: 3m K6_OPTIONS_WARMUP_GRACEFUL_STOP: 10s @@ -472,8 +467,6 @@ profiler_cpu_timer_create-arm64: - artifacts/ expire_in: 3 months variables: - FF_USE_LEGACY_KUBERNETES_EXECUTION_STRATEGY: "true" - # Whether to cleanup ephemeral instances after benchmarks are run CLEANUP: "true" diff --git a/.gitlab/benchmarks/microbenchmarks.yml b/.gitlab/benchmarks/microbenchmarks.yml index 2dea3744780e..3483b7229b72 100644 --- a/.gitlab/benchmarks/microbenchmarks.yml +++ b/.gitlab/benchmarks/microbenchmarks.yml @@ -38,7 +38,6 @@ update-bp-infra: rules: - when: manual variables: - FF_USE_LEGACY_KUBERNETES_EXECUTION_STRATEGY: "true" AWS_REGION: "us-east-1" CLEANUP: "false" AWS_EPHEMERAL_INFRA_PROFILE_SSM_PARAMETER: "ci.dd-trace-dotnet.ephemeral-infra-ci.dd-trace-dotnet-profile" @@ -69,7 +68,6 @@ run-benchmarks: rules: - when: on_success variables: - FF_USE_LEGACY_KUBERNETES_EXECUTION_STRATEGY: "true" AWS_REGION: "us-east-1" CLEANUP: "false" AWS_EPHEMERAL_INFRA_PROFILE_SSM_PARAMETER: "ci.dd-trace-dotnet.ephemeral-infra-ci.dd-trace-dotnet-profile" @@ -101,7 +99,6 @@ upload-to-bp-ui: rules: - when: manual variables: - FF_USE_LEGACY_KUBERNETES_EXECUTION_STRATEGY: "true" AWS_REGION: "us-east-1" CLEANUP: "false" AWS_EPHEMERAL_INFRA_PROFILE_SSM_PARAMETER: "ci.dd-trace-dotnet.ephemeral-infra-ci.dd-trace-dotnet-profile"