mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
# Backport This will backport the following commits from `main` to `7.17`: - [[ci] Set elasticsearch snapshot build timeout (#144831)](https://github.com/elastic/kibana/pull/144831) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Jonathan Budzenski","email":"jon@elastic.co"},"sourceCommit":{"committedDate":"2022-11-08T18:07:37Z","message":"[ci] Set elasticsearch snapshot build timeout (#144831)\n\nWe had a few stalled builds that timed out after 1d. Successful builds\r\ntypically take 15m-18m. This sets the timeout 30 minutes.","sha":"62c62c3c2c3183afabfb125ec903e9acfd035361","branchLabelMapping":{"^v8.6.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Operations","release_note:skip","skip-ci","backport:all-open","v8.6.0"],"number":144831,"url":"https://github.com/elastic/kibana/pull/144831","mergeCommit":{"message":"[ci] Set elasticsearch snapshot build timeout (#144831)\n\nWe had a few stalled builds that timed out after 1d. Successful builds\r\ntypically take 15m-18m. This sets the timeout 30 minutes.","sha":"62c62c3c2c3183afabfb125ec903e9acfd035361"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v8.6.0","labelRegex":"^v8.6.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/144831","number":144831,"mergeCommit":{"message":"[ci] Set elasticsearch snapshot build timeout (#144831)\n\nWe had a few stalled builds that timed out after 1d. Successful builds\r\ntypically take 15m-18m. This sets the timeout 30 minutes.","sha":"62c62c3c2c3183afabfb125ec903e9acfd035361"}}]}] BACKPORT--> Co-authored-by: Jonathan Budzenski <jon@elastic.co>
This commit is contained in:
parent
9d1cc4c7f7
commit
eda3e0986e
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
steps:
|
||||
- command: .buildkite/scripts/steps/es_snapshots/build.sh
|
||||
label: Build ES Snapshot
|
||||
timeout_in_minutes: 30
|
||||
agents:
|
||||
queue: c2-8
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue