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
1 change: 1 addition & 0 deletions .buildkite/pipelines/chrome_forward_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@ steps:
label: 'Osquery Cypress Tests'
agents:
machineType: n2-standard-4
diskSizeGb: 120
preemptible: true
depends_on:
- build
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ steps:
imageProject: elastic-images-prod
provider: gcp
machineType: n2-standard-4
diskSizeGb: 120
preemptible: true
depends_on: build
timeout_in_minutes: 60
Expand Down Expand Up @@ -276,6 +277,7 @@ steps:
imageProject: elastic-images-prod
provider: gcp
machineType: n2-standard-4
diskSizeGb: 120
preemptible: true
depends_on: build
timeout_in_minutes: 60
Expand Down
2 changes: 2 additions & 0 deletions .buildkite/pipelines/fleet/package_registry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ steps:
imageProject: elastic-images-prod
provider: gcp
machineType: n2-standard-4
diskSizeGb: 120
preemptible: true
timeout_in_minutes: 60
parallelism: 8
Expand All @@ -124,6 +125,7 @@ steps:
imageProject: elastic-images-prod
provider: gcp
machineType: n2-standard-4
diskSizeGb: 120
preemptible: true
timeout_in_minutes: 60
parallelism: 8
Expand Down
1 change: 1 addition & 0 deletions .buildkite/pipelines/on_merge_fanout.yml
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@ steps:
imageProject: elastic-images-prod
provider: gcp
machineType: n2-standard-4
diskSizeGb: 120
preemptible: true
spotZones: us-central1-f,us-central1-c,us-central1-a
timeout_in_minutes: 60
Expand Down
1 change: 1 addition & 0 deletions .buildkite/pipelines/pointer_compression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@ steps:
imageProject: elastic-images-prod
provider: gcp
machineType: n2-standard-4
diskSizeGb: 120
preemptible: true
depends_on:
- build
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ steps:
key: osquery-cypress-burn
agents:
machineType: n2-standard-4
diskSizeGb: 120
preemptible: true
spotZones: us-central1-f,us-central1-c,us-central1-a
depends_on:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ steps:
key: osquery-cypress
agents:
machineType: n2-standard-4
diskSizeGb: 120
preemptible: true
spotZones: us-central1-f,us-central1-c,us-central1-a
depends_on:
Expand Down
Loading