Skip to content

Commit 30e7a40

Browse files
committed
Use same BP env vars for pr-commenting and benchmarks jobs
1 parent f37d5a4 commit 30e7a40

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.gitlab/benchmarks.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
variables:
22
BASE_CI_IMAGE: 486234852809.dkr.ecr.us-east-1.amazonaws.com/ci/benchmarking-platform:dd-trace-js
33

4+
# Benchmark's env variables. Modify to tweak benchmark parameters.
5+
UNCONFIDENCE_THRESHOLD: "5.0"
6+
MD_REPORT_ONLY_CHANGES: "1"
7+
48
.benchmarks:
59
stage: benchmarks
610
when: on_success
@@ -18,10 +22,6 @@ variables:
1822
- platform/artifacts/
1923
expire_in: 3 months
2024
variables:
21-
# Benchmark's env variables. Modify to tweak benchmark parameters.
22-
UNCONFIDENCE_THRESHOLD: "5.0"
23-
MD_REPORT_ONLY_CHANGES: "1"
24-
2525
# Gitlab and BP specific env vars. Do not modify.
2626
KUBERNETES_SERVICE_ACCOUNT_OVERWRITE: dd-trace-js
2727
FF_USE_LEGACY_KUBERNETES_EXECUTION_STRATEGY: "true"

0 commit comments

Comments
 (0)