mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
# Backport This will backport the following commits from `main` to `8.x`: - [[ci] Increase Checks disk size (#209198)](https://github.com/elastic/kibana/pull/209198) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Jon","email":"jon@elastic.co"},"sourceCommit":{"committedDate":"2025-02-01T02:02:03Z","message":"[ci] Increase Checks disk size (#209198)","sha":"6cea13003ee6b6b4274a41f799d397211027d63d","branchLabelMapping":{"^v9.1.0$":"main","^v8.19.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","backport:prev-major","v9.1.0"],"title":"[ci] Increase Checks disk size","number":209198,"url":"https://github.com/elastic/kibana/pull/209198","mergeCommit":{"message":"[ci] Increase Checks disk size (#209198)","sha":"6cea13003ee6b6b4274a41f799d397211027d63d"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/209198","number":209198,"mergeCommit":{"message":"[ci] Increase Checks disk size (#209198)","sha":"6cea13003ee6b6b4274a41f799d397211027d63d"}}]}] BACKPORT--> Co-authored-by: Jon <jon@elastic.co>
This commit is contained in:
parent
87fd6415c8
commit
d3df7aaaec
2 changed files with 4 additions and 4 deletions
|
@ -55,7 +55,7 @@ steps:
|
|||
provider: gcp
|
||||
machineType: n2-standard-2
|
||||
preemptible: true
|
||||
diskSizeGb: 75
|
||||
diskSizeGb: 80
|
||||
timeout_in_minutes: 60
|
||||
retry:
|
||||
automatic:
|
||||
|
@ -117,7 +117,7 @@ steps:
|
|||
provider: gcp
|
||||
machineType: n2-standard-4
|
||||
preemptible: true
|
||||
diskSizeGb: 75
|
||||
diskSizeGb: 80
|
||||
timeout_in_minutes: 60
|
||||
retry:
|
||||
automatic:
|
||||
|
|
|
@ -41,7 +41,7 @@ steps:
|
|||
agents:
|
||||
machineType: n2-standard-2
|
||||
preemptible: true
|
||||
diskSizeGb: 75
|
||||
diskSizeGb: 80
|
||||
timeout_in_minutes: 60
|
||||
retry:
|
||||
automatic:
|
||||
|
@ -79,7 +79,7 @@ steps:
|
|||
agents:
|
||||
machineType: n2-standard-4
|
||||
preemptible: true
|
||||
diskSizeGb: 75
|
||||
diskSizeGb: 80
|
||||
key: check_oas_snapshot
|
||||
timeout_in_minutes: 60
|
||||
retry:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue