mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 09:22:44 +00:00
Reduce number of pods created for local PV stress test
This commit is contained in:
parent
3ce5388128
commit
7def517dd3
@ -426,7 +426,7 @@ var _ = utils.SIGDescribe("PersistentVolumes-local ", func() {
|
|||||||
const (
|
const (
|
||||||
volsPerNode = 10 // Make this non-divisable by volsPerPod to increase changes of partial binding failure
|
volsPerNode = 10 // Make this non-divisable by volsPerPod to increase changes of partial binding failure
|
||||||
volsPerPod = 3
|
volsPerPod = 3
|
||||||
podsFactor = 5
|
podsFactor = 4
|
||||||
)
|
)
|
||||||
|
|
||||||
BeforeEach(func() {
|
BeforeEach(func() {
|
||||||
|
Loading…
Reference in New Issue
Block a user