Skip to content

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] authored Jul 28, 2021
1 parent c6f6098 commit 523197a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
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 523197a

Please sign in to comment.