Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .buildkite/pipelines/pull_request/ftr_bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ steps:
- command: .buildkite/scripts/steps/ftr_bench.sh
label: 'FTR Bench'
agents:
machineType: c2d-standard-16
machineType: n4d-standard-16
zones: northamerica-northeast2-b,us-central1-c,us-central1-a
diskSizeGb: 200
key: ftr_bench
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const config: InitialBenchConfig = {
'x-pack/platform/test/functional/apps/lens/open_in_lens/dashboard/config.ts'
),
],
runs: 2,
runs: 1,
timeout: 10 * 300_000,
};

Expand Down