Skip to content
This repository was archived by the owner on Dec 31, 2023. It is now read-only.

Commit eb23c8d

Browse files
docs: Add a new build phase SETUPBUILD for timing information (#142)
PiperOrigin-RevId: 387362210 Source-Link: googleapis/googleapis@760b5d8 Source-Link: https://github.com/googleapis/googleapis-gen/commit/db3c7df2a957bd3221dfc4510bdeec50c8b75d37
1 parent f1a696b commit eb23c8d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

google/cloud/devtools/cloudbuild_v1/types/cloudbuild.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -569,9 +569,10 @@ class Build(proto.Message):
569569
Output only. Stores timing information for phases of the
570570
build. Valid keys are:
571571
572-
- BUILD: time to execute all build steps
572+
- BUILD: time to execute all build steps.
573573
- PUSH: time to push all specified images.
574574
- FETCHSOURCE: time to fetch source.
575+
- SETUPBUILD: time to set up build.
575576
576577
If the build does not specify source or images, these keys
577578
will not be included.

0 commit comments

Comments
 (0)