Skip to content

Commit 73db66f

Browse files
authored
Merge pull request #35104 from willie-yao/increase-dra-repeats
Increase DRA load test repeats and api avail threshold
2 parents d0a1096 + ef73819 commit 73db66f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

config/jobs/kubernetes/sig-scalability/DRA/sig-scalability-periodic-dra.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,9 @@ periodics:
9494
- name: CL2_ENABLE_API_AVAILABILITY_MEASUREMENT
9595
value: "true"
9696
- name: CL2_API_AVAILABILITY_PERCENTAGE_THRESHOLD
97-
value: "99.5"
97+
value: "99.99"
98+
- name: CL2_REPEATS
99+
value: "10"
98100
resources:
99101
requests:
100102
cpu: "6"

0 commit comments

Comments
 (0)