Skip to content

Commit

Permalink
Run github runner on the public ci nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
Valentin Khramtsov committed Aug 19, 2024
1 parent fa0ac83 commit bfb50d2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions terraform/modules/k8s-addons/eks-gha-runner-scale-set.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,13 @@ template:
- name: runner
image: ghcr.io/actions/actions-runner:latest
command: ["/home/runner/run.sh"]
tolerations:
- key: "nodegroup"
operator: Equal
effect: "NoSchedule"
value: ci
nodeSelector:
nodegroup: ci
controllerServiceAccount:
namespace: github-runner
Expand Down

0 comments on commit bfb50d2

Please sign in to comment.