File tree Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ variables:
13
13
tags : ["runner:apm-k8s-tweaked-metal"]
14
14
image : $MICROBENCHMARKS_CI_IMAGE
15
15
interruptible : true
16
- timeout : 20m
16
+ timeout : 15m # TODO: Fix worker queueing and reduce this.
17
17
script :
18
18
- git clone --branch dd-trace-js https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.ddbuild.io/DataDog/benchmarking-platform platform && cd platform
19
19
- bp-runner bp-runner.yml --debug
Original file line number Diff line number Diff line change @@ -7,17 +7,15 @@ include:
7
7
.macrobenchmarks :
8
8
stage : macrobenchmarks
9
9
rules :
10
- - if : ($NIGHTLY_BENCHMARKS || $CI_PIPELINE_SOURCE != "schedule") && $CI_COMMIT_REF_NAME == "master"
11
- when : always
10
+ - when : always
12
11
- when : manual
13
12
tags : ["runner:apm-k8s-same-cpu"]
14
13
needs : []
15
14
interruptible : true
16
- timeout : 1h
15
+ timeout : 15m # TODO: Fix worker queueing and reduce this.
17
16
image : 486234852809.dkr.ecr.us-east-1.amazonaws.com/ci/benchmarking-platform:js-hapi
18
17
script :
19
- # TODO: Revert to js/hapi after https://github.com/DataDog/benchmarking-platform/pull/199 is merged
20
- - git clone --branch rochdev/parallel-experiments https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.ddbuild.io/DataDog/benchmarking-platform platform && cd platform
18
+ - git clone --branch js/hapi https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.ddbuild.io/DataDog/benchmarking-platform platform && cd platform
21
19
- bp-runner bp-runner.$EXPERIMENT.yml --debug -t
22
20
artifacts :
23
21
name : " artifacts"
@@ -27,13 +25,13 @@ include:
27
25
expire_in : 3 months
28
26
variables :
29
27
K6_OPTIONS_WARMUP_RATE : 500
30
- K6_OPTIONS_WARMUP_DURATION : 1m
28
+ K6_OPTIONS_WARMUP_DURATION : 30s
31
29
K6_OPTIONS_WARMUP_GRACEFUL_STOP : 10s
32
30
K6_OPTIONS_WARMUP_PRE_ALLOCATED_VUS : 4
33
31
K6_OPTIONS_WARMUP_MAX_VUS : 4
34
32
35
33
K6_OPTIONS_NORMAL_OPERATION_RATE : 300
36
- K6_OPTIONS_NORMAL_OPERATION_DURATION : 10m
34
+ K6_OPTIONS_NORMAL_OPERATION_DURATION : 3m
37
35
K6_OPTIONS_NORMAL_OPERATION_GRACEFUL_STOP : 10s
38
36
K6_OPTIONS_NORMAL_OPERATION_PRE_ALLOCATED_VUS : 4
39
37
K6_OPTIONS_NORMAL_OPERATION_MAX_VUS : 4
You can’t perform that action at this time.
0 commit comments