Skip to content

Commit 760b5d8

Browse files
Google APIscopybara-github
authored andcommitted
docs: Add a new build phase SETUPBUILD for timing information
PiperOrigin-RevId: 387362210
1 parent beb8e30 commit 760b5d8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

google/devtools/cloudbuild/v1/cloudbuild.proto

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -854,9 +854,10 @@ message Build {
854854
// Output only. Stores timing information for phases of the build. Valid keys
855855
// are:
856856
//
857-
// * BUILD: time to execute all build steps
857+
// * BUILD: time to execute all build steps.
858858
// * PUSH: time to push all specified images.
859859
// * FETCHSOURCE: time to fetch source.
860+
// * SETUPBUILD: time to set up build.
860861
//
861862
// If the build does not specify source or images,
862863
// these keys will not be included.

0 commit comments

Comments
 (0)