Skip to content

Commit

Permalink
chore: Minor yaml fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
scsmithr committed Nov 30, 2024
1 parent b09dd8f commit 6f94da5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bench.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ on:

jobs:
benchmark:
runs-on: arc-runner-set-bench
runs-on: arc-runners-set-bench
steps:
- run: echo "hello"
4 changes: 2 additions & 2 deletions infra/bench-arc-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ maxRunners: 2
template:
spec:
nodeSelector:
cloud.google.com/machine-family: c3
cloud.google.com/machine-family: n4
cloud.google.com/compute-class: Performance # Dedicated node per pod
containers:
- name: runner
Expand All @@ -27,4 +27,4 @@ template:
requests:
cpu: 12
memory: "32Gi"
ephemeral: "200Gi"
ephemeral-storage: "200Gi"
3 changes: 2 additions & 1 deletion infra/create-bench-arc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@ set -eux

REPO_ROOT=$(git rev-parse --show-toplevel)

INSTALLATION_NAME="arc-runner-set-bench"
INSTALLATION_NAME="arc-runners-set-bench"
NAMESPACE="arc-runners-bench"

helm install arc \
--namespace "${NAMESPACE}" \
--create-namespace \
--version "0.9.3" \
oci://ghcr.io/actions/actions-runner-controller-charts/gha-runner-scale-set-controller

helm install "${INSTALLATION_NAME}" \
Expand Down

0 comments on commit 6f94da5

Please sign in to comment.