Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
23 changes: 14 additions & 9 deletions .buildkite/pipelines/on_merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,10 @@ steps:
image: family/kibana-ubuntu-2404
imageProject: elastic-images-prod
provider: gcp
machineType: n2-standard-8
machineType: n4d-standard-16
diskType: hyperdisk-balanced
preemptible: true
spotZones: northamerica-northeast2-b,us-central1-c,us-central1-a
spotZones: us-central1-c,us-central1-a
key: build
timeout_in_minutes: 60
retry:
Expand All @@ -52,10 +53,11 @@ steps:
image: family/kibana-ubuntu-2404
imageProject: elastic-images-prod
provider: gcp
machineType: n2-highcpu-8
machineType: n4d-standard-8
diskType: hyperdisk-balanced
preemptible: true
spotZones: us-central1-c,us-central1-a
diskSizeGb: 105
spotZones: northamerica-northeast2-b,us-central1-c,us-central1-a
timeout_in_minutes: 60
retry:
automatic:
Expand All @@ -68,7 +70,8 @@ steps:
image: family/kibana-ubuntu-2404
imageProject: elastic-images-prod
provider: gcp
machineType: n2-standard-2
machineType: n4d-standard-2
diskType: hyperdisk-balanced
preemptible: true
spotZones: northamerica-northeast2-b,us-central1-c,us-central1-a
diskSizeGb: 105
Expand All @@ -84,7 +87,8 @@ steps:
image: family/kibana-ubuntu-2404
imageProject: elastic-images-prod
provider: gcp
machineType: n2-standard-16
machineType: n4d-standard-16
diskType: hyperdisk-balanced
preemptible: true
spotZones: northamerica-northeast2-b,us-central1-c,us-central1-a
diskSizeGb: 105
Expand All @@ -100,7 +104,8 @@ steps:
image: family/kibana-ubuntu-2404
imageProject: elastic-images-prod
provider: gcp
machineType: n2-standard-32
machineType: n4d-standard-32
diskType: hyperdisk-balanced
preemptible: true
spotZones: northamerica-northeast2-b,us-central1-c,us-central1-a
diskSizeGb: 105
Expand All @@ -116,10 +121,10 @@ steps:
image: family/kibana-ubuntu-2404
imageProject: elastic-images-prod
provider: gcp
machineType: c4-standard-4
machineType: n4d-standard-4
diskType: hyperdisk-balanced
preemptible: true
spotZones: northamerica-northeast2-b,us-central1-c,us-central1-a
spotZones: us-central1-c,us-central1-a
diskSizeGb: 105
timeout_in_minutes: 60
retry:
Expand Down
29 changes: 17 additions & 12 deletions .buildkite/pipelines/pull_request/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,10 @@ steps:
- command: .buildkite/scripts/steps/build_kibana.sh
label: Build Kibana Distribution
agents:
machineType: n2-standard-8
machineType: c4d-standard-16
diskType: hyperdisk-balanced
preemptible: true
spotZones: northamerica-northeast2-b,us-central1-c,us-central1-a
spotZones: us-central1-c,us-central1-a
diskSizeGb: 200
key: build
if: "build.env('KIBANA_BUILD_ID') == null || build.env('KIBANA_BUILD_ID') == ''"
Expand All @@ -37,9 +38,10 @@ steps:
- command: .buildkite/scripts/steps/quick_checks.sh
label: 'Quick Checks'
agents:
machineType: n2-highcpu-8
machineType: c4d-standard-8
diskType: hyperdisk-balanced
preemptible: true
spotZones: northamerica-northeast2-b,us-central1-c,us-central1-a
spotZones: us-central1-c,us-central1-a
diskSizeGb: 105
key: quick_checks
timeout_in_minutes: 60
Expand All @@ -52,9 +54,10 @@ steps:
label: 'Checks'
key: checks
agents:
machineType: n2-standard-2
machineType: c4d-standard-2
diskType: hyperdisk-balanced
preemptible: true
spotZones: northamerica-northeast2-b,us-central1-c,us-central1-a
spotZones: us-central1-c,us-central1-a
diskSizeGb: 105
timeout_in_minutes: 60
retry:
Expand All @@ -65,9 +68,10 @@ steps:
- command: .buildkite/scripts/steps/lint.sh
label: 'Linting'
agents:
machineType: n2-standard-16
machineType: c4d-standard-16
diskType: hyperdisk-balanced
preemptible: true
spotZones: northamerica-northeast2-b,us-central1-c,us-central1-a
spotZones: us-central1-c,us-central1-a
diskSizeGb: 105
key: linting
timeout_in_minutes: 60
Expand All @@ -79,9 +83,10 @@ steps:
- command: .buildkite/scripts/steps/lint_with_types.sh
label: 'Linting (with types)'
agents:
machineType: n2-standard-32
machineType: c4d-standard-32
diskType: hyperdisk-balanced
preemptible: true
spotZones: northamerica-northeast2-b,us-central1-c,us-central1-a
spotZones: us-central1-c,us-central1-a
diskSizeGb: 105
key: linting_with_types
timeout_in_minutes: 60
Expand All @@ -106,10 +111,10 @@ steps:
- command: .buildkite/scripts/steps/typecheck/check_types.sh
label: 'Check Types'
agents:
machineType: c4-standard-4
machineType: c4d-standard-4
diskType: hyperdisk-balanced
preemptible: true
spotZones: northamerica-northeast2-b,us-central1-c,us-central1-a
spotZones: us-central1-c,us-central1-a
diskSizeGb: 105
key: check_types
timeout_in_minutes: 60
Expand Down
Loading