1
0
Fork 0
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:
Charles-Edouard Brétéché 2024-02-01 18:30:21 +01:00 committed by GitHub
parent b010f2a247
commit 8d528675de
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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