We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f37d5a4 commit 30e7a40Copy full SHA for 30e7a40
.gitlab/benchmarks.yml
@@ -1,6 +1,10 @@
1
variables:
2
BASE_CI_IMAGE: 486234852809.dkr.ecr.us-east-1.amazonaws.com/ci/benchmarking-platform:dd-trace-js
3
4
+ # Benchmark's env variables. Modify to tweak benchmark parameters.
5
+ UNCONFIDENCE_THRESHOLD: "5.0"
6
+ MD_REPORT_ONLY_CHANGES: "1"
7
+
8
.benchmarks:
9
stage: benchmarks
10
when: on_success
@@ -18,10 +22,6 @@ variables:
18
22
- platform/artifacts/
19
23
expire_in: 3 months
20
24
21
- # Benchmark's env variables. Modify to tweak benchmark parameters.
- UNCONFIDENCE_THRESHOLD: "5.0"
- MD_REPORT_ONLY_CHANGES: "1"
-
25
# Gitlab and BP specific env vars. Do not modify.
26
KUBERNETES_SERVICE_ACCOUNT_OVERWRITE: dd-trace-js
27
FF_USE_LEGACY_KUBERNETES_EXECUTION_STRATEGY: "true"
0 commit comments