Hi,
I have a request about checkout time on windows builder.
We have 4.5GB git repo and we use Cloud Build to build for several platforms.
After transition to windows builder, we’re experiencing longer build time. Partially, it is because of much longer checkout time. Switching to mac builder drastically reduces checkout time and also total build time.
The checkout time is about 3~8 min on mac builder and about 20-25 min on windows builder. It is annoying that the checkout phase alone consumes that much time.
So we want to request faster checkout time on windows builder, if we need to transition to windows builder.
It may be better to leave the .git folder for the next build so that the builder will download changed contents only. (I don’t know about the current implementation though)
Thanks,
Makoto