Skip to content
This repository has been archived by the owner on Apr 16, 2023. It is now read-only.

bug fix to build timeouts

Compare
Choose a tag to compare
@bendory bendory released this 03 Aug 17:51
· 14 commits to master since this release
03fbb2d

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.