My organisation is based in the EU, and as such we have created all associated gcp-resources within the eu-region.
To speed up our builds, we maintain a dependency cache zip in a storage bucket, which we read from at the start of a build, and write to at the end of a build, depending on whether the dependencies have changed or not.
Now I wonder if we can expect builds to go faster, if we use a storage bucket located within a us-region, which brings me to my question:
In what region are cloud build builds executed in?