[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:
Jonathan Budzenski 2022-03-28 13:39:18 -05:00 committed by GitHub
parent 7f4735f4d3
commit 68a2b7f27d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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