mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-06 19:00:27 -07:00
Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
parent
d1e68460a8
commit
0e3c7a6258
2 changed files with 6 additions and 6 deletions
|
@ -95,7 +95,7 @@ options:
|
|||
type: list
|
||||
included_files:
|
||||
description:
|
||||
- ignoredFiles and includedFiles are file glob matches using http://godoc/pkg/path/filepath#Match
|
||||
- ignoredFiles and includedFiles are file glob matches using U(https://golang.org/pkg/path/filepath/#Match)
|
||||
extended with support for `**`.
|
||||
- If any of the files altered in the commit pass the ignoredFiles filter and includedFiles
|
||||
is empty, then as far as this filter is concerned, we should trigger the build.
|
||||
|
@ -180,7 +180,7 @@ options:
|
|||
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
|
||||
- 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.
|
||||
|
@ -444,7 +444,7 @@ ignoredFiles:
|
|||
type: list
|
||||
includedFiles:
|
||||
description:
|
||||
- ignoredFiles and includedFiles are file glob matches using http://godoc/pkg/path/filepath#Match
|
||||
- ignoredFiles and includedFiles are file glob matches using U(https://golang.org/pkg/path/filepath/#Match)
|
||||
extended with support for `**`.
|
||||
- If any of the files altered in the commit pass the ignoredFiles filter and includedFiles
|
||||
is empty, then as far as this filter is concerned, we should trigger the build.
|
||||
|
@ -523,7 +523,7 @@ build:
|
|||
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
|
||||
- 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.
|
||||
|
|
|
@ -154,7 +154,7 @@ resources:
|
|||
type: list
|
||||
includedFiles:
|
||||
description:
|
||||
- ignoredFiles and includedFiles are file glob matches using http://godoc/pkg/path/filepath#Match
|
||||
- ignoredFiles and includedFiles are file glob matches using U(https://golang.org/pkg/path/filepath/#Match)
|
||||
extended with support for `**`.
|
||||
- If any of the files altered in the commit pass the ignoredFiles filter and
|
||||
includedFiles is empty, then as far as this filter is concerned, we should
|
||||
|
@ -237,7 +237,7 @@ resources:
|
|||
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
|
||||
- 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.
|
||||
|
|
Loading…
Add table
Reference in a new issue