From 6f58a2bc5845c2327b7735783f38a76ca37f07e3 Mon Sep 17 00:00:00 2001 From: favilo Date: Fri, 13 Sep 2024 12:39:24 -0700 Subject: [PATCH] fix: choose a zone with the t2a-standard-8 machine type --- .buildkite/dev-docker/pipeline.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.buildkite/dev-docker/pipeline.yml b/.buildkite/dev-docker/pipeline.yml index 522814311..b8099c85e 100644 --- a/.buildkite/dev-docker/pipeline.yml +++ b/.buildkite/dev-docker/pipeline.yml @@ -1,6 +1,7 @@ agents: provider: "gcp" image: family/core-ubuntu-2204 + zone: "us-central1-a" steps: - input: "Build parameters"