Skip to content

Commit 3883d56

Browse files
igoragolirochdev
authored andcommitted
ci: increase benchmarking jobs timeout to 30m (#6976)
1 parent b6a8fa7 commit 3883d56

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitlab/benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ variables:
1616
- if: $CI_COMMIT_BRANCH == 'master'
1717
interruptible: false
1818
- interruptible: true
19-
timeout: 15m # TODO: Fix worker queueing and reduce this.
19+
timeout: 30m # TODO: Reduce this once GitLab CI runner availability improves
2020
script:
2121
- git clone --branch dd-trace-js https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.ddbuild.io/DataDog/benchmarking-platform platform && cd platform
2222
- bp-runner bp-runner.yml --debug

.gitlab/macrobenchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ include:
1313
- interruptible: true
1414
tags: ["runner:apm-k8s-same-cpu"]
1515
needs: []
16-
timeout: 15m # TODO: Fix worker queueing and reduce this.
16+
timeout: 15m # TODO: Reduce this once GitLab CI runner availability improves
1717
image: 486234852809.dkr.ecr.us-east-1.amazonaws.com/ci/benchmarking-platform:js-hapi
1818
script:
1919
- git clone --branch js/hapi https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.ddbuild.io/DataDog/benchmarking-platform platform && cd platform

0 commit comments

Comments
 (0)