mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
[ci] remove diskSize definition in scout_tests.yml (#214122)
## Summary Trying to fix pipeline failure due to not enough disk space: ``` | 2025-03-12 10:47:33 UTC | Copying cached snapshots from /opt/buildkite-agent/.es-snapshot-cache/cache to .es/cache | 2025-03-12 10:47:48 UTC | cp: error writing '.es/cache/elasticsearch-9.0.0-SNAPSHOT-linux-x86_64.tar.gz': No space left on device | 2025-03-12 10:47:48 UTC | cp: error writing '.es/cache/elasticsearch-9.0.0-SNAPSHOT-linux-x86_64.tar.gz.meta': No space left on device | 2025-03-12 10:47:48 UTC | cp: error writing '.es/cache/elasticsearch-9.1.0-SNAPSHOT-linux-x86_64.tar.gz': No space left on device | 2025-03-12 10:47:48 UTC | cp: error writing '.es/cache/elasticsearch-9.1.0-SNAPSHOT-linux-x86_64.tar.gz.meta': No space left on device ```
This commit is contained in:
parent
591c5b73c0
commit
36c3409a67
1 changed files with 0 additions and 1 deletions
|
@ -3,7 +3,6 @@ steps:
|
|||
label: 'Scout Test Run Builder'
|
||||
agents:
|
||||
machineType: n2-standard-2
|
||||
diskSizeGb: 75
|
||||
timeout_in_minutes: 10
|
||||
env:
|
||||
SCOUT_CONFIGS_SCRIPT: '.buildkite/scripts/steps/test/scout_configs.sh'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue