mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-07-27 15:11:33 -07:00
Add cloudbuild_trigger build timeout and CustomizeDiff
Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
parent
3fa4a39a01
commit
4f3a294b9f
2 changed files with 38 additions and 0 deletions
|
@ -234,6 +234,17 @@ resources:
|
|||
- If any of the images fail to be pushed, the build status is marked FAILURE.
|
||||
returned: success
|
||||
type: list
|
||||
timeout:
|
||||
description:
|
||||
- Amount of time that this build should be allowed to run, to second granularity.
|
||||
If this amount of time elapses, work on the build will cease and the build
|
||||
status will be TIMEOUT.
|
||||
- This timeout must be equal to or greater than the sum of the timeouts
|
||||
for build steps within the build.
|
||||
- The expected format is the number of seconds followed by s.
|
||||
- Default time is ten minutes (600s).
|
||||
returned: success
|
||||
type: str
|
||||
steps:
|
||||
description:
|
||||
- The operations to be performed on the workspace.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue