diff --git a/.buildkite/pipelines/on_merge.yml b/.buildkite/pipelines/on_merge.yml index 528abc4034926..726137ccbdb2d 100644 --- a/.buildkite/pipelines/on_merge.yml +++ b/.buildkite/pipelines/on_merge.yml @@ -263,6 +263,7 @@ steps: machineType: n2-standard-8 preemptible: true spotZones: us-central1-b,us-central1-c,us-central1-f + diskSizeGb: 105 key: storybooks depends_on: - build diff --git a/.buildkite/pipelines/pull_request/storybooks.yml b/.buildkite/pipelines/pull_request/storybooks.yml index 54bb9f4eadb6b..b9b8ef80ca7e3 100644 --- a/.buildkite/pipelines/pull_request/storybooks.yml +++ b/.buildkite/pipelines/pull_request/storybooks.yml @@ -5,6 +5,7 @@ steps: machineType: n2-standard-8 preemptible: true spotZones: us-central1-f,us-central1-c,us-central1-a + diskSizeGb: 105 key: storybooks timeout_in_minutes: 80 retry: