Skip to content

Commit

Permalink
[ci] More resources for check oas snapshot (#198433)
Browse files Browse the repository at this point in the history
This step doesn't have enough CPU/memory for the number of processes
running.

(cherry picked from commit a0a4b42)
  • Loading branch information
jbudz committed Oct 30, 2024
1 parent 85090ca commit 848cdcd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .buildkite/pipelines/on_merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ steps:
image: family/kibana-ubuntu-2004
imageProject: elastic-images-prod
provider: gcp
machineType: n2-standard-2
machineType: n2-standard-4
preemptible: true
timeout_in_minutes: 60
retry:
Expand Down
2 changes: 1 addition & 1 deletion .buildkite/pipelines/pull_request/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ steps:
- command: .buildkite/scripts/steps/checks/capture_oas_snapshot.sh
label: 'Check OAS Snapshot'
agents:
machineType: n2-standard-2
machineType: n2-standard-4
preemptible: true
timeout_in_minutes: 60
retry:
Expand Down

0 comments on commit 848cdcd

Please sign in to comment.