vmware / weathervane

Virtual-Infrastructure and Cloud Performance Benchmark
Other
153 stars 39 forks source link

Add different namespaces for each configuration size #240

Open RebeccaYo opened 2 years ago

RebeccaYo commented 2 years ago

Modified weathervane config files to create a different namespace for each configuration size. With this change, unique PVCs are created for each namespace. The DB PVC remains loaded and does not require a reload on configuration size change. This speeds up testing.

Testing: https://weathervane.svc.eng.vmware.com/job/weathervane-featurebranch/50 Build 50 is not requiring database reloads. Build 50 did fail to schedule small2 and small3 due to a kubernetes worker node disk pressure, but I couldn't replicate the disk pressure this morning, and the pipeline was running small 2 and small3 correctly yesterday.

Edit: Test run has completed successfully, https://weathervane.svc.eng.vmware.com/job/weathervane-featurebranch/51

Signed-off-by: Rebecca Yo griderr@vmware.com