Skip to content

Commit 3c6d2ad

Browse files
committed
change max shape to match main node pool
Signed-off-by: Jeffrey Sica <[email protected]>
1 parent c0ff14f commit 3c6d2ad

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

ci/cluster/oci/runners/64cpu-384gb/argo.yaml renamed to ci/cluster/oci/runners/24cpu-384gb/argo.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: argoproj.io/v1alpha1
22
kind: Application
33
metadata:
4-
name: oracle-64cpu-384gb-x86-64
4+
name: oracle-24cpu-384gb-x86-64
55
namespace: argocd
66
spec:
77
project: default
@@ -10,9 +10,9 @@ spec:
1010
repoURL: ghcr.io/actions/actions-runner-controller-charts
1111
targetRevision: 0.10.1
1212
helm:
13-
releaseName: oracle-64cpu-384gb-x86-64
13+
releaseName: oracle-24cpu-384gb-x86-64
1414
valueFiles:
15-
- $values/ci/cluster/oci/runners/64cpu-384gb/values.yaml
15+
- $values/ci/cluster/oci/runners/24cpu-384gb/values.yaml
1616
- repoURL: 'https://github.com/cncf/automation.git'
1717
targetRevision: main
1818
ref: values

ci/cluster/oci/runners/64cpu-384gb/values.yaml renamed to ci/cluster/oci/runners/24cpu-384gb/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,10 +176,10 @@ template:
176176
resources:
177177
requests:
178178
memory: 384Gi
179-
cpu: 64
179+
cpu: 24
180180
limits:
181181
memory: 392Gi
182-
cpu: 68
182+
cpu: 26
183183
- name: dind
184184
image: docker:dind
185185
args:

0 commit comments

Comments
 (0)