mirror of https://github.com/kubernetes/kops.git
Make the OS test flavours different to avoid flapping tests due to unstable sorting
This commit is contained in:
parent
01590c03b0
commit
35b3d066e0
|
@ -340,7 +340,7 @@ func SetupMockOpenstack() *openstack.MockCloud {
|
|||
flavors.Create(c.MockNovaClient.ServiceClient(), flavors.CreateOpts{
|
||||
Name: "n1-standard-2",
|
||||
RAM: 8192,
|
||||
VCPUs: 4,
|
||||
VCPUs: 8,
|
||||
Disk: fi.PtrTo(16),
|
||||
})
|
||||
flavors.Create(c.MockNovaClient.ServiceClient(), flavors.CreateOpts{
|
||||
|
|
|
@ -79,7 +79,7 @@ metadata:
|
|||
name: control-plane-us-test1-1
|
||||
spec:
|
||||
image: ubuntu-20.04
|
||||
machineType: n1-standard-2
|
||||
machineType: n1-standard-1
|
||||
maxSize: 1
|
||||
minSize: 1
|
||||
role: Master
|
||||
|
@ -97,7 +97,7 @@ metadata:
|
|||
name: control-plane-us-test1-2
|
||||
spec:
|
||||
image: ubuntu-20.04
|
||||
machineType: n1-standard-2
|
||||
machineType: n1-standard-1
|
||||
maxSize: 1
|
||||
minSize: 1
|
||||
role: Master
|
||||
|
@ -115,7 +115,7 @@ metadata:
|
|||
name: control-plane-us-test1-3
|
||||
spec:
|
||||
image: ubuntu-20.04
|
||||
machineType: n1-standard-2
|
||||
machineType: n1-standard-1
|
||||
maxSize: 1
|
||||
minSize: 1
|
||||
role: Master
|
||||
|
@ -133,7 +133,7 @@ metadata:
|
|||
name: nodes-us-test1
|
||||
spec:
|
||||
image: ubuntu-20.04
|
||||
machineType: n1-standard-2
|
||||
machineType: n1-standard-1
|
||||
maxSize: 1
|
||||
minSize: 1
|
||||
role: Node
|
||||
|
|
Loading…
Reference in New Issue