Skip to content

Commit cd83656

Browse files
committed
Change VM runner and karpenter shape to VM.Standard.E6.Flex
Signed-off-by: Koray Oksay <koray.oksay@gmail.com>
1 parent 70ac9ae commit cd83656

File tree

8 files changed

+8
-7
lines changed

8 files changed

+8
-7
lines changed

.github/workflows/test-vm-runner.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
lsb_release -a
2222
id
2323
cat /etc/group
24+
cat /proc/cpuinfo
2425
2526
- name: Run a basic workload
2627
run: |

ci/cluster/oci/karpenter/nodepool.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ spec:
3333
- key: karpenter.k8s.oracle/instance-shape-name
3434
operator: In
3535
values:
36-
- VM.Standard.E5.Flex
36+
- VM.Standard.E6.Flex
3737
- key: karpenter.k8s.oracle/instance-cpu
3838
operator: In
3939
values:

ci/cluster/oci/vm-runners/16cpu-64gb/install.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ spec:
299299
image: ghcr.io/cncf/gha-cloudrunner:19625960530
300300
args:
301301
- --arch=amd64
302-
- --shape=VM.Standard.E5.Flex
302+
- --shape=VM.Standard.E6.Flex
303303
- --shape-ocpus=16.0
304304
- --shape-memory-in-gbs=64.0
305305
- --availability-domain=bzBe:US-SANJOSE-1-AD-1

ci/cluster/oci/vm-runners/24cpu-96gb/install.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ spec:
299299
image: ghcr.io/cncf/gha-cloudrunner:19625960530
300300
args:
301301
- --arch=amd64
302-
- --shape=VM.Standard.E5.Flex
302+
- --shape=VM.Standard.E6.Flex
303303
- --shape-ocpus=24.0
304304
- --shape-memory-in-gbs=96.0
305305
- --availability-domain=bzBe:US-SANJOSE-1-AD-1

ci/cluster/oci/vm-runners/2cpu-8gb/install.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ spec:
299299
image: ghcr.io/cncf/gha-cloudrunner:19625960530
300300
args:
301301
- --arch=amd64
302-
- --shape=VM.Standard.E5.Flex
302+
- --shape=VM.Standard.E6.Flex
303303
- --shape-ocpus=2.0
304304
- --shape-memory-in-gbs=8.0
305305
- --availability-domain=bzBe:US-SANJOSE-1-AD-1

ci/cluster/oci/vm-runners/32cpu-128gb/install.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ spec:
299299
image: ghcr.io/cncf/gha-cloudrunner:19625960530
300300
args:
301301
- --arch=amd64
302-
- --shape=VM.Standard.E5.Flex
302+
- --shape=VM.Standard.E6.Flex
303303
- --shape-ocpus=32.0
304304
- --shape-memory-in-gbs=128.0
305305
- --availability-domain=bzBe:US-SANJOSE-1-AD-1

ci/cluster/oci/vm-runners/4cpu-16gb/install.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ spec:
299299
image: ghcr.io/cncf/gha-cloudrunner:19625960530
300300
args:
301301
- --arch=amd64
302-
- --shape=VM.Standard.E5.Flex
302+
- --shape=VM.Standard.E6.Flex
303303
- --shape-ocpus=4.0
304304
- --shape-memory-in-gbs=16.0
305305
- --availability-domain=bzBe:US-SANJOSE-1-AD-1

ci/cluster/oci/vm-runners/8cpu-32gb/install.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ spec:
299299
image: ghcr.io/cncf/gha-cloudrunner:19625960530
300300
args:
301301
- --arch=amd64
302-
- --shape=VM.Standard.E5.Flex
302+
- --shape=VM.Standard.E6.Flex
303303
- --shape-ocpus=8.0
304304
- --shape-memory-in-gbs=32.0
305305
- --availability-domain=bzBe:US-SANJOSE-1-AD-1

0 commit comments

Comments
 (0)