Skip to content

Fix GCP zone parsing

Zones like europe-west4-c are not being parsed correctly because the regex is not correct. The list of regions can be found in https://cloud.google.com/compute/docs/regions-zones/.

reference https://gitlab.com/gitlab-org/ci-cd/custom-executors/autoscaler/issues/8

Merge request reports