Make the OS test flavours different to avoid flapping tests due to unstable sorting

This commit is contained in:
Ole Markus With 2022-11-23 10:42:40 +01:00
parent 01590c03b0
commit 35b3d066e0
2 changed files with 5 additions and 5 deletions

View File

@ -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{

View File

@ -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