mirror of
https://github.com/kyverno/kyverno.git
synced 2024-12-14 11:57:48 +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
|
||||
parallel: 1
|
||||
fullName: true
|
||||
failFast: false
|
||||
failFast: true
|
||||
excludeTestRegex: '_.+'
|
||||
forceTerminationGracePeriod: 5s
|
||||
delayBeforeCleanup: 3s
|
||||
|
|
Loading…
Reference in a new issue