Skip to content

Commit dccc645

Browse files
committed
changed from E4 shape to E5 to prevent issues during e2e
1 parent c32818a commit dccc645

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/e2e/data/infrastructure-oci/v1beta2/cluster-template-cluster-class/clusterclass-test-cluster-class.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ spec:
5454
schema:
5555
openAPIV3Schema:
5656
type: string
57-
default: VM.Standard.E4.Flex
57+
default: VM.Standard.E5.Flex
5858
- name: ocpus
5959
required: false
6060
schema:
@@ -201,7 +201,7 @@ spec:
201201
template:
202202
spec:
203203
# will be replaced by shape variable defined above
204-
shape: VM.Standard.E4.Flex
204+
shape: VM.Standard.E5.Flex
205205
metadata: {}
206206
shapeConfig: {}
207207
---
@@ -213,7 +213,7 @@ spec:
213213
template:
214214
spec:
215215
# will be replaced by shape variable defined above
216-
shape: VM.Standard.E4.Flex
216+
shape: VM.Standard.E5.Flex
217217
metadata: {}
218218
shapeConfig: {}
219219
---

0 commit comments

Comments
 (0)