Commit 7def517d authored by Michelle Au's avatar Michelle Au

Reduce number of pods created for local PV stress test

parent 3ce53881
...@@ -426,7 +426,7 @@ var _ = utils.SIGDescribe("PersistentVolumes-local ", func() { ...@@ -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() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment