Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

Commit

Permalink
Use same BP env vars for pr-commenting and benchmarks jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
ddyurchenko committed Sep 29, 2023
1 parent f37d5a4 commit 30e7a40
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .gitlab/benchmarks.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
variables:
BASE_CI_IMAGE: 486234852809.dkr.ecr.us-east-1.amazonaws.com/ci/benchmarking-platform:dd-trace-js

# Benchmark's env variables. Modify to tweak benchmark parameters.
UNCONFIDENCE_THRESHOLD: "5.0"
MD_REPORT_ONLY_CHANGES: "1"

.benchmarks:
stage: benchmarks
when: on_success
Expand All @@ -18,10 +22,6 @@ variables:
- platform/artifacts/
expire_in: 3 months
variables:
# Benchmark's env variables. Modify to tweak benchmark parameters.
UNCONFIDENCE_THRESHOLD: "5.0"
MD_REPORT_ONLY_CHANGES: "1"

# Gitlab and BP specific env vars. Do not modify.
KUBERNETES_SERVICE_ACCOUNT_OVERWRITE: dd-trace-js
FF_USE_LEGACY_KUBERNETES_EXECUTION_STRATEGY: "true"
Expand Down

0 comments on commit 30e7a40

Please sign in to comment.