[8.9] chore(NA): use a n2-8-spot instance to build storybooks (#162200) (#162352)

This is a backport from https://github.com/elastic/kibana/pull/162200
This commit is contained in:
Tiago Costa 2023-07-21 14:54:51 +01:00 committed by GitHub
parent 337d636938
commit d4eabcd258
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -139,7 +139,7 @@ steps:
- command: .buildkite/scripts/steps/storybooks/build_and_upload.sh
label: 'Build Storybooks'
agents:
queue: n2-4-spot
queue: n2-8-spot
key: storybooks
timeout_in_minutes: 60
retry:

View file

@ -42,7 +42,7 @@ const STORYBOOKS = [
'lists',
'observability',
'presentation',
'security_solution',
// 'security_solution', => This build is error out and failing CI. SEE: https://github.com/elastic/kibana/issues/162290
'serverless',
'shared_ux',
'triggers_actions_ui',