Switch CI to a GCP zone with available instances (#6365)
This commit is contained in:
parent
a97a9752d7
commit
de0767ed79
|
|
@ -91,7 +91,7 @@ env:
|
||||||
IMAGE_NAME: zebrad-test
|
IMAGE_NAME: zebrad-test
|
||||||
GAR_BASE: us-docker.pkg.dev/zealous-zebra/zebra
|
GAR_BASE: us-docker.pkg.dev/zealous-zebra/zebra
|
||||||
# what kind of Google Cloud instance we want to launch
|
# what kind of Google Cloud instance we want to launch
|
||||||
ZONE: us-central1-a
|
ZONE: us-central1-f
|
||||||
MACHINE_TYPE: c2d-standard-16
|
MACHINE_TYPE: c2d-standard-16
|
||||||
# How many previous log lines we show at the start of each new log job.
|
# 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
|
# Increase this number if some log lines are skipped between jobs
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue