This repository has been archived by the owner on Apr 16, 2023. It is now read-only.
bug fix to build timeouts
This release enables the build step executor to differentiate between step timeout and build timeout, thereby enabling proper per-step status results.
Prior to these changes, we non-deterministically labelled the step as TIMEOUT or FAILED on build timeout. We now correctly label the step with status per Cloud Build documentation.