diff --git a/.github/workflows/label-sync.yaml b/.github/workflows/label-sync.yaml index eeb26ef15..681b6e065 100644 --- a/.github/workflows/label-sync.yaml +++ b/.github/workflows/label-sync.yaml @@ -16,7 +16,7 @@ permissions: jobs: label-sync: name: Label Sync - runs-on: ubuntu-latest + runs-on: arc-runner-org steps: - name: Checkout uses: actions/checkout@v4 diff --git a/.github/workflows/labeler.yaml b/.github/workflows/labeler.yaml index d658c1d96..ab7698db9 100644 --- a/.github/workflows/labeler.yaml +++ b/.github/workflows/labeler.yaml @@ -10,7 +10,7 @@ on: jobs: labeler: name: Labeler - runs-on: ubuntu-latest + runs-on: arc-runner-org permissions: contents: read pull-requests: write diff --git a/kubernetes/main/apps/actions-runner-system/gha-runner-scale-set/app/kustomization.yaml b/kubernetes/main/apps/actions-runner-system/gha-runner-scale-set/app/kustomization.yaml index 17cbc72b2..b272f113f 100644 --- a/kubernetes/main/apps/actions-runner-system/gha-runner-scale-set/app/kustomization.yaml +++ b/kubernetes/main/apps/actions-runner-system/gha-runner-scale-set/app/kustomization.yaml @@ -4,3 +4,4 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - ./helmrelease.yaml + - ./test.yaml diff --git a/kubernetes/main/apps/actions-runner-system/gha-runner-scale-set/app/test.yaml b/kubernetes/main/apps/actions-runner-system/gha-runner-scale-set/app/test.yaml new file mode 100644 index 000000000..5a2796ebe --- /dev/null +++ b/kubernetes/main/apps/actions-runner-system/gha-runner-scale-set/app/test.yaml @@ -0,0 +1,11 @@ +apiVersion: actions.summerwind.dev/v1alpha1 +kind: RunnerDeployment +metadata: + name: arc-runner +spec: + replicas: 2 # This will deploy 2 runners + template: + spec: + repository: Darkfella91/home-ops # specify name of the repository + labels: + - arc-runner-repo # runner label