mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[ci] bump memory for webpack bundle reports (#128667)
* [ci] bump memory for webpack bundle reports We're seeing intermittent out of memory errors when building platform plugins. This instance is comparatively undersized with other jobs that build platform plugins. This resizes the instance to add more memory. The higher core count will be utilized by the build plugin task and decrease build time. * use c2
This commit is contained in:
parent
7f4735f4d3
commit
68a2b7f27d
1 changed files with 1 additions and 1 deletions
|
@ -173,6 +173,6 @@ steps:
|
|||
- command: .buildkite/scripts/steps/webpack_bundle_analyzer/build_and_upload.sh
|
||||
label: 'Build Webpack Bundle Analyzer reports'
|
||||
agents:
|
||||
queue: n2-2
|
||||
queue: c2-4
|
||||
key: webpack_bundle_analyzer
|
||||
timeout_in_minutes: 60
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue