File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments