chore(NA): use a n2-8-spot instance to build storybooks on prs as well (#168154)

This PR makes sure we use the more capable machine to build storybooks
on PRs as well.
This commit is contained in:
Tiago Costa 2023-10-06 13:49:24 +01:00 committed by GitHub
parent 932d5d78a1
commit 7bb722862b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,6 +2,6 @@ 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