mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 23:37:01 +00:00
Merge pull request #6750 from wojtek-t/enable_density_test
Enable Density test for 30 pods per node by default
This commit is contained in:
commit
29e4d6c9b5
@ -219,8 +219,9 @@ var _ = Describe("Density", func() {
|
||||
densityTests := []Density{
|
||||
// This test should always run, even if larger densities are skipped.
|
||||
{podsPerMinion: 3, skip: false},
|
||||
// TODO (wojtek-t):don't skip d30 after #6059
|
||||
{podsPerMinion: 30, skip: true},
|
||||
{podsPerMinion: 30, skip: false},
|
||||
// More than 30 pods per node is outside our v1.0 goals.
|
||||
// We might want to enable those tests in the future.
|
||||
{podsPerMinion: 50, skip: true},
|
||||
{podsPerMinion: 100, skip: true},
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user