Skip to content

Commit

Permalink
[8.11] chore(NA): use a n2-8-spot instance to build storybooks on prs…
Browse files Browse the repository at this point in the history
… as well (#168154) (#168216)

# Backport

This will backport the following commits from `main` to `8.11`:
- [chore(NA): use a n2-8-spot instance to build storybooks on prs as
well (#168154)](#168154)

<!--- Backport version: 8.9.7 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Tiago
Costa","email":"[email protected]"},"sourceCommit":{"committedDate":"2023-10-06T12:49:24Z","message":"chore(NA):
use a n2-8-spot instance to build storybooks on prs as well
(#168154)\n\nThis PR makes sure we use the more capable machine to build
storybooks\r\non PRs as
well.","sha":"7bb722862bc791fa9e9239a8910e6880a9b8b4c3","branchLabelMapping":{"^v8.12.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["chore","Team:Operations","release_note:skip","backport:prev-minor","ci:build-storybooks","v8.12.0"],"number":168154,"url":"https://github.com/elastic/kibana/pull/168154","mergeCommit":{"message":"chore(NA):
use a n2-8-spot instance to build storybooks on prs as well
(#168154)\n\nThis PR makes sure we use the more capable machine to build
storybooks\r\non PRs as
well.","sha":"7bb722862bc791fa9e9239a8910e6880a9b8b4c3"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v8.12.0","labelRegex":"^v8.12.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/168154","number":168154,"mergeCommit":{"message":"chore(NA):
use a n2-8-spot instance to build storybooks on prs as well
(#168154)\n\nThis PR makes sure we use the more capable machine to build
storybooks\r\non PRs as
well.","sha":"7bb722862bc791fa9e9239a8910e6880a9b8b4c3"}}]}] BACKPORT-->

Co-authored-by: Tiago Costa <[email protected]>
  • Loading branch information
kibanamachine and mistic authored Oct 6, 2023
1 parent 8bcb550 commit 39d391c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/pipelines/pull_request/storybooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 39d391c

Please sign in to comment.