mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-15 12:17:56 +00:00
chore: enable chainsaw fail fast (#9606)
Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
This commit is contained in:
parent
b010f2a247
commit
8d528675de
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ spec:
|
||||||
error: 90s
|
error: 90s
|
||||||
parallel: 1
|
parallel: 1
|
||||||
fullName: true
|
fullName: true
|
||||||
failFast: false
|
failFast: true
|
||||||
excludeTestRegex: '_.+'
|
excludeTestRegex: '_.+'
|
||||||
forceTerminationGracePeriod: 5s
|
forceTerminationGracePeriod: 5s
|
||||||
delayBeforeCleanup: 3s
|
delayBeforeCleanup: 3s
|
||||||
|
|
Loading…
Add table
Reference in a new issue