mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-06 07:57:07 +00:00
fix: update chainsaw test apply timeout to 30s (#11794)
Signed-off-by: Vishal Choudhary <vishal.choudhary@nirmata.com>
This commit is contained in:
parent
aea9014e6b
commit
f51a49fcaf
4 changed files with 18 additions and 13 deletions
|
@ -4,6 +4,7 @@ metadata:
|
|||
name: configuration
|
||||
spec:
|
||||
timeouts:
|
||||
apply: 30s
|
||||
assert: 90s
|
||||
error: 90s
|
||||
parallel: 1
|
||||
|
|
4
1
Normal file
4
1
Normal file
|
@ -0,0 +1,4 @@
|
|||
Go fmt...
|
||||
Go vet...
|
||||
Build cli binary...
|
||||
Fix CLI test files...
|
|
@ -7,12 +7,6 @@ policies:
|
|||
resources:
|
||||
- resource.yaml
|
||||
results:
|
||||
- kind: Pod
|
||||
policy: karpenter-annotations-to-nodeselector
|
||||
resources:
|
||||
- soft-pod-antiaffinity-1-copy
|
||||
result: pass
|
||||
rule: hard-nodeselector-lifecycle-on-demand
|
||||
- kind: Pod
|
||||
patchedResources: patched.yaml
|
||||
policy: karpenter-annotations-to-nodeselector
|
||||
|
@ -20,3 +14,9 @@ results:
|
|||
- soft-pod-antiaffinity-1
|
||||
result: pass
|
||||
rule: hard-nodeselector-lifecycle-on-demand
|
||||
- kind: Pod
|
||||
policy: karpenter-annotations-to-nodeselector
|
||||
resources:
|
||||
- soft-pod-antiaffinity-1-copy
|
||||
result: pass
|
||||
rule: hard-nodeselector-lifecycle-on-demand
|
||||
|
|
|
@ -14,6 +14,13 @@ results:
|
|||
- mydeploy
|
||||
result: pass
|
||||
rule: add-label
|
||||
- kind: Pod
|
||||
patchedResources: patchedResource3.yaml
|
||||
policy: add-label
|
||||
resources:
|
||||
- production/same-name-but-diff-namespace
|
||||
result: pass
|
||||
rule: add-label
|
||||
- kind: Pod
|
||||
patchedResources: patchedResource6.yaml
|
||||
policy: add-label
|
||||
|
@ -28,13 +35,6 @@ results:
|
|||
- testing/same-name-but-diff-namespace
|
||||
result: pass
|
||||
rule: add-label
|
||||
- kind: Pod
|
||||
patchedResources: patchedResource3.yaml
|
||||
policy: add-label
|
||||
resources:
|
||||
- production/same-name-but-diff-namespace
|
||||
result: pass
|
||||
rule: add-label
|
||||
- kind: Pod
|
||||
patchedResources: patchedResource1.yaml
|
||||
policy: add-label
|
||||
|
|
Loading…
Add table
Reference in a new issue