From de0767ed793a7e22c403160a0824c60e018d3ac0 Mon Sep 17 00:00:00 2001 From: teor Date: Tue, 21 Mar 2023 21:19:23 +1000 Subject: [PATCH] Switch CI to a GCP zone with available instances (#6365) --- .github/workflows/deploy-gcp-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-gcp-tests.yml b/.github/workflows/deploy-gcp-tests.yml index 0066c6db..55918e53 100644 --- a/.github/workflows/deploy-gcp-tests.yml +++ b/.github/workflows/deploy-gcp-tests.yml @@ -91,7 +91,7 @@ env: IMAGE_NAME: zebrad-test GAR_BASE: us-docker.pkg.dev/zealous-zebra/zebra # what kind of Google Cloud instance we want to launch - ZONE: us-central1-a + ZONE: us-central1-f MACHINE_TYPE: c2d-standard-16 # How many previous log lines we show at the start of each new log job. # Increase this number if some log lines are skipped between jobs