Skip to content

Commit

Permalink
test(pdb): increase timeout for pdb assert
Browse files Browse the repository at this point in the history
  • Loading branch information
lwpk110 committed Dec 10, 2024
1 parent 3da2805 commit 1ea6246
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 24 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
matrix:
k8s-version: ['1.26.15', '1.27.16']
product-version: ['3.9.2', '3.8.4']
max-parallel: 2
steps:
- name: Clone the code
uses: actions/checkout@v4
Expand Down
9 changes: 0 additions & 9 deletions test/e2e/logging/znode-assert.yaml

This file was deleted.

13 changes: 0 additions & 13 deletions test/e2e/logging/znode.yaml

This file was deleted.

1 change: 1 addition & 0 deletions test/e2e/smoke/tls-override-pdb/chainsaw-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ spec:
- name: test pdb
try:
- assert:
timeout: 240s
resource:
kind: PodDisruptionBudget
apiVersion: policy/v1
Expand Down
4 changes: 2 additions & 2 deletions test/e2e/smoke/tls-override-pdb/zk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
config:
resources:
cpu:
max: 500m
max: 200m
min: 100m
memory:
limit: 512Mi
Expand All @@ -45,7 +45,7 @@ spec:
- name: server
resources:
requests:
cpu: 300m
cpu: 150m
memory: 400Mi
secondary:
replicas: 1
Expand Down

0 comments on commit 1ea6246

Please sign in to comment.