Skip to content

Commit

Permalink
Revert to 100 VMs on the performance lane
Browse files Browse the repository at this point in the history
PR kubevirt#10110 introduced an additional container
in each virt-launcher pod to stream out the
logs from the serial console of the guest OS.
This additional container is running a custom
tail binary named virt-tail and so it also
requires resources.
The increased amount of requested resources
(35M of memory for each virt-launcher pod)
was making the performance test lane failing
and so the number of VMs involved in the test was
squezed from 100 to 90 but due to that
the results are now not directly comparable.
Let's revert back to 100.

This requires kubevirt/project-infra#3023
first getting more memory for the -sig-performance
test lanes.

Signed-off-by: Simone Tiraboschi <[email protected]>
  • Loading branch information
tiraboschi committed Oct 16, 2023
1 parent 2959137 commit c9c7f0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/performance/density.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ var _ = SIGDescribe("Control Plane Performance Density Testing", func() {
})

Describe("Density test", func() {
vmCount := 90
vmCount := 100
vmBatchStartupLimit := 5 * time.Minute

Context(fmt.Sprintf("[small] create a batch of %d VMIs", vmCount), func() {
Expand Down

0 comments on commit c9c7f0e

Please sign in to comment.