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

Commit

Permalink
docs: Add a new build phase SETUPBUILD for timing information (#142)
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 387362210

Source-Link: googleapis/googleapis@760b5d8

Source-Link: googleapis/googleapis-gen@db3c7df
  • Loading branch information
gcf-owl-bot[bot] committed Jul 28, 2021
1 parent f1a696b commit eb23c8d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion google/cloud/devtools/cloudbuild_v1/types/cloudbuild.py
Expand Up @@ -569,9 +569,10 @@ class Build(proto.Message):
Output only. Stores timing information for phases of the
build. Valid keys are:
- BUILD: time to execute all build steps
- BUILD: time to execute all build steps.
- PUSH: time to push all specified images.
- FETCHSOURCE: time to fetch source.
- SETUPBUILD: time to set up build.
If the build does not specify source or images, these keys
will not be included.
Expand Down

0 comments on commit eb23c8d

Please sign in to comment.