mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
# Backport This will backport the following commits from `main` to `9.0`: - [[ci] Bump jest disk to 80gb (#221116)](https://github.com/elastic/kibana/pull/221116) <!--- Backport version: 9.6.6 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Jon","email":"jon@elastic.co"},"sourceCommit":{"committedDate":"2025-05-21T13:08:56Z","message":"[ci] Bump jest disk to 80gb (#221116)","sha":"d5e2aa961c9220108e3b736e199fd0c7b86daf4d","branchLabelMapping":{"^v9.1.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Operations","release_note:skip","skip-ci","backport:all-open","v9.1.0"],"title":"[ci] Bump jest disk to 80gb","number":221116,"url":"https://github.com/elastic/kibana/pull/221116","mergeCommit":{"message":"[ci] Bump jest disk to 80gb (#221116)","sha":"d5e2aa961c9220108e3b736e199fd0c7b86daf4d"}},"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/221116","number":221116,"mergeCommit":{"message":"[ci] Bump jest disk to 80gb (#221116)","sha":"d5e2aa961c9220108e3b736e199fd0c7b86daf4d"}}]}] BACKPORT--> Co-authored-by: Jon <jon@elastic.co>
This commit is contained in:
parent
d41f5fca10
commit
6b45e699a7
1 changed files with 1 additions and 1 deletions
|
@ -487,7 +487,7 @@ export async function pickTestGroupRunOrder() {
|
|||
key: 'jest',
|
||||
agents: {
|
||||
...expandAgentQueue('n2-4-spot'),
|
||||
diskSizeGb: 75,
|
||||
diskSizeGb: 80,
|
||||
},
|
||||
retry: {
|
||||
automatic: [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue