File tree Expand file tree Collapse file tree 2 files changed +0
-12
lines changed Expand file tree Collapse file tree 2 files changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -23,10 +23,6 @@ variables:
23
23
paths :
24
24
- platform/artifacts/
25
25
expire_in : 3 months
26
- variables :
27
- # Gitlab and BP specific env vars. Do not modify.
28
- KUBERNETES_SERVICE_ACCOUNT_OVERWRITE : dd-trace-js
29
- FF_USE_LEGACY_KUBERNETES_EXECUTION_STRATEGY : " true"
30
26
31
27
benchmarks-pr-comment :
32
28
stage : benchmarks-pr-comment
@@ -38,9 +34,6 @@ benchmarks-pr-comment:
38
34
- cd platform && (git init && git remote add origin https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.ddbuild.io/DataDog/benchmarking-platform && git pull origin dd-trace-js)
39
35
- bp-runner bp-runner.pr-comment.yml --debug
40
36
allow_failure : true
41
- variables :
42
- # Gitlab and BP specific env vars. Do not modify.
43
- KUBERNETES_SERVICE_ACCOUNT_OVERWRITE : dd-trace-js
44
37
45
38
check-big-regressions :
46
39
stage : benchmarks-pr-comment
@@ -51,9 +44,6 @@ check-big-regressions:
51
44
script :
52
45
- cd platform && (git init && git remote add origin https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.ddbuild.io/DataDog/benchmarking-platform && git pull origin dd-trace-js)
53
46
- bp-runner bp-runner.fail-on-regression.yml --debug
54
- variables :
55
- # Gitlab and BP specific env vars. Do not modify.
56
- KUBERNETES_SERVICE_ACCOUNT_OVERWRITE : dd-trace-js
57
47
58
48
benchmark :
59
49
extends : .benchmarks
Original file line number Diff line number Diff line change 19
19
- platform/artifacts/
20
20
expire_in : 3 months
21
21
variables :
22
- FF_USE_LEGACY_KUBERNETES_EXECUTION_STRATEGY : " true"
23
-
24
22
K6_OPTIONS_WARMUP_RATE : 500
25
23
K6_OPTIONS_WARMUP_DURATION : 1m
26
24
K6_OPTIONS_WARMUP_GRACEFUL_STOP : 10s
You can’t perform that action at this time.
0 commit comments