autoscale test

This commit is contained in:
Jun-te Kim 2025-12-06 12:49:19 +00:00
parent ee14e26723
commit 5494ef51e6
2 changed files with 2 additions and 1 deletions

View file

@ -5,7 +5,7 @@ on:
jobs: jobs:
load-test: load-test:
runs-on: self-hosted # matches ARC runners runs-on: [self-hosted, arc]
strategy: strategy:
matrix: matrix:
job_id: [1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20] job_id: [1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20]

View file

@ -2,6 +2,7 @@ apiVersion: actions.summerwind.dev/v1alpha1
kind: HorizontalRunnerAutoscaler kind: HorizontalRunnerAutoscaler
metadata: metadata:
name: mealcraft-org-autoscaler name: mealcraft-org-autoscaler
namespace: actions-runner-system
spec: spec:
scaleTargetRef: scaleTargetRef:
name: mealcraft-org-runners name: mealcraft-org-runners