File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed
Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 2727 UPSTREAM_BRANCH : $CI_COMMIT_REF_NAME # The branch or tag name for which project is built.
2828 UPSTREAM_COMMIT_SHA : $CI_COMMIT_SHA # The commit revision the project is built for.
2929
30- KUBERNETES_SERVICE_ACCOUNT_OVERWRITE : dd-trace-java
31- FF_USE_LEGACY_KUBERNETES_EXECUTION_STRATEGY : " true"
32-
3330benchmarks-startup :
3431 extends : .benchmarks
3532 script :
@@ -56,6 +53,7 @@ benchmarks-dacapo:
5653
5754benchmarks-post-results :
5855 extends : .benchmarks
56+ tags : ["arch:amd64"]
5957 script :
6058 - !reference [ .benchmarks, script ]
6159 - ./steps/upload-results-to-s3.sh
Original file line number Diff line number Diff line change 2222 - platform/artifacts/
2323 expire_in : 3 months
2424 variables :
25- FF_USE_LEGACY_KUBERNETES_EXECUTION_STRATEGY : " true"
26-
2725 K6_OPTIONS_WARMUP_RATE : 2000
2826 K6_OPTIONS_WARMUP_DURATION : 5m
2927 K6_OPTIONS_WARMUP_GRACEFUL_STOP : 10s
You can’t perform that action at this time.
0 commit comments