mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-09 04:10: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
|
type: list
|
||||||
included_files:
|
included_files:
|
||||||
description:
|
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 `**`.
|
extended with support for `**`.
|
||||||
- If any of the files altered in the commit pass the ignoredFiles filter and includedFiles
|
- 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.
|
is empty, then as far as this filter is concerned, we should trigger the build.
|
||||||
|
@ -180,7 +180,7 @@ options:
|
||||||
timeout:
|
timeout:
|
||||||
description:
|
description:
|
||||||
- Amount of time that this build should be allowed to run, to second granularity.
|
- 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.
|
status will be TIMEOUT.
|
||||||
- This timeout must be equal to or greater than the sum of the timeouts for
|
- This timeout must be equal to or greater than the sum of the timeouts for
|
||||||
build steps within the build.
|
build steps within the build.
|
||||||
|
@ -444,7 +444,7 @@ ignoredFiles:
|
||||||
type: list
|
type: list
|
||||||
includedFiles:
|
includedFiles:
|
||||||
description:
|
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 `**`.
|
extended with support for `**`.
|
||||||
- If any of the files altered in the commit pass the ignoredFiles filter and includedFiles
|
- 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.
|
is empty, then as far as this filter is concerned, we should trigger the build.
|
||||||
|
@ -523,7 +523,7 @@ build:
|
||||||
timeout:
|
timeout:
|
||||||
description:
|
description:
|
||||||
- Amount of time that this build should be allowed to run, to second granularity.
|
- 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.
|
status will be TIMEOUT.
|
||||||
- This timeout must be equal to or greater than the sum of the timeouts for
|
- This timeout must be equal to or greater than the sum of the timeouts for
|
||||||
build steps within the build.
|
build steps within the build.
|
||||||
|
|
|
@ -154,7 +154,7 @@ resources:
|
||||||
type: list
|
type: list
|
||||||
includedFiles:
|
includedFiles:
|
||||||
description:
|
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 `**`.
|
extended with support for `**`.
|
||||||
- If any of the files altered in the commit pass the ignoredFiles filter and
|
- 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
|
includedFiles is empty, then as far as this filter is concerned, we should
|
||||||
|
@ -237,7 +237,7 @@ resources:
|
||||||
timeout:
|
timeout:
|
||||||
description:
|
description:
|
||||||
- Amount of time that this build should be allowed to run, to second granularity.
|
- 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.
|
status will be TIMEOUT.
|
||||||
- This timeout must be equal to or greater than the sum of the timeouts
|
- This timeout must be equal to or greater than the sum of the timeouts
|
||||||
for build steps within the build.
|
for build steps within the build.
|
||||||
|
|
Loading…
Add table
Reference in a new issue