Skip to content

Commit c281bf5

Browse files
committed
Update zones for g2 instances
1 parent 026e34b commit c281bf5

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.buildkite/pipelines/cuvs-snapshot/run-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ steps:
77
image: family/elasticsearch-ubuntu-2404-nvidia
88
machineType: g2-standard-32
99
buildDirectory: /dev/shm/bk
10+
zones: us-central1-b,us-central1-c
1011
env:
1112
GRADLE_TASK: "{{matrix.GRADLE_TASK}}"
1213
matrix:

.buildkite/pipelines/cuvs-snapshot/update-snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ steps:
55
provider: gcp
66
image: family/elasticsearch-ubuntu-2404-nvidia
77
machineType: g2-standard-16
8-
zones: us-central1-a
8+
zones: us-central1-b,us-central1-c
99
diskSizeGb: 150
1010
- wait: ~
1111
- trigger: "elasticsearch-cuvs-run-tests"

.buildkite/pipelines/pull-request/gpu.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ steps:
1212
image: family/elasticsearch-ubuntu-2404-nvidia
1313
machineType: g2-standard-32
1414
buildDirectory: /dev/shm/bk
15+
zones: us-central1-b,us-central1-c
1516
env:
1617
GRADLE_TASK: "{{matrix.GRADLE_TASK}}"
1718
matrix:

0 commit comments

Comments
 (0)