diff --git a/.gitlab/benchmarks.yml b/.gitlab/benchmarks.yml index 3f6716fd67b..09c91f57fc3 100644 --- a/.gitlab/benchmarks.yml +++ b/.gitlab/benchmarks.yml @@ -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: @@ -56,6 +53,7 @@ benchmarks-dacapo: benchmarks-post-results: extends: .benchmarks + tags: ["arch:amd64"] script: - !reference [ .benchmarks, script ] - ./steps/upload-results-to-s3.sh diff --git a/.gitlab/macrobenchmarks.yml b/.gitlab/macrobenchmarks.yml index 56e7a042511..b408b67ec94 100644 --- a/.gitlab/macrobenchmarks.yml +++ b/.gitlab/macrobenchmarks.yml @@ -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